ansys.mapdl.core.Mapdl.cycspec#
- Mapdl.cycspec(label='', node='', item='', comp='', **kwargs)#
Defines the set of result items for a subsequent cyccalc command in postprocessing a cyclic harmonic mode-superposition analysis.
Mechanical APDL Command: CYCSPEC
Command default:
No defaults are available for the cycspec command. You must issue this command to define the set of result items for evaluation in a subsequent cyccalc command used in computing results of a cyclic harmonic mode-superposition analysis.
- Parameters:
- label
str
One of the following labels:
ADD
- Adds a new specification to the set (default). The maximum number of specifications that can be defined is 50.LIST
- Lists the current set of specifications.Node
,Item
,Comp
are ignored.ERASE
- Erases the current set of specifications.Node
,Item
,Comp
are ignored.DELETE
- Deletes an existing specification.Item
,Comp
are ignored.
- node
str
The node at which to evaluate the results. If
Node
is a nodal component, then all nodes in the component are included. All sectors containing this node (or set of nodes) are evaluated.For
LABEL
= DELETE, useNode
to indicate which specification in the set to delete.- item
str
Specifies the type of values to evaluate:
U
- DisplacementS
- StressEPEL
- Elastic strain
- comp
str
Specifies the specific component of displacement, stress, or strain to evaluate:
X,Y,Z
- Direct componentsXY,YZ,XZ
- Shear components (stress and strain only)1,2,3
- Principal values (stress and strain only)EQV
- Equivalent value (stress and strain only)SUM
- Vector sum (displacement only)NORM
- L2 norm for the set of nodes (displacement only)
- label
Notes
Up to 50 specifications can be defined for use in a subsequent cyccalc command. If more than 50 specifications are desired, erase the table after the cyccalc operation and add new specifications and repeat the cyccalc command. All the specified nodes, items, and components are evaluated for all sectors and the maximum amplitude value output. For combined stresses and strains (
Comp
= 1,2,3 or EQV) or displacement vector sum (Comp
= SUM), a 360 degree phase sweep is performed at each location to determine the maximum.Additional POST1 controls are used to refine the specification. For component values, components are in the rsys direction. For shell elements, the results are at the shell location. For EPEL,EQV, the results are based on the
EFFNU
value on the avprin command. The controls active when the cyccalc command is issued determine the result values. If results at another shell location are desired, issue the new shell command and then re-issue the cyccalc command.If a single node is input, the
Item
/Comp
value at that location in each sector is output. If a node component is given, then the maximumItem
/Comp
value within the set of nodes of each sector is output, one value for each sector (the node of the maximum may vary from sector to sector). For stress and strain items, only corner nodes are valid.For the displacement norm option (
Item
= U,Comp
= NORM), the L2 norm computed from all the nodes in the component is output, one per sector.