HROPT
HROPT, Method
,
Value1
, Value2
,
Value3
, Value4
,
Value5
Specifies harmonic analysis options.
Method
Solution method for the harmonic analysis:
AUTO
—
Automatically select the most efficient method (default). Either the full method (FULL) or the frequency-sweep method (VT) is selected, depending on the model. For
Method
= AUTO,Value1
..Value5
are unused fields.FULL
—
Full method. For
Method
= AUTO,Value1
..Value5
are unused fields.HBM
—
Harmonic Balance method. See Command Specification for
Method
= HBM.HNLA
—
Harmonic nonlinear acoustics method (based on the FULL harmonic algorithm). See Command Specification for
Method
= HNLA.KRYLOV
—
Frequency-sweep Krylov method. See Command Specification for
Method
= KRYLOV.Note: The Krylov approximation can be run using macros as customizable templates as described in Frequency-Sweep Harmonic Analysis via the Krylov Method in the Structural Analysis Guide. Alternatively, you can perform a Krylov solution without customization as described in Krylov Method Implemented using Mechanical APDL Commands in the Structural Analysis Guide.
MSUP
—
Mode-superposition method. See Command Specification for
Method
= MSUP.VT
—
Frequency-sweep (Variational Technology) method (based on the FULL harmonic algorithm). See Command Specification for
Method
= VT or VTPA.VTPA
—
Frequency-sweep (Variational Technology) perfect absorber method (based on the FULL harmonic algorithm). See Command Specification for
Method
= VT or VTPA.If the solution method is not specified, the program automatically selects either the Full method or the frequency-sweep method, depending on which method is most efficient for the model. The frequency-sweep method uses the underlying Variational Technology method.
Command Specification for Method
=
HBM
HROPT, HBM, NH
,
--
, --
,
--
, --
Table 188: Semantic labels and definitions of Value1
, ...
Value5
for Method
= HBM
Value | HBM label and description | |||
---|---|---|---|---|
Value1 |
| |||
Value2 , …
Value5 | -- Unused
fields. |
Command Specification for
Method
= HNLA
HROPT, HNLA,
SolType
, --
,
--
, --
,
--
Table 189: Semantic labels and definitions of Value1
, ...
Value5
for Method
= HNLA
Value | HNLA label and description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Value1 |
| ||||||||||
Value2 | SolType = 1 | SolType = 2 | |||||||||
| -- Unused
field. | ||||||||||
Value3 | SolType = 1 | SolType = 2 | |||||||||
| -- Unused
field. | ||||||||||
Value4 and Value5 | -- Unused fields. |
Command Specification for Method
=
KRYLOV
HROPT, KRYLOV, FRQKRY
,
--
, --
,
--
, --
Table 190: Semantic labels and definitions of Value1
, ...
Value5
for Method
= KRYLOV
Value | KRYLOV label and description |
---|---|
Value1 | |
Value2 , ...
Value5 | -- Unused
fields. |
Command Specification for Method
=
MSUP
HROPT, MSUP, MAXMODE
,
MINMODE
, MCFwrite
,
--
, MCkey
For more details related to mode-superposition harmonic analyses, see Notes.
Table 191: Semantic labels and definitions of Value1
, ...
Value5
for Method
= MSUP
Value | MSUP label and description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Value1 |
| |||||||||
Value2 |
| |||||||||
Value3 |
| |||||||||
Value4 | -- Unused
field. | |||||||||
Value5 |
Command Specification for Method
= VT
or VTPA
HROPT, VT, --
,
--
, --
, Damp
,
--
or
HROPT, VTPA, --
,
--
, --
, Damp
,
--
Table 192: Semantic labels and definitions of Value1
, ...
Value5
for Method
= VT or VTPA
Value | VT (or VTPA) label and description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Value1 , Value2 ,
Value3 | -- Unused
fields. | |||||||||
Value4 |
| |||||||||
Value5 | -- Unused
field. |
Command Default
If you run a harmonic analysis (Antype
= HARMIC or 3 on the
ANTYPE command) and you do not issue HROPT, the default
is Method
= AUTO.
Notes
Specifies the method of solution for a harmonic analysis (ANTYPE,HARMIC). For detailed descriptions of the various solution methods, see Overview of Harmonic Analysis Solution Methods in the Structural Analysis Guide.
If used in SOLUTION, this command is valid only within the first load step.
This command is also valid in PREP7.
For Method
= MSUP:
For cyclic symmetry mode-superposition harmonic solutions,
MAXMODE and MINMODE are
ignored. |
To include residual vectors in your mode-superposition harmonic analysis, specify RESVEC,ON. |
MAXMODE and MINMODE are
ignored after a modal restart analysis where remote modal files usage
(MODDIR) and residual vector calculation (RESVEC,ON)
have been activated. |