ansys.mapdl.core.Mapdl.real#
- Mapdl.real(nset='', **kwargs)#
Sets the element real constant set attribute pointer.
Mechanical APDL Command: REAL
- Parameters:
- nset
str Assign this real constant set number to subsequently defined elements (defaults to 1).
- nset
Notes
Identifies the real constant set number to be assigned to subsequently defined elements. This number refers to the real constant set number (
NSET) defined with the real constant sets ( r ). Real constant set numbers may be displayed ( pnum ). If the element type requires no real constants, this entry is ignored. Elements of different type should not refer to the same real constant set.