Python library that approximates the natural frequency from stress via physical dualism, and vice versa.
Project description
About
Python library that approximates the natural frequency from stress via physical dualism, and vice versa.
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 physical_dualism run:
$ pip install physical_dualism
Usage examples
Quick start:
>>> from physical_dualism import approximate_natural_frequency_from_stress >>> mode = 1 >>> a = 2310.0 # [mm] strip length >>> sigma_cr = 19.4754 # [MPa] critical buckling stress >>> ro = 10000.0 / 10**9 # [kg/mm**3] mass density # Mass matrix expects mass density normalized to 1 [m] of length, even if everything is done in [mm] >>> ro /= 10**3 # [rad/s] natural frequency approximated from critical buckling stress >>> print "%.4f" % approximate_natural_frequency_from_stress(mode, a, sigma_cr, ro) 60.0179
Please see the fsm_eigenvalue source code for more examples.
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
Hashes for physical_dualism-1.0.1-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21451b188c948da067f6ba83e06fece970f006884e28f1abfd90bc69aba89618 |
|
MD5 | afca8d1439655a9e558795958b3d4066 |
|
BLAKE2b-256 | 5ed4fbf147d1b5b9fa914fc1b59ec84b591edc8379ef535a31f00b1961a86c0a |