ansys.mapdl.core.Mapdl.cecyc#
- Mapdl.cecyc(lowname='', highname='', nsector='', hindex='', tolerance='', kmove='', kpairs='', **kwargs)#
Generates the constraint equations for a cyclic symmetry analysis
Mechanical APDL Command: CECYC
- Parameters:
- lowname
str Name of a component for the nodes on the low angle edge of the sector. Enclosed in single quotes.
- highname
str Name of a component for the nodes on the high angle edge of the sector. Enclosed in single quotes.
- nsector
str Number of sectors in the complete 360 degrees.
- hindex
str Harmonic index to be represented by this set of constraint equations. If
Hindexis -1, generate constraint equations for static cyclic symmetry. IfHIndexis -2, generate constraint equations for static cyclic asymmetry.- tolerance
str A positive tolerance is an absolute tolerance (length units), and a negative tolerance is a tolerance relative to the local element size.
- kmove
intorstr 0- Nodes are not moved.1- HIGHNAME component nodes are moved to match LOWNAME component nodes exactly.
- kpairs
intorstr 0- Do not print paired nodes1- Print table of paired nodes
- lowname
Notes
The analysis can be either modal cyclic symmetry or static cyclic symmetry.
The pair of nodes for which constraint equations are written are rotated into csys,1.
Warning
This command is archived in the latest version of the software.