Solvers Background: Transient Heat

Description

The Transient Heat solver uses a time stepping scheme to calculate the temperature variation in a structure as a function of time. The solver considers three modes of heat transfer: conduction, convection and radiation. The output from a transient heat analysis at every time step is a single value of temperature for each node (analogous to displacement in a structural solution), from which nodal thermal flux (analogous to node reaction in a structural solution) and element thermal flux (analogous to stress in a structural solution) can be calculated.

Two types of transient heat solutions are possible:

Procedure

The Transient Heat solver executes the following steps:

  1. Calculates and assembles the element conductivity matrices, the element damping matrices and the element and nodal thermal load vectors. The load vectors are derived from the convection and radiation coefficients, the applied nodal temperatures and the applied element flux attributes. At the end of this assembly, the following system of equilibrium equations is formed:

    where

    = global conductivity matrix (also called stiffness matrix as an analogy to the structural formulation),

    = global heat capacity matrix (also called damping matrix as an analogy to the structural formulation),

    = unknown nodal temperature vector,

    = rate of change of with respect to time, and

    = applied heat load vector, which may be time dependent.

  2. Solves the equations of equilibrium for the unknown nodal temperatures at each time step.
  3. Calculates the node and element flux and temperature gradients as requested at each time step.

Notes

See Also