![]() |
OpenSeesPyAssistant 1.1
OpenSeesPy for everyone
|
Module with the values of a set of essential constants. More...
Variables | |
float | G_CONST = 9.810*m_unit/s_unit**2 |
int | MAX_ITER = 100 |
int | MAX_ITER_INTEGRATION = 50 |
float | RIGID = 100.0 |
float | TOL = 1.0e-6 |
float | TOL_INTEGRATION = 1.0e-12 |
float | ZERO = 1.0e-9 |
Module with the values of a set of essential constants.
They are consistent with the units defined in Units.
Carmine Schipani, 2021
float G_CONST = 9.810*m_unit/s_unit**2 |
Definition at line 11 of file Constants.py.
int MAX_ITER = 100 |
Definition at line 13 of file Constants.py.
int MAX_ITER_INTEGRATION = 50 |
Definition at line 14 of file Constants.py.
float RIGID = 100.0 |
Definition at line 12 of file Constants.py.
float TOL = 1.0e-6 |
Definition at line 8 of file Constants.py.
float TOL_INTEGRATION = 1.0e-12 |
Definition at line 9 of file Constants.py.
float ZERO = 1.0e-9 |
Definition at line 10 of file Constants.py.