Console app and Python API for strip thickness-dependent 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 strip thickness-dependent 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
“Computational Mechanics in Structural Engineering”
Installation
To install fsm_strip_thickness_damage_analysis run:
$ pip install fsm_strip_thickness_damage_analysis
Console app usage
Quick start:
$ fsm_strip_thickness_damage_analysis <filename>
Show help:
$ fsm_strip_thickness_damage_analysis --help
Python API usage
Quick start:
>>> import logging >>> logging.basicConfig(level=logging.DEBUG) >>> from fsm_strip_thickness_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, a_fix=1000.0, add_automatic_markers=True)
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for fsm_strip_thickness_damage_analysis-1.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f623e5fb05f6bbe3badada9b13f958785fd39f38af943a8847874f9215164cba |
|
MD5 | e0bf9cb746604e4fd3f97e9c000b8f5f |
|
BLAKE2b-256 | 4b22ed9e76defbcbc46d8837cb0807ba32c51b197d89b0e8c697e709ac158d59 |