ansys.mapdl.core.Mapdl.mpdata#
- Mapdl.mpdata(lab='', mat='', sloc='', c1='', c2='', c3='', c4='', c5='', c6='', **kwargs)#
Defines property data to be associated with the temperature table.
Mechanical APDL Command: MPDATA
- Parameters:
- lab
str Valid property label. Applicable labels are listed under “Material Properties” in the input table for each element type in the Element Reference.
ALPD- Mass matrix multiplier for damping.ALPX- Secant coefficients of thermal expansion (also ALPY, ALPZ). (See also mpamod command for adjustment to reference temperature).BETD- Stiffness matrix multiplier for damping.BETX- Coefficient of diffusion expansion (also BETY, BETZ)C- Specific heat.CREF- Reference concentration (may not be temperature dependent)CSAT- Saturated concentrationCTEX- Instantaneous coefficients of thermal expansion (also CTEY, CTEZ).DENS- Mass density.DMPS- Constant material damping coefficient.DXX- Diffusivity coefficients (also DYY, DZZ)EMIS- Emissivity.ENTH- Enthalpy.EX- Elastic moduli (also EY, EZ).GXY- Shear moduli (also GYZ, GXZ).HF- Convection or film coefficient.KXX- Thermal conductivities (also KYY, KZZ).LSST- Dielectric loss tangent.MGXX- Magnetic coercive forces (also MGYY, MGZZ).MU- Coefficient of friction.MURX- Magnetic relative permeabilities (also MURY, MURZ).NUXY- Minor Poisson’s ratios (also NUYZ, NUXZ).PERX- Electric relative permittivities (also PERY, PERZ).PRXY- Major Poisson’s ratios (also PRYZ, PRXZ).QRATE- Heat generation rate.REFT- Reference temperature (may not be temperature dependent).RH- Hall Coefficient.RSVX- Electrical resistivities (also RSVY, RSVZ).SBKX- Seebeck coefficients (also SBKY, SBKZ).SONC- Sonic velocity.THSX- Thermal strain (also THSY, THSZ).VISC- Viscosity.
- mat
str Material reference number to be associated with the elements (defaults to 1 if you specify zero or no material number).
- sloc
str Property data values assigned to six locations starting with
SLOC. If a value is already in this location, it is redefined. A blank (or zero) value forC1resets the previous value inSLOCto zero. A value of zero can only be assigned byC1. Blank (or zero) values forC2toC6leave the corresponding previous values unchanged.- c1
str Property data values assigned to six locations starting with
SLOC. If a value is already in this location, it is redefined. A blank (or zero) value forC1resets the previous value inSLOCto zero. A value of zero can only be assigned byC1. Blank (or zero) values forC2toC6leave the corresponding previous values unchanged.- c2
str Property data values assigned to six locations starting with
SLOC. If a value is already in this location, it is redefined. A blank (or zero) value forC1resets the previous value inSLOCto zero. A value of zero can only be assigned byC1. Blank (or zero) values forC2toC6leave the corresponding previous values unchanged.- c3
str Property data values assigned to six locations starting with
SLOC. If a value is already in this location, it is redefined. A blank (or zero) value forC1resets the previous value inSLOCto zero. A value of zero can only be assigned byC1. Blank (or zero) values forC2toC6leave the corresponding previous values unchanged.- c4
str Property data values assigned to six locations starting with
SLOC. If a value is already in this location, it is redefined. A blank (or zero) value forC1resets the previous value inSLOCto zero. A value of zero can only be assigned byC1. Blank (or zero) values forC2toC6leave the corresponding previous values unchanged.- c5
str Property data values assigned to six locations starting with
SLOC. If a value is already in this location, it is redefined. A blank (or zero) value forC1resets the previous value inSLOCto zero. A value of zero can only be assigned byC1. Blank (or zero) values forC2toC6leave the corresponding previous values unchanged.- c6
str Property data values assigned to six locations starting with
SLOC. If a value is already in this location, it is redefined. A blank (or zero) value forC1resets the previous value inSLOCto zero. A value of zero can only be assigned byC1. Blank (or zero) values forC2toC6leave the corresponding previous values unchanged.
- lab
Notes
Defines a table of property data to be associated with the temperature table. Repeat mpdata command for additional values (100 maximum). Temperatures must be defined first ( mptemp ). Also stores assembled property function table (temperature and data) in virtual space.
This command is also valid in SOLUTION.
Ansys Mechanical Enterprise The command mpdata,LSST is only available to the Ansys Mechanical Enterprise product family (Ansys Mechanical Enterprise, Ansys Mechanical Enterprise PrepPost, and Ansys Mechanical Enterprise Solver).