7. Thermal characteristics#
The various thermal behaviors are mutually exclusive.
7.2. Keyword factor THER_ORTH#
Definition of thermal characteristics for an orthotropic material.
The reader may refer to the following documentation:
[U4.42.03] DEFI_COMPOSITE
[U4.42.01] AFFE_CARA_ELEM
to define the longitudinal direction associated with shells or non-isotropic 3D.

7.2.1. Operands LAMBDA/RHO_CP#
LAMBDA_L = lal
Thermal conductivity in the longitudinal direction.
LAMBDA_T = lat
Thermal conductivity in the transverse direction.
LAMBDA_N = lan
Thermal conductivity in the normal sense.
RHO_CP = CP
Volume heat.
7.3. Keyword factor THER_NL#
Allows you to describe thermal characteristics that depend on temperature. The formulation involves volume enthalpy (cf. [R5.02.02]).
\(\dot{\beta }-\text{div}(\lambda (T)\mathrm{.}\mathrm{grad}T)=f\)
7.3.1. Operands BETA/LAMBDA/RHO_CP#
BETA = beta
Volume enthalpy as a function of temperature. For enthalpy, the extensions of the function are necessarily linear.
RHO_CP = CP
Volume heat.
If the enthalpy is not provided by the user, it will be calculated by integrating RHO_CPet will not be extended to the left. RHO_CPdoit therefore be defined over the entire calculation range which means that the extension to the left of RHO_CPest ignored for the estimation of the enthalpy.
LAMBDA = normal
Isotropic thermal conductivity as a function of temperature.
Note:
It is not possible to use a formula for these three material parameters because the algorithm needs to calculate their derivative many times, which is more easily accessible for a piecewise linear function. Thus, if the user wants to use a formula rather than a function, he must first tabulate it using the command CALC_FONC_INTERP.
7.5. Keyword factor THER_NL_ORTH#
Identical to THER_NL, making it possible to describe thermal characteristics dependent on temperature, this material also allows the definition of thermal characteristics for an orthotropic material, which may themselves depend on temperature.
The reader may refer to the following documentation:
[U4.42.03] DEFI_COMPOSITE
[U4.42.01] AFFE_CARA_ELEM
to define the longitudinal direction associated with shells or non-isotropic 3D.

7.5.1. Operands BETA/LAMBDA/RHO_CP#
BETA = beta
Volume enthalpy as a function of temperature. For enthalpy, the extensions of the function are necessarily linear.
RHO_CP = CP
Volume heat.
If the enthalpy is not provided by the user, it will be calculated by integrating RHO_CPet will not be extended to the left. RHO_CPdoit therefore be defined over the entire calculation range which means that the extension to the left of RHO_CPest ignored for the estimation of the enthalpy.
LAMBDA_L = lal
Thermal conductivity in the longitudinal direction.
LAMBDA_T = lat
Thermal conductivity in the transverse direction.
LAMBDA_N = lan
Thermal conductivity in the normal sense.
Note:
It is not possible to use a formula for these material parameters because the algorithm needs to calculate their derivative many times, which is more easily accessible for a piecewise linear function. Thus, if the user wants to use a formula rather than a function, he must first tabulate it using the command CALC_FONC_INTERP.