Numerical Solution of 1-D Steady Conduction
From Thermal-FluidsPedia
Contents |
Discretization of Governing Equations
To keep our discussion as general as possible, let us consider a one-dimensional steady-state heat conduction problem with temperature-dependent thermal conductivity and internal heat generation (Tao, 2001):

where A(x) is the area of heat conduction. Equation (1) is valid for heat conduction in Cartesian (A(x) = 1), cylindrical (x = r,A(r) = r), and spherical (x = r, A(r) = r2) coordinate systems, as well as heat transfer from extended surfaces (A(x) is the cross-sectional area of the fin). The source term, S, can be caused by internal heat source/sink, convection from the extended surface, or metabolic heat generation and blood perfusion in bioheat transfer problems. The source term in eq. (1) is often a function of temperature as in the cases of heat transfer from extended surfaces and bioheat transfer problems. It is desirable to reflect this temperature-dependence in our discretized governing equation. While the dependence of the source term on the temperature can be of a very complicated form (e.g., radiation heat loss from the extended surface), it is ideal to express the source term as a linear function of temperature because the discretized equation will be a linear algebraic equation. We can thus express the source term as

where SC is a constant and SP is a coefficient.
Substituting eq. (2) into eq. (1), and multiplying the resulting equation by A(x) yields

Integrating the above equation over the control volume P (shaded area in Fig. 1), one obtains

Assuming the temperature T and conduction area A for each control volume are represented by their value at a grid point, the integral in eq. (3) becomes

Assuming the temperature distribution between any two neighboring grid points is piecewise linear, the first two terms on the left-hand side of eq. (3) become


where ke and kw are thermal conductivities at the faces of the control volume. To ensure that the heat flux across the faces of the control volume is continuous, it is important that the following harmonic mean conductivity at the faces are used (see Problem 3.43), i.e.,

For a uniform grid system, eq. (4) becomes

Substituting the above equations into eq. (3), the following discretized equation is obtained

where



Boundary Conditions
If the temperature at the boundary is known (boundary condition of the first kind), no specific treatment on the boundary condition is necessary and the temperature at internal grid points can be obtained by solving the above discretized equations. For boundary conditions of the second and third kind, additional equations are necessary for the boundary temperatures. For Practice A, the width of the control volume at the boundary is equal to half of that of the internal control volumes (see Fig. 2). If the heat flux at the left boundary is known, the energy balance for the control volume at the left boundary is

which can be expressed as

where



If the left boundary is subject to a convective condition, we have

It can be shown that eqs. (10) and (11) are still valid but eqs. (12) and (13) should be modified to


The boundary condition on the right hand side can be obtained by following a similar procedure (see Problem 3.46). If the computational domain is discretized by using Practice B, the size of the control volume for the grid at the boundary is zero (see Fig. 3), thus the discretized equation for the boundary condition at the left side can be obtained by setting the control volume size (Δx)1 to zero in eqs. (12) – (13) or eqs. (15) – (16). Similarly, the discretized equation for the boundary condition on the right side for Practice B can be obtained by setting (Δx)M in the discretized equation for Practice A.
Solution of Discretized Equations
When the matrix for the coefficient for discretized algebraic equations of one-dimensional conduction is written, all of the nonzero components are aligned along three diagonals of the matrix. While the discretized algebraic equations can be solved by using Gaussian elimination method, a simple version – referred to as TDMA (TriDiagonal Matrix Algorithm) – can be used (Patankar, 1980). The discretized equations for every point, eq. (6), can be rewritten as

which indicates that the temperature at any point is related to temperatures of its immediate neighbor points only. Obviously, for the left and boundaries, we have
To get the temperature, we hope that our temperature at the ith grid is related to the neighbor on the right, i.e.,

For the (i − 1)th grid point, eq. (18) becomes

Substituting eq. (19) into eq. (17), we get

which can be rearranged to

Comparing eq. (18) and (21) yields

For the first grid point at the left (i = 1), c1 = 0 and eq. (22) becomes

For the last point at the right (i = M), bM = 0 and it follows that PM = 0. Equation (18) for i = M becomes

The solution of the algebraic equations can thus be completed in the following steps: (1) obtain P1 and Q1 from eq. (23), (2) calculate Pi and Qi from eq. (22), (3) obtain temperature at the right side by eq. (24), and (4) calculate temperatures for all grid points by eq. (18).
It should be noted that if the thermal conductivity is independent from temperature, the temperatures at different grid points can be obtained by solving the discretized equations using TDMA once. If the thermal conductivity depends on temperature, the problem needs to be solved by an iteration procedure: (1) assume tentative thermal conductivity at all grid points, (2) obtain coefficients for discretized equation based on the tentative conductivity, (3) solve the discretized equation using TDMA, and (4) update the thermal conductivities at all points and solve for the temperatures. This procedure needs to be repeated until there is no notable change of temperature distributions between two consecutive iterations.
References
Patankar, S.V., 1980, Numerical Heat Transfer and Fluid Flow, Hemisphere, Washington, DC.
Tao, W.Q., 2001, Numerical Heat Transfer, 2nd Ed., Xi’an Jiaotong University Press, Xi’an, China (in Chinese).