![]() |
OpenSeesPyAssistant 1.1
OpenSeesPy for everyone
|
Module with the units conversion and the definition of the units used as default (m, N, s). More...
Module with the units conversion and the definition of the units used as default (m, N, s).
Note that the decision of which unit for each measure (distance, force, mass, time) is equal to 1 is not arbitrary: for example the natural frequency is computed behind the scene by the OpenSeesPy framework, thus the stiffness of the structure divided by the mass should result in a unit of 1 (thus seconds).
Furthermore, there are constants like the gravitational one g that is dependent on this decision. If the units are used in a consistent way (using this library), these issues can be avoided.
Carmine Schipani, 2021
float inch4_unit = inch3_unit*inch_unit |