OpenSeesPyAssistant 1.1
OpenSeesPy for everyone
Constants Namespace Reference

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
 

Detailed Description

Module with the values of a set of essential constants.

They are consistent with the units defined in Units.
Carmine Schipani, 2021

Variable Documentation

◆ G_CONST

float G_CONST = 9.810*m_unit/s_unit**2

Definition at line 11 of file Constants.py.

◆ MAX_ITER

int MAX_ITER = 100

Definition at line 13 of file Constants.py.

◆ MAX_ITER_INTEGRATION

int MAX_ITER_INTEGRATION = 50

Definition at line 14 of file Constants.py.

◆ RIGID

float RIGID = 100.0

Definition at line 12 of file Constants.py.

◆ TOL

float TOL = 1.0e-6

Definition at line 8 of file Constants.py.

◆ TOL_INTEGRATION

float TOL_INTEGRATION = 1.0e-12

Definition at line 9 of file Constants.py.

◆ ZERO

float ZERO = 1.0e-9

Definition at line 10 of file Constants.py.