About
Console app and Python API for strip length-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_length_analysis run:
$ pip install fsm_strip_length_analysis
Console app usage
Quick start:
$ fsm_strip_length_analysis <filename>
Show help:
$ fsm_strip_length_analysis --help
Python API usage
Quick start:
>>> import logging
>>> logging.basicConfig(level=logging.DEBUG)
>>> from fsm_strip_length_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, 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.
Release files for fsm_strip_length_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_analysis-1.0.1.tar.gz | 5.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fsm_strip_length_analysis-1.0.1-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 13.1 kB
Release files / fsm_strip_length_analysis-1.0.1.tar.gz
| Download URL | fsm_strip_length_analysis-1.0.1.tar.gz |
|---|---|
| Size | 5.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2794624499268ba95e11a7fc2ab253daa6a26c2753315224f189ffc0a27f298c
|
|
BLAKE2b-256 checksum How to use checksums |
1b221bf72e694c3746a47843da34d13c3eceb972603858f3df4991ac6a389c52
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/2.7
|
Release files / fsm_strip_length_analysis-1.0.1-py2-none-any.whl
| Download URL | fsm_strip_length_analysis-1.0.1-py2-none-any.whl |
|---|---|
| Size | 7.3 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
674fa16d1d22cb2452508b9564bd4acffbb5dcf12f151a46c0a12c56faf03fbf
|
|
BLAKE2b-256 checksum How to use checksums |
783f8ffd47a6576f525f36077009b632e2b8d20a8ee06242ee91da7b7b801600
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/2.7
|