SUBSEQ

Subcase Information Entry Gives the coefficients for forming a linear combination of the previous static subcases.

Format

SUBSEQ=R1, [R2, R3, ..., Rn]

Example

SUBSEQ=1.0, -1.0, 0.0, 2.0

Definitions

Argument Description
Ri Coefficients of the previously occurring static subcases.

(Real)

Comments

  1. Can only appear after a SUBCOM command.
  2. R1 to Rn refer to the immediately preceding static subcases. Rn is applied to the most recently appearing static subcase, R(n-1) is applied to the second most recently appearing static subcase, and so on. The embedded comments ($) describe the following example:
    DISPL = ALL
    SUBCASE 1
    SUBCASE 2
    SUBCOM 3
    SUBSEQ = 1.0, -1.0 $ SUBCASE 1 - SUBCASE 2
    SUBCASE 11
    SUBCASE 12
    SUBCOM 13
    SUBSEQ = 0.0, 0.0, 1.0, -1.0 $ SUBCASE 11 - SUBCASE 12
    or
    SUBSEQ = 1.0, -1.0 $ EQUIVALENT TO PRECEDING COMMAND. USE ONLY ONE.