ansys.mapdl.core.Mapdl.cmsopt#
- Mapdl.cmsopt(cmsmeth='', nmode='', freqb='', freqe='', fbddef='', fbdval='', iokey='', elcalc='', eigmeth='', nstartvn='', **kwargs)#
Specifies component mode synthesis (CMS) analysis options.
Mechanical APDL Command: CMSOPT
Command default:
Issuing the cmsopt command with no arguments is invalid. You must specify at least the CMS method (
Cmsmeth) and the number of modes (NMODE). In a free-interface (Cmsmeth= FREE) or residual-flexible free-interface (Cmsmeth= RFFB) CMS analysis, the default method for determining rigid body modes is FAUTO (automatic).- Parameters:
- cmsmeth
str The component mode synthesis method to use. This value is required.
FIX- Fixed-interface method.FREE- Free-interface method.RFFB- Residual-flexible free-interface method.
- nmode
str The number of normal modes extracted and used in the superelement generation. This value is required; the minimum is 1.
- freqb
str Beginning, or lower end, of frequency range of interest. This value is optional.
The program always sets this value to zero if the residual-flexible free-interface method (
Cmsmeth= RFFB) or the free-interface method (Cmsmeth= FREE) is specified via resvec.- freqe
str Ending, or upper end, of frequency range of interest. This value is optional.
- fbddef
str In a free-interface (
Cmsmeth= FREE) or residual-flexible free-interface (Cmsmeth= RFFB) CMS analysis, the method to use for defining free body modes:FNUM- The number (FDBVAL) of rigid body modes in the calculation.FTOL- Employ a specified tolerance (FDBVAL) to determine rigid body modes in the calculation.FAUTO- Automatically determine rigid body modes in the calculation. This method is the default.RIGID- If no rigid body modes exist, define your own via the rigid command.
- fbdval
str In a free-interface CMS analysis (
Cmsmeth= FREE), the number of rigid body modes ifFbddef= FNUM (where the value is an integer from 0 through 6), or the tolerance to employ ifFbddef= FTOL (where the value is a positive real number representing rad/sec). This value is required only whenFbddef= FNUM orFbddef= FTOL; otherwise, any specified value is ignored.- iokey
str Output key to control writing of the complete transformation matrix on the
.cmsfile to the.tcmsfile (FIX or FREE methods) or body properties to the.EXBfile (FIX method).CMS- Write the complete transformation matrix of the nodal component on the.cmsfile. For more information, see.TCMS- Write the transformation matrix of the nodal component defined via outpr to a.tcmsfile. For more information, see.EXB- Write a body property input file (.EXBfile) containing the condensed substructure matrices and other body properties for use with AVL EXCITE. For more information, see Ansys Interface to AVL EXCITE
- elcalc
str Element calculation key:
NO- Do not calculate element results (default).YES- Calculate element results and write them to the.cmsfile for the expansion pass.
- eigmeth
str Mode extraction method to be used for the symmetric eigenvalue problem during the generation pass :
LANB- Block Lanczos algorithm (default).SUBS- Subspace algorithm.SNODE- Supernode algorithm.
- nstartvn
str Node number to be assigned to the first virtual node created to store the generalized coordinates. See Notes for more information.
- cmsmeth
Notes
CMS supports damping matrix reduction when a damping matrix exists. Set the matrix generation key to 3 ( seopt,
Sename,SEMATR) to generate and then reduce stiffness, mass, and damping matrices.CMS does not support the seopt,,,,,RESOLVE command. Instead, the program sets the expansion method for the expansion pass (
EXPMTH) to BACKSUB.By default, the static constraint modes are not written to the
.cmsfile for the fixed- interface and free-interface methods. IssueIOkey= CMS to write them.If
IOkey= TCMS, the transformation matrix is printed out and written to the.tcmsfile when the outpr command is issued withITEM= NSOL andFREQnot equal to NONE. In addition, the transformation matrix is printed out whenSEPRis equal to 1 or 2 on seopt. In interactive sessions, the transformation matrix is not output if the model has more than 10 elements.For information about the component modes stored in the
.cmsor.tcmsfile, refer to Component Modes StorageIf
Elcalc= YES, the element results of the component modes included in the transformation matrix of the CMS method are calculated and written to the.cmsfile. This can significantly reduce the computation time of the. For limitations and available element results, see.Select a
nStartVNvalue to offset the virtual node numbers from the other node numbers used in the model; otherwise, the program selectsnStartVNto fulfill that condition. In the case of multiple superelements, ifnStartVNis defined during each generation pass, then in the use pass, the virtual nodes of all imported superelements are gathered and renumbered from thenStartVNvalue specified for the first encountered superelement (first se command).nStartVNcan also be defined in the use pass via se. (IfnStartVNis defined by both the cmsopt and se commands, the larger number prevails.)For more information, see Component Mode Synthesis
This command is also valid in prep7.
Ansys Mechanical Enterprise PrepPost Only cmsopt,FIX,,,,,,EXB is supported.