Skip to content

Heat Conduction Analysis

Heat Conduction Analysis

In this section, the method of heat conduction analysis for solid bodies with the finite element methods used in this development code is described.

Basic Equation

The heat conduction equation in a continuous body is as follows:

where,

mass (density)
specific heat
temperature
thermal conductivity
calorific value

represents the position, represents the temperature and represents the time.

The area being considered is defined as and its surroundings as . Assuming that Dirichet or Neumann-type boundary conditions are given throughout , the boundary conditions become as follows:

The function form of and is known. is the outflow heat flux from the boundaries.

With this program, it is possible to consider three types of heat flux.

where is the distributed heat flux, is the heat flux by the convective heat transfer, and is the heat flux by the radiant heat transfer.

Furthermore,

Convective heat transfer coefficient atomospheric temperature
Convective heat transfer coeffcient
Radiation heat transfer coefficient atmospheric temperature
Radiation heat transfer coefficient

: radiation rate, : Stefan-Boltzmann constant, : shape factor

Discretization

If Eq. is discretized with the Galerkin method,

However,

Eq. is a formula of non-linear and non-steady-state. The objective now is to discretize it in time by the backward Euler method and calculate the temperature at time (when the temperature at is known) with the following equation:

The next step is to improve the temperature vector which approximately satisfies Eq. to determine the solution with a good precision.

Therefore, the temperature vector must be expressed as follows:

The product of the heat transfer matrix and temperature vector, as well as the mass matrix, are expressed approximately by the following equations:

By substituting Eq., Eq. and Eq. into Eq., and omitting the terms of second or higher order, the following equation is obtained:

Moreover, the coefficient matrix of the left side is approximately evaluated with the following equation:

where is a tangent stiffness matrix.

Finally, it is possible to calculate the temperature at time through iterative calculation using the following equation:

In steady-state analysis, the iterative calculation is performed with the following equation:

In non-steady-state analysis, the discretization in time is done through the implicit method; thus, the analysis is normally not affected by the restriction of the size of the time increment . However, if the time increment is to large, the number of convergences in the iterative calculation increases. Therefore, this program is equipped with an automatic increment function, which constantly monitors the dimension of the residual vector in the iterative calculation process. If the convergence of the iterative calculation is too slow, it decreases the time increment . Moreover, when the number of iterative calculations is too small, it increases the time increment .