HyperWorks Solvers

SUBSEQ

SUBSEQ

Previous topic Next topic No expanding text in this topic  

SUBSEQ

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Subcase Information Entry

SUBSEQ - Subcase Sequence Coefficients

Description

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

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.

See Also:

Subcase Information Section

The Input File