*ELEMENT_SEATBELT_SENSOR

LS-DYNA Input Interface KeywordDefines a seat belt sensor.

Format

(1) (2) (3) (4) (5) (6) (7) (8)
*ELEMENT_SEATBELT_SENSOR
SID STYP
For STYP = 1: Acceleration sensor
(1) (2) (3) (4) (5) (6) (7) (8)
Nod_ID DOF ACC ATIME
For STYP = 3: Time sensor
(1) (2) (3) (4) (5) (6) (7) (8)
TIME
For STYP = 4: Displacement sensor
(1) (2) (3) (4) (5) (6) (7) (8)
Node_ID1 Node_ID2 DMX DMN

Definition

Field Contents SI Unit Example
SID Sensor identifier.

(Integer)

STYP Sensor type.
= 1
Node acceleration sensor.
Sensor is activated when acceleration of the node Nod_ID in the direction DOF exceeds defined value ACC during minimum time ATIME.
= 3
Time sensor.
Sensor is activated when TIME value is reached.
= 4
Displacement sensor.
Sensor is activated when the distance between nodes Node_ID1 and Node_ID2 is bigger than distance DMX or smaller than distance DMN.

(Integer)

Nod_ID Node.

(Integer)

DOF Accelerometer direction.
= 1 (Default)
Global X direction
= 2
Global Y direction
= 3
Global Z direction

(Integer)

ACC Minimum absolute value of acceleration.

(Real)

[ m s 2 ]
ATIME Minimum duration time which acceleration exceeds the limit.

(Real)

[ s ]
TIME Time sensor activation.

(Real)

[ s ]
Node_ID1 Displacement sensor node 1.

(Integer)

Node_ID2 Displacement sensor node 2.

(Integer)

DMX Minimum distance.

Default = -1E30 (Real)

[ m ]
DMN Maximum distance.

Default = 1E30 (Real)

[ m ]

Comments

  1. This keyword maps to: