CM

CM, Cname, Entity, --, KOPT
Groups geometry items into a component.

Valid Products: Pro | Premium | Enterprise | PrepPost | Solver | AS add-on

Cname

An alphanumeric name used to identify this component. Cname may be up to 240 characters, beginning with a letter and containing only letters, numbers, dots (.) and underscores (_). Component names beginning with an underscore (for example, _LOOP) are reserved for use by Mechanical APDL and should be avoided. Components named "ALL," "STAT," and "DEFA" are not permitted. Overwrites a previously defined name.

Entity

Label identifying the type of geometry items to be grouped:

VOLU

 — 

Volumes.

AREA

 — 

Areas.

LINE

 — 

Lines.

KP

 — 

Keypoints.

ELEM

 — 

Elements.

NODE

 — 

Nodes.

--

Reserved for future use.

KOPT

Controls how element component contents are updated during nonlinear mesh adaptivity analysis and SMART crack-growth analysis:

0 – Component is not updated during remeshing and therefore contains only initial mesh elements (default).
1 – Component is updated during remeshing to contain the updated elements.

This argument is valid for nonlinear mesh adaptivity analysis with Entity = ELEM and for solid element components. It is also valid for SMART crack-growth analysis with Entity = ELEM and NODE, limited to solid element components and surface node components exclusively.

Notes

Components may be further grouped into assemblies (CMGRP). The selected items of the specified entity type will be stored as the component. Use of this component in the select command (CMSEL) causes all these items to be selected at once, for convenience.

A component is a grouping of some geometric entity that can then be conveniently selected or unselected. A component may be redefined by reusing a previous component name. The following entity types may belong to a component: nodes, elements, keypoints, lines, areas, and volumes. A component may contain only 1 entity type, but an individual item of any entity may belong to any number of components. Once defined, the items contained in a component may then be easily selected or unselected (CMSEL). Components may be listed (CMLIST), modified (CMMOD) and deleted (CMDELE). Components may also be further grouped into assemblies (CMGRP). Other entities associated with the entities in a component (for example, the lines and keypoints associated with areas) may be selected by the ALLSEL command.

An item will be deleted from a component if it has been deleted by another operation (see the KMODIF command for an example). Components are automatically updated to reflect deletions of one or more of their items. Components are automatically deleted and a warning message is issued if all their items are deleted. Assemblies are also automatically updated to reflect deletions of one or more of their components or subassemblies, but are not deleted if all their components and subassemblies are deleted.

For nonlinear mesh adaptivity analysis, an extra option is available to update the element component contents automatically during the analysis, applicable in cases where the remeshing region overlaps the defined solid element component region. By enabling the option, the component element boundary is maintained, and the validity of the defined component is guaranteed during the entire analysis run; therefore, the component can be used during both solution and postprocessing.

Components are often used as input to other commands. Some commands restrict the component name to 32 characters. For those commands, this limitation is documented within the command description.

This command is valid in any processor.

Menu Paths

Utility Menu>Select>Comp/Assembly>Create Component