Module 4
Module 4
2009/2010
SESSION
PREPARED BY:
S.A. ADIO
MECHANICAL ENGINEERING DEPARTMENT
OBAFEMI AWOLOWO UNIVERSITY
T
q x kAx
x
3.2
T
q y kAy
y
The total heat flow at any point in the material is the resultant of the q x and q y at that
point. The total heat-flow vector is directed so that it is perpendicular to the lines of constant
temperature of the material as in figure 24.0
T
q y kAy
y
q qx q y
T
Isotherm q x kAx
x
Fig. 24.0
3.1 Numerical Methods
In many practical situation the geometry or boundary conditions are such that analytical
solution are not obtainable, or the solution involves complex series solution. Therefore,
numerical methods such as finite element method, finite difference method, boundary element
method are the best alternatives. As part of its strength, numerical methods can readily be
extended to three-dimensional problems, because of the ease of application of finite-difference
method, we seek to learn its application to two dimensional heat-transfer problems.
T Tm, n Tm 1, n
3.3
x 1
m , n x
2
T Tm, n 1 Tm,n
y m,n
1 y
2
T Tm,n Tm, n 1
y m,n
1 y
2
For Equation 3.1, the finite difference form of this equation is given as
T T
x m 1 ,n x 1
2T 2 m ,n
2
x 2 m,n
x
T T
3.4
y m ,n 1 y 1
2T 2 m,n
2
y 2 m,n
y
y
x Using energy balance method to analyze the heat flow into
x
m, n+1 the central node (m,n). Using Fourier’s law
qcond y T
q kA -----------------
qcond x
m-1, n m,n qcond m+1,n
assume the thickness of the plate in the figure is 1 (unity).
The Area is either
qcond
m, n-1
x, or y for the control volume when considering the heat
flow directions from the neighbouring nodes to node m,n.
Fig. 25
Consider all the heat inflow into the node m, n we have that
Tm1,n Tm,n
q m1,nm,n k y.1
x
Tm1,n Tm,n
q m1,nm,n k y.1
x
3.7
Tm,n 1 Tm,n
q m,n 1m,n k x.1
y
Tm,n 1 Tm,n
q m,n 1m,n k x.1
y
Adding all these equation and equating x = y.
We realize that equation (3.7) becomes equation (3.6)
For a case of internal energy generation, we have that equation 3.7 becomes.
qx
2
Tm, n+1 + Tm, n-1 + Tm+1, n + Tm-1, n + 4Tm,n 0 3.8
k
If there is no internal generation of heat energy equation (3.8) becomes equation (3.7)
qcond qcond
qcond
m, n-1
Fig. 26
The internal node (m,n) represents the three-quarter shaded section and exchanges energy by
convection with an adjoining fluid at T∞. Conduction to the nodal region (m,n) occurs along four
different lanes from neighbouring nodes in the solid. The conduction heat rates qcond may be
expressed as:
Tm1,n Tm,n
qm1,n m,n k y.1
x
Tm,n1 Tm,n
qm,n 1m,n k x.1
y 3.9
y Tm1,n Tm,n
qm1,n m,n k .1
2 x
x Tm,n1 Tm,n
q m,n 1m,n k .1
2 y
Note the Areas for conduction for nodal region
2 2
(m+1, n) & (m, n-1) are y and x respectively
x y
qconv h 1T Tm,n h 1T Tm,n 3.10
2 2
Overall heat transfer is the addition of qcond + qconv, therefore we have
hx hx
Tm1,n Tm,n1
1
Tm1,n, Tm,n1
T 3 Tm,n 0 3.11
2 k k
Note x = y
Table 3.1: Nodal Finite-Difference Equation for Different Configurations
m, n+1
y
m, n
m+1, n Tm, m+1 + Tm,n-1 + Tm+1, n + Tm-1, n – 4Tm,n = 0
m-1, n
Case 1. Interior node
m, n -1
x
x
m, n+1 2(Tm-1, n + Tm, n+1) + (Tm+1, n + Tm,n-1)
hx hx
m-1, n m, n
m+1, n 2 T 2 3 Tm,n 0
y T∞, h
k k
m, n -1 Case 2. Node at an internal corner with convection
m, n+1
y 2(Tm-1, n + Tm, n+1 + Tm,n-1)
m, n
T∞, h
hx hx
m-1, n
2 T 2 2 Tm,n 0
m, n -1
k k
x
Case 3. Node at a plane surface with convection
m-1, n T∞, h
m, n
hx hx
y (Tm, n-1 + Tm-1, n) 2 T 2 1Tm,n 0
k k
m, n -1
x Case 4. Node at an external corner with convection
m, n+1
y
m, n
q” 2q " x
m-1, n (2Tm-1, n + Tm, n+1 + Tm,n-1) 4Tm,n 0
k
m, n -1
x Case 5. Node at a plane surface with uniform heat flux
Note : x = y
To utilize the numerical method, equation (3.6) must be written for each node within the
material and the resultant system of equations solved for the temperatures at the various nodes.
For Example consider the figure below (fig. 27)
where the quantities a11, a12, . . . , C1, C2 . . . Cn are known coefficients and constants involving
quantities such as x, h, k and T∞. T1, T2 . . .Tn are the unknown nodal temperatures. By using
matrix notation
[A] [T] = [C] 3.13
where
a11 a12 . . . a1
a T1 C1
21 a22 . .. a2 n T C
A : : : ; T 2 ; C 2
: :
: : :
an1 an 2 ann Tn C n
Using Matrix inversion method, the coefficient matrix [A] is a square (n x n) matrix, the matrices
[T] and [C] are column matrix (column vector)
The solution to equation (3.13) is obtained such that
[T] = [A]-1 [C] 3.14
where [A]-1 is the inverse of [A], and is defined as
b11 b12 . . . b1
b b . .. b
21 22 2n
[A]-1 = : : :
: : :
bn1 bn 2 bnn
Evaluating the right hand side of the equation above (eqn 3.14) we have
T1 b11C1 b12C2 . . . b1nCn
T2 b12 C1 b22C2 ... b2 nCn
3.15
:
Tn bn1Cn bn 2C2 ... bnnCn
Cii j 1 j i 1 ii
Example 5
A large industrial furnace is supported on a long column of the fireclay brick, which is 1m by 1m
on a side. During steady-state operation, installation is such that three surfaces of the column are
maintained at 500 K while the remaining surface is exposed to an airstream for which T∞ = 300
K and h = 10 W/m2.K. Using a grid of x = y = 0.25 m, determine the two-dimensional
temperature distribution in the column and the heat rate to the airstream per unit length of
column.
Solution 5
Known: Dimensions and surface conditions of a support column
Find: Temperature distribution and heat rate per unit length
Schematic:
x = Ts=500 k
0.25m
1 2 1
Fire clay brick
y = 0.25m
3 4 3
Ts=500 k Ts=500 k
5 6 5
7 8 7
Air T∞=500 k
h = 10 W/m2. k
Assumptions:
1. Steady-state conditions
2. Two-dimensional conduction.
3. Constant properties
4. No internal heat generation.
– 4T1 + T2 + T3 + 0 + 0 + 0 + 0 + 0 = – 1000
T1 + 0 + – 4T3 + T4 + T5 + 0 + 0 + 0 = – 500
0+ T2 + 2 T3 + – 4T4 + 0 + T6 + 0 + 0 =0
0+ 0 + T3 + 0 + – 4T5 + T6 + T7 + 0 = – 500
0+ 0 + 0+ T4 + 2T5 +– 4T6 + 0 + T8 = 0
In matrix, notation, following Equation 4.48, these equations are of the form [A][T] = [C], where
4 1 1 0 0 0 0 0 1000
2 4 0 1 0 0 0 0 5000
1 0 4 1 1 0 0 0 5000
0 1 2 4 0 1 0 0 C 0
A 500
0 0 1 0 4 1 1 0
0 0 0 1 2 4 0 1 0
0 0 0 0 2 0 9 1 2000
0 0 0 0 0 2 2 9 1500
Using a standard matrix inversion routine, it is a simple matter to find the inverse of [A],
[A]-1, giving
[T] = [A]-1[C]
where
T1 489.30
T
2 485.15
T3 472.07
[T ] T4 462.01
K
T 436.95
5
T6 418.74
T 356.99
7
T8 339.05
The heat rate from the column to the airstream may be computed from the expression
q x x
2h Ts T xT7 T T8 T
L 2 2
Where the factor of 2 outside the brackets originates from the symmetry condition.
Hence
q
2 10 W / m .K 10.125m200 K 0.25 m 56.99 K 0.125m39.05 K 883W / m
2
L
Gauss-Seidel
T1k 0.25T2k 1 0.25T3k 1 250
T2k 0.50T1k 0.25T4k 1 125
Having the finite-difference equations in the required form, the iteration procedure may
be implemented by using a table that has one column for the iteration (step) number and a
column for each of the nodes labeled as Ti. The calculations proceed as follows:
1. For each node, the initial temperature estimate is entered on the row for k = 0 values are
selected rationally to reduce the number of required iterations.
2. Using the N finite-difference equations and values of Ti from the first and second rows,
the new values of Ti are calculated for the first iteration (k = 1). These new values are
entered on the second row.
3. This procedure is repeated to calculate Ti k from the previous values of Ti k 1 and the
current values of Ti k , until the temperature difference between iterations meets the
The results given in row 8 are in excellent agreement with those obtained by matrix inversion,
although better agreement could be obtained by reducing the value of ε. However, given the
approximate nature of the finite-difference equations, the results still represent approximations to
the actual temperatures. The accuracy of the approximation may be improved by using a finer
grid (increasing the number of nodes).