Console app and Python API for strip length-dependent vibration 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 length-dependent vibration 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_length_vibration_analysis run:
$ pip install fsm_strip_length_vibration_analysis
Console app usage
Quick start:
$ fsm_strip_length_vibration_analysis <filename>
Show help:
$ fsm_strip_length_vibration_analysis --help
Python API usage
Quick start:
>>> import logging >>> logging.basicConfig(level=logging.DEBUG) >>> from fsm_strip_length_vibration_analysis import analyze_model, configure_matplotlib >>> model_file = 'examples/barbero-viscoelastic.hdf5' >>> report_file = model_file.replace('.hdf5', '.pdf') >>> configure_matplotlib() >>> analyze_model(model_file, report_file, t_b_fix=6.25)
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
Built Distribution
Hashes for fsm_strip_length_vibration_analysis-1.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04229bb8b6bae4d0b188ccab380d977ef6036220a59b8da6e404a5489c0348d3 |
|
MD5 | 7f827fb52d584b19867f66d1dc7bcbe2 |
|
BLAKE2b-256 | 0cbbf475702e514c96fe0c81324883c4b1f0c7258edc7ac63b7458911e3b5b68 |
Hashes for fsm_strip_length_vibration_analysis-1.0.1-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffad6a3a8a02d2503bd34445dc093866c684118757ed557029b551e44256a095 |
|
MD5 | a1039ca3582d570a018556f595c6b08e |
|
BLAKE2b-256 | 22a0fdcc8b80d701e8ecb4bc8ef1c40d3987b83f8a9d334954b891eb701306a6 |