ansys.mapdl.core.Mapdl.laylist#
- Mapdl.laylist(iel='', layr1='', layr2='', mplab1='', mplab2='', **kwargs)#
Lists real constants material properties for layered elements.
Mechanical APDL Command: LAYLIST
- Parameters:
- iel
str Element number to be listed. If ALL, list all selected elements ( esel ) of the appropriate type. If blank and the current element type is a layered element type, list data from the current real constant table in the layered format.
- layr1
str Range of layer numbers to be listed. If
LAYR1is greater thanLAYR2, a reverse order list is produced.LAYR1defaults to 1.LAYR2defaults toLAYR1ifLAYR1is input or to the number of layers ifLAYR1is not input.- layr2
str Range of layer numbers to be listed. If
LAYR1is greater thanLAYR2, a reverse order list is produced.LAYR1defaults to 1.LAYR2defaults toLAYR1ifLAYR1is input or to the number of layers ifLAYR1is not input.- mplab1
str Material property labels (for example, EX) to be listed along with the layer real constants.
- mplab2
str Material property labels (for example, EX) to be listed along with the layer real constants.
- iel
Notes
Lists real constants and any two material properties for layered shell and solid elements.
If matrix input is selected (KEYOPT(2) = 2 or 3),
LAYR1,LAYR2,Mplab1, andMplab2are not used.This command is valid in any processor.