About
Console app and Python API for strip thickness-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_thickness_vibration_analysis run:
$ pip install fsm_strip_thickness_vibration_analysis
Console app usage
Quick start:
$ fsm_strip_thickness_vibration_analysis <filename>
Show help:
$ fsm_strip_thickness_vibration_analysis --help
Python API usage
Quick start:
>>> import logging
>>> logging.basicConfig(level=logging.DEBUG)
>>> from fsm_strip_thickness_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, a_fix=800.0)
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_thickness_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_thickness_vibration_analysis-1.0.1.tar.gz | 5.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fsm_strip_thickness_vibration_analysis-1.0.1-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 12.5 kB
Release files / fsm_strip_thickness_vibration_analysis-1.0.1.tar.gz
| Download URL | fsm_strip_thickness_vibration_analysis-1.0.1.tar.gz |
|---|---|
| Size | 5.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ebb67afd97f978a8b90eaca5d2269f2aa879a7494ef2c4596ff7317b34be1174
|
|
BLAKE2b-256 checksum How to use checksums |
f437a9717bd626535da2bd27cc9b64813a5e9ee4c5a4e92be8d3a8ddf3f84e0a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/2.7
|
Release files / fsm_strip_thickness_vibration_analysis-1.0.1-py2-none-any.whl
| Download URL | fsm_strip_thickness_vibration_analysis-1.0.1-py2-none-any.whl |
|---|---|
| Size | 7.0 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
763b8ba5bee147d0fdff60a7ce1bae9d300f6930103b37f157923d46f11477e7
|
|
BLAKE2b-256 checksum How to use checksums |
6d72d4f8c69532a5a46f0b24dc435e553a27c4d7a163f2395ee6d6578de7e742
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/2.7
|