tref#
- LoadStepOptions.tref(tref='', **kwargs)#
Defines the reference temperature for thermal strain calculations.
Mechanical APDL Command: TREF
- Parameters:
- tref
str Reference temperature for thermal expansion.
If the uniform temperature ( tunif ) is not specified, it is also set to this value.
- tref
Notes
Defines the reference temperature for the thermal strain calculations in structural analyses. Thermal strains are given by α * (T - TREF), where α is the coefficient of thermal expansion. Input the strain via ALPX, ALPY, ALPZ (the secant or mean coefficient value), or CTEX, CTEY, CTEZ (the instantaneous coefficient value), or the thermal strain value (THSX, THSY, THSZ). T is the element temperature. If α is temperature-dependent,
TREFshould be in the range of temperatures you define using the mptemp command.Reference temperatures may also be input per material by specifying a value on the mp material property command:
mp,REFT,
MAT,C0.Only a constant (non-temperature-dependent) value is valid. The value input on the tref command applies to all materials not having a specified material property definition.
To convert temperature-dependent secant coefficients of thermal expansion (SCTE) data (properties ALPX, ALPY, ALPZ) from the definition temperature to the reference temperature defined via a tref (or mp,REFT) command, issue the mpamod command.
This command is also valid in PREP7.