ansys.mapdl.core.Mapdl.uimp#
- Mapdl.uimp(mat='', lab1='', lab2='', lab3='', val1='', val2='', val3='', **kwargs)#
Defines constant material properties (GUI).
Mechanical APDL Command: UIMP
- Parameters:
- mat
str Material number.
- lab1
str Material property labels (see mp for valid labels).
- lab2
str Material property labels (see mp for valid labels).
- lab3
str Material property labels (see mp for valid labels).
- val1
str Values corresponding to three labels.
- val2
str Values corresponding to three labels.
- val3
str Values corresponding to three labels.
- mat
Notes
uimp is generated by the Graphical User Interface (GUI) and appears in the log file (
Jobname.LOG) if material properties are specified via the Material Properties dialog. The command is not intended to be typed in directly during an analysis (although it can be included in an input file for batch input or for use with input ).