Console app and Python API for strip thickness-dependent visualization and modal analysis 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 visualization and modal analysis 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_analysis run:
$ pip install fsm_strip_thickness_analysis
Console app usage
Quick start:
$ fsm_strip_thickness_analysis <filename>
Show help:
$ fsm_strip_thickness_analysis --help
Python API usage
Quick start:
>>> import logging >>> logging.basicConfig(level=logging.DEBUG) >>> from fsm_strip_thickness_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, 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
Built Distribution
Hashes for fsm_strip_thickness_analysis-1.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e60acf017033072525f20f7528ff3b991f5457fe1715e3ab5332a4282e6c5c76 |
|
MD5 | c6477b5d3f14648f508138a4b8583b8f |
|
BLAKE2b-256 | e22d498e08a7b2f36a59e84224b8bad09053d40d42dad9242cb1d34d7a0e2d68 |
Hashes for fsm_strip_thickness_analysis-1.0.1-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7e45ea498277c13cdd7182d66aa281ce5f08f5abce22d4d53144f8a99c5fd87 |
|
MD5 | a7cdd5b0e4af43decdb934abe6ddf210 |
|
BLAKE2b-256 | b4532e99ce6b9e84b39f5ea3fda14775e3bc4bed24ab1232ca77c56e2483cf36 |