Skip to content

Visualization and modal analysis of the parametric model of buckling and free vibration in prismatic shell structures, as computed by the fsm_eigenvalue project

License

Notifications You must be signed in to change notification settings

petarmaric/fsm_modal_analysis

Repository files navigation

About

Console app and Python API for 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

[ON174027]"Computational Mechanics in Structural Engineering"

Installation

To install fsm_modal_analysis run:

$ pip install fsm_modal_analysis

Console app usage

Quick start:

$ fsm_modal_analysis <filename>

Show help:

$ fsm_modal_analysis --help

Python API usage

Quick start:

>>> import logging
>>> logging.basicConfig(level=logging.DEBUG)

>>> from fsm_modal_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_min=900)

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.

About

Visualization and modal analysis of the parametric model of buckling and free vibration in prismatic shell structures, as computed by the fsm_eigenvalue project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages