numcmp#
- Database.numcmp(label='', **kwargs)#
Compresses the numbering of defined items.
Mechanical APDL Command: NUMCMP
- Parameters:
- label
str Items to be compressed:
NODE- Node numbersELEM- Element numbersKP- Keypoint numbersLINE- Line numbersAREA- Area numbersVOLU- Volume numbersMAT- Material numbersTYPE- Element type numbersREAL- Real constant numbersCP- Coupled set numbersSECN- Section numbersCE- Constraint equation numbersCSYS- Coordinate system numbersALL- All item numbers
- label
Notes
The numcmp command effectively compresses out unused item numbers by renumbering all the items, beginning with one and continuing throughout the model. The renumbering order follows the initial item numbering order (that is, compression lowers the maximum number by “sliding” numbers down to take advantage of unused or skipped numbers). All defined items are renumbered, regardless of whether or not they are actually used or selected. Applicable related items are also checked for renumbering as described for the merge operation ( nummrg ).
Compressing material numbers ( numcmp,ALL or numcmp,MAT) does not update the material number referenced by either of the following:
A temperature-dependent convection or surface-to-surface radiation load ( sf, sfe, sfl, sfa )
Real constants for multi-material elements
Compression is usually not required unless memory space is limited and there are large gaps in the numbering sequence.