SUBCOM

Combination Subcase Delimiter

Description: Delimits and identifies a combination subcase.

Format:

SUBCOM n

Example:

SUBCOM 205

Option Definition Type
n Subcase identification number. Integer > 2

Remarks:

  1. A SUBSEQ command must follow this command.
  2. SUBCOM may only be used in linear problems.
  3. Output requests above the subcase level will be used.
  4. The following is an example of a simple combination:
    SUBCASE 101
    LOAD = 101
    SUBCASE 102
    LOAD = 102
    SUBCOM 110
    LABEL = COMBINE SUBCASES 101 AND 102
    SUBSEQ = 1.0, 1.0
    SUBCASE 201
    LOAD = 201
    SUBCASE 202
    LOAD = 202
    SUBCOM 210
    LABEL = COMBINE SUBCASES 201 AND 202
    SUBSEQ = 1.0, 1.0