Translation status
This page has not yet been translated into Ukrainian, or its translation is out of date. The current English version is shown as a fallback.
!SOLUTION¶
Specifies the analysis type.
This control data is mandatory.
Parameters¶
TYPE=
STATIC : Linear static analysis
NLSTATIC : Nonlinear static analysis (same as TYPE=STATIC, NONLINEAR)
HEAT : Heat conduction analysis
EIGEN : Modal analysis
DYNAMIC : Dynamic analysis
STATICEIGEN : Nonlinear static analysis -> modal analysis
ELEMCHECK : Element shape check
NONLINEAR : Account for nonlinearity (TYPE=STATIC/DYNAMIC only)
Example¶
Linear static analysis
Nonlinear static analysis
Notes¶
TYPE=NLSTATICis a legacy spelling equivalent toTYPE=STATIC, NONLINEAR. For new input, explicitly specify the presence or absence of nonlinearity with theNONLINEARparameter; theTYPE=STATIC, NONLINEARform is recommended.- Time settings for dynamic analysis (time increment and step time span) are consolidated in
!STEP. In!DYNAMIC,n_stepandt_deltaare default values used when!STEPis omitted or for backward compatibility; for new input, specify them with!STEP. For details, see !STEP and Step Control.