Nonlinear Transient Heat Transfer Analysis
Calculates the temperature distribution in a system with respect to time.
The applied thermal loads can either be time-dependent or time-invariant; transient thermal analysis is used to capture the thermal behavior of a system over a specific period of time.
The basic finite element equation for nonlinear transient heat transfer analysis is given by:
C˙T+[KC+H]T+R(T−Tabs)4=f
Where,
- C
- Heat capacity matrix.
- KC
- Temperature-dependent conductivity.
- H
- Temperature-dependent boundary convection matrix, due to free convection.
- ˙T
- Derivative of the nodal temperature matrix with respect to time.
- T
- The unknown nodal temperature matrix.
- R
- Radiation exchange matrix.
- Tabs
- Absolute temperature scale defined via PARAM, TABS.
- P
- Thermal loading vector.
Thermal load vector can be expressed as:
f=fB+fH+fQ+fR
- fB
- Power, due to heat flux at boundary specified by QBDY1.
- fH
- fQ
- Power vector, due to internal heat generation specified by QVOL.
- fR
- Boundary radiation vector, due to radiation specified by RADBC.
Note:
- For Nonlinear Heat Transfer Analysis, Conductivity ( KC ), and/or Free Convection Coefficient ( H ) are temperature-dependent.
- The differential equation is solved by backward Euler method to find nodal temperature T at the specified time steps. The difference between this equation and the Linear Steady-State Heat Transfer Analysis equation is the term, C˙T , that captures the transient nature of the analysis.