About
Console app and Python API for strip length-dependent damage 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_damage_analysis run:
$ pip install fsm_strip_length_damage_analysis
Console app usage
Quick start:
$ fsm_strip_length_damage_analysis <filename>
Show help:
$ fsm_strip_length_damage_analysis --help
Python API usage
Quick start:
>>> import logging
>>> logging.basicConfig(level=logging.DEBUG)
>>> from fsm_strip_length_damage_analysis import analyze_models, configure_matplotlib
>>> viscoelastic_model_file = 'examples/barbero-viscoelastic.hdf5'
>>> elastic_model_file = 'examples/barbero-elastic.hdf5'
>>> report_file = viscoelastic_model_file.replace('.hdf5', '.pdf')
>>> configure_matplotlib()
>>> analyze_models(viscoelastic_model_file, elastic_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_damage_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_damage_analysis-1.0.1.tar.gz | 6.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fsm_strip_length_damage_analysis-1.0.1-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 13.8 kB
Release files / fsm_strip_length_damage_analysis-1.0.1.tar.gz
| Download URL | fsm_strip_length_damage_analysis-1.0.1.tar.gz |
|---|---|
| Size | 6.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
adc3cd2ecfcdea7577c0fe8a3a128e2a0bc2003c9b43565c83f316bc6c331fba
|
|
BLAKE2b-256 checksum How to use checksums |
3fce57e617cd37a60bdecac367777ad2e91f52aefe58db774e10ff68e4ef04bf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/2.7
|
Release files / fsm_strip_length_damage_analysis-1.0.1-py2-none-any.whl
| Download URL | fsm_strip_length_damage_analysis-1.0.1-py2-none-any.whl |
|---|---|
| Size | 7.6 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
eb7cba2a62567b3b5a1761b3381bce24fd3619edc61bf4e71f006cd61a12f247
|
|
BLAKE2b-256 checksum How to use checksums |
3d37adaf3295f58ad7e50c90d7c2f1b5a0a8bba9d3408d9adb3b4aa7fa00ed8a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/2.7
|