Skip to main content

Console app and Python API for damage analysis and visualization of the parametric model of buckling and free vibration in prismatic shell structures, as computed by the fsm_eigenvalue project.

Project description

About

Console app and Python API for damage analysis and visualization of the parametric model of buckling and free vibration in prismatic shell structures, as computed by the fsm_eigenvalue project.

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_damage_analysis run:

$ pip install fsm_damage_analysis

Console app usage

Quick start:

$ fsm_damage_analysis <filename>

Show help:

$ fsm_damage_analysis --help

Python API usage

Quick start:

>>> import logging
>>> logging.basicConfig(level=logging.DEBUG)

>>> from fsm_damage_analysis import analyze_models, configure_matplotlib

>>> viscoelastic_model_file = 'examples/barbero-viscoelastic.hdf5'
>>> elastic_model_file = 'examples/barbero-elastic.hdf5'
>>> report_file = viscoelastic_model_file.replace('.hdf5', '.pdf')

>>> configure_matplotlib()
>>> analyze_models(viscoelastic_model_file, elastic_model_file, report_file)

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_damage_analysis-1.0.2.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

fsm_damage_analysis-1.0.2-py2-none-any.whl (6.7 kB view details)

Uploaded Python 2

File details

Details for the file fsm_damage_analysis-1.0.2.tar.gz.

File metadata

File hashes

Hashes for fsm_damage_analysis-1.0.2.tar.gz
Algorithm Hash digest
SHA256 24e5e86a5bc378c904a965981c0a4f3ff58b45db8af6e72ce12a2a6355443b92
MD5 5796e92cdd20e75e77d15f41c6c7208e
BLAKE2b-256 e4292cf2b6a42b6fad2882af09cc3aba13e5a0494e9e4631f4d5ae00c68fe129

See more details on using hashes here.

File details

Details for the file fsm_damage_analysis-1.0.2-py2-none-any.whl.

File metadata

File hashes

Hashes for fsm_damage_analysis-1.0.2-py2-none-any.whl
Algorithm Hash digest
SHA256 5f1d8d82e96d6bcdc19c9e89900f4da4da2fb609daee475a9b3bf0c766dd08d5
MD5 66736d2ecbd212710ea5cc2ad8513a34
BLAKE2b-256 ebe373de8f3700fa79ae3ded0a44c47c6912941328498ffdcbaa509d24683e28

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