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.
Release files for fsm_strip_length_vibration_analysis 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fsm_strip_length_vibration_analysis-1.0.1.tar.gz | 5.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fsm_strip_length_vibration_analysis-1.0.1-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 12.3 kB
Release files / fsm_strip_length_vibration_analysis-1.0.1.tar.gz
| Download URL | fsm_strip_length_vibration_analysis-1.0.1.tar.gz |
|---|---|
| Size | 5.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
04229bb8b6bae4d0b188ccab380d977ef6036220a59b8da6e404a5489c0348d3
|
|
BLAKE2b-256 checksum How to use checksums |
0cbbf475702e514c96fe0c81324883c4b1f0c7258edc7ac63b7458911e3b5b68
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/2.7
|
Release files / fsm_strip_length_vibration_analysis-1.0.1-py2-none-any.whl
| Download URL | fsm_strip_length_vibration_analysis-1.0.1-py2-none-any.whl |
|---|---|
| Size | 6.9 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
ffad6a3a8a02d2503bd34445dc093866c684118757ed557029b551e44256a095
|
|
BLAKE2b-256 checksum How to use checksums |
22a0fdcc8b80d701e8ecb4bc8ef1c40d3987b83f8a9d334954b891eb701306a6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/2.7
|