Console app and Python API implementing a generalization of eigenvalue problem within the harmonic coupled finite strip method, used for parametric modeling of static and dynamic inelastic buckling, free vibration, damage and failure in prismatic shell structures.
Project description
About
Console app and Python API implementing a generalization of eigenvalue problem within the harmonic coupled finite strip method, used for parametric modeling of static and dynamic inelastic buckling, free vibration, damage and failure in prismatic shell structures.
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
Milašinović, D.D. “The Finite Strip Method in Computational Mechanics”. Faculties of Civil Engineering: University of Novi Sad, Technical University of Budapest and University of Belgrade: Subotica, Budapest, Belgrade. (1997)
“Computational Mechanics in Structural Engineering”
Installation
To install fsm_eigenvalue run:
$ pip install fsm_eigenvalue
Console app usage
Quick start:
$ fsm_eigenvalue <filename>
Show help:
$ fsm_eigenvalue --help
Python API usage
Quick start:
>>> import logging >>> logging.basicConfig(level=logging.DEBUG) >>> from fsm_eigenvalue.compute import parameter_sweep >>> from fsm_eigenvalue.load import load_data_from >>> from fsm_eigenvalue.store import store_results_to >>> data_file = 'examples/data-files/barbero-viscoelastic.yaml' >>> results_file = data_file.replace('.yaml', '.hdf5') >>> beam_type_id, search_space, nodal_graph, strip_data, materials, astiff_shape = load_data_from(data_file) >>> with parameter_sweep(beam_type_id, search_space, strip_data, materials, astiff_shape) as results_iterator: ... store_results_to(results_file, data_file, search_space, astiff_shape, results_iterator)
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fsm_eigenvalue-1.0.1.tar.gz
.
File metadata
- Download URL: fsm_eigenvalue-1.0.1.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a062da722b88c62dc25a16cb593907f9b9cc48eb97b3eb47f8a2d96f4d106b5 |
|
MD5 | f5e96c2749698d3c1a13f1e4a6f50af7 |
|
BLAKE2b-256 | ac574875eb281fb6eefcb021d8cca64fd7ef46eb751cf9f14fbc10f3ac620aef |
File details
Details for the file fsm_eigenvalue-1.0.1-py2-none-any.whl
.
File metadata
- Download URL: fsm_eigenvalue-1.0.1-py2-none-any.whl
- Upload date:
- Size: 17.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5432047c4e03f5eb1de3ac351d223c8b87d3cfd1e4ca22ca8ccdea11e1971d18 |
|
MD5 | 8dbf2de8cedf5a12353907ac41f422de |
|
BLAKE2b-256 | 87adb74aa7e03bf141d5fe0c274b58c4ce080d5e4ae630f637cb5b9a353099d4 |