Residual Vector Selection
Description: Specifies options for the calculation of residual vectors.
Format:
Examples:
RESVEC = ON
RESVEC(APPLOAD, RVDOF) = ON
RESVEC = OFF
Option | Definition | Type | Default |
---|---|---|---|
INRLOAD | Enables the calculation of residual vectors based on inertia relief. | Character | |
NOINRL | Disables the calculation of residual vectors based on inertia relief. | Character | |
APPLOAD | Enables the calculation of residual vectors based on applied loads. | Character | ✓ |
NOAPPL | Disables the calculation of residual vectors based on applied loads. | Character | |
RVDOF | Enables the calculation of residual vectors based on RVDOFi entries. | Character | ✓ |
NORVDOF | Disables the calculation of residual vectors based on RVDOFi entries. | Character | |
ON | Requests the calculation of residual vectors based on inertia relief, applied loads, and RVDOFi entries. | Character | |
OFF | Disables the calculation of residual vectors. | Character | ✓ |
Remarks:
- PARAM, RESVEC, ON is equivalent to the command RESVEC = ON. See Section 5, Parameters, for more information on RESVEC.