OpenSeesPyAssistant
1.1
OpenSeesPy for everyone
Constants.py
Go to the documentation of this file.
1
"""Module with the values of a set of essential constants. They are consistent with the units defined in Units. \n
2
Carmine Schipani, 2021
3
"""
4
5
from
OpenSeesPyAssistant.Units
import
*
6
7
8
TOL = 1.0e-6
9
TOL_INTEGRATION = 1.0e-12
10
ZERO = 1.0e-9
# used when defining mass that is equal to 0 (avoid convergence problem)
11
G_CONST = 9.810*m_unit/s_unit**2
12
RIGID = 100.0
# multiply with a mechanical or geometrical value to have the corresponding infinitely rigid value
13
MAX_ITER = 100
14
MAX_ITER_INTEGRATION = 50
Units
Programmi
OpenSeesPyAssistant
Constants.py
Generated by
1.9.3