Skip to main content

Python library that uses the rheological-dynamical analogy (RDA) to compute damage and effective buckling stress in prismatic shell structures.

Project description

About

Python library that uses the rheological-dynamical analogy (RDA) to compute damage and effective buckling stress in prismatic shell structures.

This work is a part of the investigation within the research project [ON174027], supported by the Ministry for Science and Technology, Republic of Serbia. This support is gratefully acknowledged.

References

[ON174027]

“Computational Mechanics in Structural Engineering”

Installation

To install fsm_effective_stress run:

$ pip install fsm_effective_stress

Usage examples

Quick start:

>>> from fsm_effective_stress import compute_damage, compute_effective_stress

>>> omega =  103.9167 # [rad/s] natural frequency for undamaged state of structure
>>> omega_d = 60.0179 # [rad/s] natural frequency for damaged state of structure
>>> sigma_d = 19.4754 # [MPa] buckling stress for damaged state of structure

# [no unit] damage variable
>>> print "%.4f" % compute_damage(omega, omega_d)
0.6664

# [MPa] effective buckling stress
>>> print "%.4f" % compute_effective_stress(omega, omega_d, sigma_d)
58.3842

Please see the fsm_damage_analysis source code for more examples.

Contribute

If you find any bugs, or wish to propose new features please let us know.

If you’d like to contribute, simply fork the repository, commit your changes and send a pull request. Make sure you add yourself to AUTHORS.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fsm_effective_stress-1.0.1.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

fsm_effective_stress-1.0.1-py2-none-any.whl (4.2 kB view details)

Uploaded Python 2

File details

Details for the file fsm_effective_stress-1.0.1.tar.gz.

File metadata

File hashes

Hashes for fsm_effective_stress-1.0.1.tar.gz
Algorithm Hash digest
SHA256 14d2181a14685b65fc642549ed0831baa084cced89d8ecced731853369b759dc
MD5 847ce583f31a158547c995a1e2a062c9
BLAKE2b-256 7b906fb433b4118c5229914d603ed5ba8d21c29fb24b16d60910282002fd23f8

See more details on using hashes here.

File details

Details for the file fsm_effective_stress-1.0.1-py2-none-any.whl.

File metadata

File hashes

Hashes for fsm_effective_stress-1.0.1-py2-none-any.whl
Algorithm Hash digest
SHA256 643b9d5d5034f802fd91341205a3eedfc4b56948daecb25b72704cb7aa8df0c7
MD5 82e0bb2a3ad1d56162d148f79f61261e
BLAKE2b-256 2726dd91781076b80d72f2281d4df9a82b0f6c26b0e69ec1611cab817e1cdd73

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page