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:
- A SUBSEQ command must follow this command.
- SUBCOM may only be used in linear problems.
- Output requests above the subcase level will be used.
- 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