!SOLUTION¶
Specifies the type of analysis.
Parameter¶
TYPE=
STATIC : Linear static analysis
NLSTATIC : Nonlinear static analysis (same as TYPE=STATIC, NONLINEAR)
HEAT : Heat conduction analysis
EIGEN : Eigenvalue analysis
DYNAMIC : Dynamic analysis
STATICEIGEN : Nonlinear static analysis → Eigenvalue analysis
ELEMCHECK : Element shape check
NONLINEAR : Consider Nonlinearity(only available when TYPE=STATIC/DYNAMIC )
Example of Use¶
Linear static analysis
Nonlinear static analysis
Note¶
TYPE=NLSTATICis a legacy spelling equivalent toTYPE=STATIC, NONLINEAR. For new input, theTYPE=STATIC, NONLINEARform, which states nonlinearity explicitly via theNONLINEARparameter, is recommended.- Time settings for dynamic analysis (time increment, step time width) are consolidated in
!STEP. Then_stepandt_deltaof!DYNAMICare defaults used only when!STEPis omitted or for backward compatibility; specify them in!STEPfor new input. See !STEP and Step control for details.