ansys.mapdl.core.Mapdl.qrdopt#
- Mapdl.qrdopt(reusekey='', symmeth='', cmccoutkey='', **kwargs)#
Specifies additional QRDAMP modal analysis options.
Mechanical APDL Command: QRDOPT
- Parameters:
- reusekey
str Reuse key for method=
QRDAMPspecified in modopt command.ON- Reuse the symmetric eigensolution from the previous load steps or from the previous solution.OFF- Do not reuse (calculates symmetric eigensolution at current load step). This is the default.
- symmeth
str Mode-extraction method to be used for the symmetric eigenvalue problem.
LANB- Block Lanczos algorithm (default).SUBSP- Subspace algorithm.SNODE- Supernode algorithm.
- cmccoutkey
str Complex Modal Contribution Coefficients (CMCC) output key. See Calculate the Complex Mode Contribution Coefficients (CMCC)
ON- Output the CMCC to the text fileJobnameCMCC.OFF- Do not output the CMCC. This is the default.
- reusekey
Notes
If the
filename.modesymfile exists in the working directory andReuseKey= ON,filename.modesymwill be reused. Iffilename.modesymdoes not exist in the working directory, the symmetric eigensolution will be calculated.When
ReuseKey=ON, both the new modal analysis (filename.modesymusage) and the preceding modal analysis (filename.modesymgeneration) must be performed using the same product version number.