CMOMEGA
CMOMEGA, CM_NAME
, OMEGAX
, OMEGAY
, OMEGAZ
, X1
, Y1
, Z1
, X2
, Y2
, Z2
Specifies the rotational velocity of an element component
about a user-defined rotational axis.
CM_NAME
The name of the element component.
OMEGAX
,OMEGAY
,OMEGAZ
If the
X2
,Y2
,Z2
fields are not defined,OMEGAX
,OMEGAY
, andOMEGAZ
specify the components of the rotational velocity vector in the global Cartesian X, Y, Z directions.If the
X2
,Y2
,Z2
fields are defined, onlyOMEGAX
is required.OMEGAX
specifies the scalar rotational velocity about the rotational axis. The rotational direction ofOMEGAX
is designated either positive or negative, and is determined by the "right hand rule."If
OMEGAX
= “DELETE” andCM_NAME
is empty, the component-wise rotational velocity is removed from all components. All other fields are ignored.X1
,Y1
,Z1
If the
X2
,Y2
,Z2
fields are defined,X1
,Y1
, andZ1
define the coordinates of the beginning point of the rotational axis vector. Otherwise,X1
,Y1
, andZ1
are the coordinates of a point through which the rotational axis passes.X2
,Y2
,Z2
The coordinates of the end point of the rotational axis vector.
Notes
Specifies the rotational velocity components OMEGAX
, OMEGAY
, and OMEGAZ
of an element component CM_NAME
about
a user-defined rotational axis. The rotational axis can be defined
either as a vector passing through a single point or a vector connecting
two points.
You can define the rotational velocity and rotational axis for these analysis types:
Loads for VT and Krylov methods are supported as long as they are not:
complex tabulated loads (constant or trapezoidal loads in tabulated form are supported)
used in conjunction with Rotordynamics (CORIOLIS,on).
In a mode-superposition harmonic or transient analysis, you must apply the load in the modal portion of the analysis. Mechanical APDL calculates a load vector and writes it to the MODE file, which you can apply via the LVSCALE command.
Rotational velocities are combined with the element mass matrices to form a body-force load vector term. Units are radians/time. Related commands are ACEL, CGLOC, CGLOC, CGOMGA, CMDOMEGA, DCGOMG, DOMEGA.
See Analysis Tools in the Theory Reference for more information.
You can use the CMOMEGA command in conjunction with either one of the following two groups of commands, but not with both groups simultaneously:
Components for which you want to specify rotational loading must consist of elements only. The elements you use cannot be part of more than one component, and elements that share nodes cannot exist in different element components. You cannot apply the loading to an assembly of element components.
If you have applied the Coriolis effect (CORIOLIS) using a stationary reference frame, the CMOMEGA command takes the gyroscopic damping matrix into account for the elements listed under "Stationary Reference Frame" in the notes section of the CORIOLIS command. Mechanical APDL verifies that the rotation vector axis is parallel to the axis of the element; if not, the gyroscopic effect is not applied. If you issue a CMOMEGA command when the Coriolis or gyroscopic effect is present, a subsequently issued OMEGA command has no effect.
The CMOMEGA command supports tabular boundary conditions
(%TABNAME_X
%, %TABNAME_Y
%, and
%TABNAME_Z
%) for OMEGAX
, OMEGAY
, and
OMEGAZ
input values (*DIM) for
modal, full transient, and full harmonic analyses. In this
case, if the end point is specified (X2
,
Y2
, Z2
), the rotational velocity
axis must be along the global X-, Y-, or Z-axis.
The load interpolation setting (KBC) applies to
the rotational velocity, in particular the OMGSQRDKEY
option for
quadratic interpolation.