SENSOR
Bulk Data Entry Defines a sensor for geometric nonlinear analysis. Sensors may be used to activate loads (NLOAD1).
Format
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
SENSOR | SID | STYPE | DELAY | NACC |
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
AID1 | DIR1 | AMIN1 | TMIN1 | ||||||
AID2 | DIR2 | AMIN2 | TMIN2 | ||||||
etc. | etc. |
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
G1 | G2 | DMIN | DMAX |
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
SID1 | SID2 |
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
SID1 |
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
CID |
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
RWID |
Example
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
SENSOR | 100 | ACCEL | 1 | ||||||
7 | X | 500.0 | 0.03 |
Definitions
Field | Contents | SI Unit Example |
---|---|---|
SID | Unique sensor
identification number. No default (Integer > 0) |
|
STYPE | Sensor type. May be one
of:
No default |
|
DELAY | Time delay. (Real > 0) |
|
NACC | Number of accelerometers
ACCEL. (0 < Integer ≤ 6) |
|
AID# | Accelerometer identifier,
references the ID of an ACCLR
Bulk Data Entry. (Integer > 0) |
|
DIR# | Direction of accelerometer
#. May be one of:
No default |
|
AMIN# | Minimum absolute value for
acceleration for accelerometer #. (Real ≥ 0) |
|
TMIN# | Minimum duration of
AMIN for accelerometer #. (Real ≥ 0) |
|
G1 | Grid ID 1. (Integer > 0) |
|
G2 | Grid ID 2. (Integer > 0) |
|
DMIN | Distance minimum. (Real ≥ 0) |
|
DMAX | Distance maximum. (Real ≥ 0) |
|
SID1 | Activation sensor
identifier, references the ID of another SENSOR Bulk Data
Entry. (Integer > 0) |
|
SID2 | Deactivation sensor
identifier, references the ID of another SENSOR
Bulk Data Entry. (Integer > 0) |
|
CID | Contact identifier,
references the ID of a CONTACT Bulk Data
Entry. (Integer > 0) |
|
RWID | Rigid Wall identifier,
references the ID of a RWALL
Bulk Data Entry. (Integer > 0) |
Comments
- A sensor can only be activated once.
- For
STYPE=ACCE, the sensor is activated if one
of the accelerometers gives an acceleration greater than AMIN
during a time greater than TMIN.
The time of activation of the sensor is the time at which the above criteria is first met plus the time delay (DELAY).
- For STYPE=DIST, the sensor is activated
once the distance between G1 and G2 moves
outside the allowable range (between DMIN and
DMAX).
The time of activation of the sensor is the time at which the above criteria is first met, plus the time delay (DELAY).
- For STYPE=SENS, the sensor is activated once the referenced sensor SID1 is activated. The minimum activation duration is given by the time delay (DELAY). After this minimum activation duration, the sensor is deactivated if referenced sensor SID2 is activated. If there is no SID2 referenced, then the sensor is deactivated after the time delay.
- For STYPE=AND, the sensor is activated once both the referenced sensors (SID1 and SID2) are activated.
- For STYPE=OR, the sensor is activated once either of the referenced sensors (SID1 or SID2) are activated.
- For STYPE=NOT, the sensor is active whenever the referenced sensor SID1 is not active.
- For STYPE=INTER, the sensor is activated once the referenced contact (CID) is impacted. The sensor is deactivated if there is no impact during a time equal to the time delay (DELAY).
- For STYPE=RWAL, the sensor is activated once the referenced rigid wall (RWID) is impacted. The sensor is deactivated if there is no impact during a time equal to the time delay (DELAY).