simdesign.rcmrf.bnsm.baselib.constants
Constants utilised in BNSM layer such as the geometric transformation vectors and rigid-like material and section properties.
- simdesign.rcmrf.bnsm.baselib.constants.LINEAR_TRANSF_Z = 99999
Geometric transformation tag for beam-column elements along Z (3).
- simdesign.rcmrf.bnsm.baselib.constants.VECXZ_Z = [-1, 0, 0]
X, Y, and Z components of vecxz for beam-column elements along Z (3).
- simdesign.rcmrf.bnsm.baselib.constants.LINEAR_TRANSF_X = 88888
Geometric transformation tag for beam-column elements along X (1).
- simdesign.rcmrf.bnsm.baselib.constants.VECXZ_X = [0, -1, 0]
X, Y, and Z components of vecxz for beam-column elements along X (1).
- simdesign.rcmrf.bnsm.baselib.constants.LINEAR_TRANSF_Y = 77777
Geometric transformation tag for beam-column elements along Y (2).
- simdesign.rcmrf.bnsm.baselib.constants.VECXZ_Y = [1, 0, 0]
X, Y, and Z components of vecxz for beam-column elements along Y (2).
- simdesign.rcmrf.bnsm.baselib.constants.PDELTA_TRANSF_Z = 66666
Geometric transformation tag for beam-column elements along Z (3).
- simdesign.rcmrf.bnsm.baselib.constants.RIGID_MAT = 99999
Tag of the rigid-like material defined in OpenSees.
- simdesign.rcmrf.bnsm.baselib.constants.RIGID_SEC = 99999
Tag of the rigid-like section defined in OpenSees.
- simdesign.rcmrf.bnsm.baselib.constants.BIG_VALUE = 1000000000.0
A big value used to define stiffness of rigid materials.
- simdesign.rcmrf.bnsm.baselib.constants.GRAV_TS_TAG = 1
Tag for time-series which defines the relationship between time-domain and gravity loads.
- simdesign.rcmrf.bnsm.baselib.constants.GRAV_P_TAG = 1
Tag for load pattern which associates gravity time-series with the gravity element and point loads.
- simdesign.rcmrf.bnsm.baselib.constants.NSPA_TS_TAG = 2
Tag for time-series which defines the relationship between time-domain and nspa loads.
- simdesign.rcmrf.bnsm.baselib.constants.NSPA_P_TAG = 2
Tag for load pattern which associates nspa time-series with the nspa point loads.