You are on page 1of 31

Module 4

Multi-Dimensional Steady
State Heat Conduction
Multidimensional Heat Transfer

H e a t D iffu s io n E q u a tio n
∂T ∂ 2T ∂ 2T ∂ 2T
ρc p = k( + + ) + &
q = k ∇ 2
T + q&
∂t ∂x 2
∂y 2
∂z 2

‰ This equation governs the Cartesian, temperature distribution


for a three-dimensional unsteady, heat transfer problem
involving heat generation.
‰ For steady state ∂/ ∂t = 0
‰ No generation q& = 0
‰ To solve for the full equation, it requires a total of six
boundary conditions: two for each direction. Only one initial
condition is needed to account for the transient behavior.

Pradip Dutta HMT/M4/V1/May 05 2


Two-Dimensional, Steady State
Case
For a 2 - D, steady state situation, the heat equation is simplified to
∂2T ∂2T
+ 2 = 0, it needs two boundary conditions in each direction.
∂x 2
∂y
There are three approaches to solve this equation:
‰ Numerical Method: Finite difference or finite element schemes,
usually will be solved using computers.
‰ Graphical Method: Limited use. However, the conduction
shape factor concept derived under this concept can be useful for
specific configurations. (see Table 4.1 for selected configurations)
‰ Analytical Method: The mathematical equation can be solved
using techniques like the method of separation of variables. (refer
to handout)

Pradip Dutta HMT/M4/V1/May 05 3


Conduction Shape Factor
‰This approach applied to 2-D conduction involving two
isothermal surfaces, with all other surfaces being adiabatic.
The heat transfer from one surface (at a temperature T1) to the
other surface (at T2) can be expressed as: q=Sk(T1-T2) where k
is the thermal conductivity of the solid and S is the conduction
shape factor.
‰ The shape factor can be related to the thermal resistance:
q=Sk(T1-T2)=(T1-T2)/(1/kS)= (T1-T2)/Rt
where Rt = 1/(kS)
‰ 1-D heat transfer can use shape factor also. Ex: Heat transfer
inside a plane wall of thickness L is q=kA(ΔT/L), S=A/L
Pradip Dutta HMT/M4/V1/May 05 4
Example

‰ An Alaska oil pipe line is buried in the earth at a depth of 1


m. The horizontal pipe is a thin-walled of outside diameter of
50 cm. The pipe is very long and the averaged temperature of
the oil is 100°C and the ground soil temperature is at -20 °C
(ksoil=0.5W/m.K), estimate the heat loss per unit length of pipe.

T2 From Table 8.7, case 1.


L>>D, z>3D/2
z=1 m 2πL 2π (1)
S= = = 3.02
ln( 4 z / D) ln( 4 / 0.5)
q = kS(T1 − T2 ) = (0.5)(3.02)(100 + 20)
T1 = 181.2(W ) heat loss for every meter of pipe
Pradip Dutta HMT/M4/V1/May 05 5
Example (contd...)

If the mass flow rate of the oil is 2 kg/s and the specific heat of
the oil is 2 kJ/kg.K, determine the temperature change in 1 m
of pipe length.
q 181.2
q = mC
& P ΔT , ΔT = = = 0.045(° C )
& P 2000 * 2
mC

Therefore, the total temperature variation can be significant if the pipe


is very long. For example, 45°C for every 1 km of pipe length.
‰ Heating might be needed to prevent the oil from freezing up.
‰ The heat transfer can not be considered constant for a long pipe

Pradip Dutta HMT/M4/V1/May 05 6


Example (contd...)

Ground at -20°C

Heat transfer to the ground (q)

& T
mC P & P (T + dT)
mC
Length dx

Pradip Dutta HMT/M4/V1/May 05 7


Example (contd...)

Heat Transfer at section with a temperature T(x)


2πk(dx)
q= (T + 20) = 1.51(T + 20)( dx )
ln(4z / D)
Energy balance: mC& P T − q = mC
& P (T + dT )
dT dT
& P
mC + 1.51(T + 20) = 0, = −0.000378dx, integrate
dx T + 20
T ( x ) = −20 + Ce −0.000378 x , at inlet x = 0, T(0) = 100° C, C = 120
T(x) = -20 + 120e −0.000378 x

Pradip Dutta HMT/M4/V1/May 05 8


Example (contd...)

100
‰ Temperature drops
50 exponentially from the initial
T( x )
temp. of 100°C
0
‰ It reaches 0°C at x=4740 m,
50
therefore, reheating is required
0 1000 2000 3000 4000 5000
every 4.7 km.
x

Pradip Dutta HMT/M4/V1/May 05 9


Numerical Methods

‰ Due to the increasing complexities encountered in the


development of modern technology, analytical solutions usually are
not available. For these problems, numerical solutions obtained
using high-speed computer are very useful, especially when the
geometry of the object of interest is irregular, or the boundary
conditions are nonlinear. In numerical analysis, two different
approaches are commonly used: The finite difference and the finite
element methods. In heat transfer problems, the finite difference
method is used more often and will be discussed here.

Pradip Dutta HMT/M4/V1/May 05 10


Numerical Methods (contd…)

‰ The finite difference method involves:


ΠEstablish nodal networks
ΠDerive finite difference approximations for the governing
equation at both interior and exterior nodal points
ΠDevelop a system of simultaneous algebraic nodal
equations
ΠSolve the system of equations using numerical schemes

Pradip Dutta HMT/M4/V1/May 05 11


The Nodal Networks

‰ The basic idea is to subdivide the area of interest into sub-


volumes with the distance between adjacent nodes by Δx and Δy as
shown. If the distance between points is small enough, the
differential equation can be approximated locally by a set of finite
difference equations. Each node now represents a small region
where the nodal temperature is a measure of the average
temperature of the region.

Pradip Dutta HMT/M4/V1/May 05 12


The Nodal Networks
(contd…)
Example

Δx m,n+1

m-1,n m,n m+1, n


Δy

m,n-1
x=mΔx, y=nΔy m-½,n m+½,n
intermediate points
Pradip Dutta HMT/M4/V1/May 05 13
Finite Difference
Approximation
q& 1 ∂T
Heat Diffusion Equation: ∇ T + = ,2

k α ∂t
k
where α = is the thermal diffusivity
ρ C PV

& and
No generation and steady state: q=0 = 0, ⇒ ∇2T = 0
∂t
First, approximated the first order differentiation
at intermediate points (m+1/2,n) & (m-1/2,n)
∂T ΔT Tm +1,n − Tm ,n
≈ =
∂x ( m +1/ 2,n ) Δx ( m +1/ 2,n ) Δx
∂T ΔT Tm ,n − Tm −1,n
≈ =
∂x ( m −1/ 2,n ) Δx ( m −1/ 2,n ) Δx
Pradip Dutta HMT/M4/V1/May 05 14
Finite Difference Approximation
(contd...)
N ext, approximate the second order differentiation at m,n
∂ 2T ∂T / ∂x m +1 / 2 ,n
− ∂T / ∂x m −1 / 2 , n

∂x 2 m ,n
Δx
∂ 2T Tm +1, n + T m −1, n − 2 Tm , n

∂x 2 m ,n
(Δx )2
Similarly, the approximation can be applied to
the other dimension y
∂ 2T T m , n + 1 + T m , n −1 − 2 T m , n

∂y 2 m ,n
(Δy )2

Pradip Dutta HMT/M4/V1/May 05 15


Finite Difference Approximation
(contd...)
⎛ ∂ 2T ∂ 2T ⎞ Tm +1,n + Tm −1,n − 2Tm ,n Tm ,n +1 + Tm ,n −1 − 2Tm ,n
⎜ ∂x 2 + ∂y 2 ⎟ ≈ Δ 2
+
Δ 2
⎝ ⎠ m ,n ( x ) ( y )
To model the steady state, no generation heat equation: ∇2T = 0
This approximation can be simplified by specify Δx=Δy
and the nodal equation can be obtained as
Tm +1,n + Tm −1,n + Tm ,n +1 + Tm ,n −1 − 4Tm ,n = 0
This equation approximates the nodal temperature distribution based on
the heat equation. This approximation is improved when the distance
between the adjacent nodal points is decreased:
ΔT ∂T ΔT ∂T
Since lim( Δx → 0) = ,lim( Δy → 0) =
Δx ∂x Δy ∂y
Pradip Dutta HMT/M4/V1/May 05 16
A System of Algebraic
Equations
‰ The nodal equations derived previously are valid for all
interior points satisfying the steady state, no generation heat
equation. For each node, there is one such equation.
For example: for nodal point m=3, n=4, the equation is
T2,4 + T4,4 + T3,3 + T3,5 - 4T3,4 =0
T3,4=(1/4)(T2,4 + T4,4 + T3,3 + T3,5)
‰ Nodal relation table for exterior nodes (boundary conditions)
can be found in standard heat transfer textbooks (Table 4.2 of our
textbook).
‰ Derive one equation for each nodal point (including both
interior and exterior points) in the system of interest. The result is
a system of N algebraic equations for a total of N nodal points.

Pradip Dutta HMT/M4/V1/May 05 17


Matrix Form
The system of equations:
a11T1 + a12T2 + L + a1N TN = C1
a21T1 + a22T2 + L + a2 N TN = C2
M M M M M
a N 1T1 + a N 2T2 + L + a NN TN = C N
A total of N algebraic equations for the N nodal points and the
system can be expressed as a matrix formulation: [A][T]=[C]

⎡ a11 a12 L a1N ⎤ ⎡ T1 ⎤ ⎡ C1 ⎤


⎢a a L a ⎥ ⎢T ⎥ ⎢C ⎥
where A= ⎢ 21 22 2N ⎥
, T = ⎢ 2 ⎥ ,C = ⎢ 2 ⎥
⎢ M M M M ⎥ ⎢M ⎥ ⎢ M ⎥
⎢ ⎥ ⎢ ⎥ ⎢ ⎥
⎣ a N 1 a N 2 L a NN ⎦ ⎣TN ⎦ ⎣C N ⎦
Pradip Dutta HMT/M4/V1/May 05 18
Numerical Solutions

‰Matrix form: [A][T]=[C].


From linear algebra: [A]-1[A][T]=[A]-1[C], [T]=[A]-1[C]
where [A]-1 is the inverse of matrix [A]. [T] is the solution
vector.
‰ Matrix inversion requires cumbersome numerical computations
and is not efficient if the order of the matrix is high (>10)

Pradip Dutta HMT/M4/V1/May 05 19


Numerical Solutions (contd…)

‰ Gauss elimination method and other matrix solvers are


usually available in many numerical solution package. For
example, “Numerical Recipes” by Cambridge University
Press or their web source at www.nr.com.
‰ For high order matrix, iterative methods are usually more
efficient. The famous Jacobi & Gauss-Seidel iteration
methods will be introduced in the following.

Pradip Dutta HMT/M4/V1/May 05 20


Iteration

General algebraic equation for nodal point:


i −1 N
Replace (k) by (k-1)
∑a T
j =1
ij j + aiiTi + ∑aT
j =i +1
ij j = Ci , for the Jacobi iteration

(Example : a31T1 + a32T2 + a33T3 + L + a1N TN = C1 , i = 3)


Rewrite the equation of the form:
Ci i −1 aij ( k ) N
aij
Ti (k )
= − ∑ Tj − ∑a T j( k −1)
aii j =1 aii j =i +1 ii

Pradip Dutta HMT/M4/V1/May 05 21


Iteration (contd…)

‰ (k) - specify the level of the iteration, (k-1) means the


present level and (k) represents the new level.
‰ An initial guess (k=0) is needed to start the iteration.
‰ By substituting iterated values at (k-1) into the equation,
the new values at iteration (k) can be estimated
‰ The iteration will be stopped when max⎜Ti(k)-Ti(k-1)⎟≤ε,
where ε specifies a predetermined value of acceptable error

Pradip Dutta HMT/M4/V1/May 05 22


Example
Solve the following system of equations using (a) the Jacobi
methods, (b) the Gauss Seidel iteration method.

⎡ 4 2 1 ⎤ ⎡ X ⎤ ⎡11⎤
⎢ −1 2 0 ⎥ ⎢ Y ⎥ = ⎢ 3 ⎥ Reorganize into new form:
⎢ ⎥⎢ ⎥ ⎢ ⎥
⎢⎣ 2 1 4 ⎥⎦ ⎢⎣ Z ⎥⎦ ⎢⎣16⎥⎦ 11 1
X = - Y- Z
1
4 2 4
3 1
4 X + 2Y + Z = 11, Y = + X+0*Z
2 2
− X + 2Y + 0 * Z = 3, 1 1
Z = 4- X- Y
2 X + Y + 4 Z = 16 2 4

Pradip Dutta HMT/M4/V1/May 05 23


Example (contd…)

‰ (a) Jacobi method: use initial guess X0=Y0=Z0=1,


‰ stop when max⎜Xk-Xk-1,Yk-Yk-1,Zk-Zk-1⎥ ≤ 0.1
‰ First iteration:
‰ X1= (11/4) - (1/2)Y0 - (1/4)Z0 = 2
‰ Y1= (3/2) + (1/2)X0 = 2
‰ Z1= 4 - (1/2) X0 - (1/4)Y0 = 13/4

Pradip Dutta HMT/M4/V1/May 05 24


Example (contd...)
Second iteration: use the iterated values X1=2, Y1=2, Z1=13/4
X2 = (11/4) - (1/2)Y1 - (1/4)Z1 = 15/16
Y2 = (3/2) + (1/2)X1 = 5/2
Z2 = 4 - (1/2) X1 - (1/4)Y1 = 5/2
Converging Process:
⎡ 13 ⎤ ⎡ 15 5 5 ⎤ ⎡ 7 63 93 ⎤ ⎡ 133 31 393 ⎤
[1,1,1], ⎢ 2,2, ⎥ , ⎢ , , ⎥ , ⎢ , , ⎥ , ⎢⎣ 128 , 16 , 128 ⎥⎦
⎣ 4 ⎦ ⎣ 16 2 2 ⎦ ⎣ 8 32 32 ⎦
⎡ 519 517 767 ⎤
⎢⎣ 512 , 256 , 256 ⎥⎦ . Stop the iteration when
max X 5 − X 4 , Y 5 − Y 4 , Z 5 − Z 4 ≤ 0.1

Final solution [1.014, 2.02, 2.996]


Exact solution [1, 2, 3]
Pradip Dutta HMT/M4/V1/May 05 25
Example (contd...)
(b) Gauss-Seidel iteration: Substitute the iterated values into the
iterative process immediately after they are computed.
Use initial guess X 0 = Y 0 = Z 0 = 1
11 1 1 3 1 1 1
X= − Y − Z, Y = + X , Z = 4 − X − Y
4 2 4 2 2 2 4
11 1 1 Immediate substitution
First iteration: X1 = − (Y 0 ) − ( Z 0 ) = 2
4 2 4
3 1 3 1 5
Y 1 = + X 1 = + (2) =
2 2 2 2 2
1 1 1 1 ⎛ 5 ⎞ 19
Z 1 = 4 − X 1 − Y 1 = 4 − (2) − ⎜ ⎟ =
2 4 2 4⎝2⎠ 8
⎡ 5 19 ⎤ ⎡ 29 125 783 ⎤ ⎡ 1033 4095 24541 ⎤
Converging process: [1,1,1], ⎢ 2, , ⎥ , ⎢ , , ,⎢ , ,
⎣ 2 8 ⎦ ⎣ 32 64 256 ⎦ ⎣ 1024 2048 8192 ⎥⎦

The iterated solution [1.009, 1.9995, 2.996] and it converges faster
Pradip Dutta HMT/M4/V1/May 05 26
Numerical Method A
(Special Cases)
‰ For all the special cases m,n+1
discussed in the following, the q1
derivation will be based on the
m-1,n q2 m,n m+1, n
standard nodal point configuration
as shown to the right. q4
q3
† Symmetric case: symmetrical relative
to the A-A axis. m,n-1
In this case, Tm-1,n=Tm+1,n
Therefore the standard nodal equation can A axis A-A
be written as
Tm +1,n + Tm −1,n + Tm ,n +1 + Tm ,n −1 − 4Tm ,n
= 2Tm +1,n + Tm ,n +1 + Tm ,n −1 − 4Tm ,n = 0
Pradip Dutta HMT/M4/V1/May 05 27
Special cases (contd...)
A
† Insulated surface case: If the axis m,n+1
A-A is an insulated wall, therefore
q1
there is no heat transfer across A-A.
Also, the surface area for q1 and q3 m-1,n q2 m,n m+1, n
is only half of their original value. q4
Write the energy balance equation q3
(q2=0): Insulated surface
m,n-1

q1 + q3 + q4 = 0 A

⎛ Δx ⎞ Tm ,n +1 − Tm ,n ⎛ Δx ⎞ Tm ,n −1 − Tm ,n Tm +1,n − Tm ,n
k⎜ ⎟ +k⎜ ⎟ + k Δy =0
⎝ 2 ⎠ Δy ⎝ 2 ⎠ Δy Δx
2Tm +1,n + Tm ,n +1 + Tm ,n −1 − 4Tm ,n = 0
This equation is identical to the symmetrical case discussed previously.
Pradip Dutta HMT/M4/V1/May 05 28
Special cases (contd...)
† With internal generation G=gV where g is the power generated
per unit volume (W/m3). Based on the energy balance concept:

q1 + q2 + q3 + q4 + G
q1 + q2 + q3 + q4 + g ( Δx )( Δy )(1) = 0
Use 1 to represent the dimension along the z-direction.
k (Tm +1,n + Tm −1,n + Tm ,n +1 + Tm ,n −1 − 4Tm ,n ) + g ( Δx ) = 0
2

g ( Δx ) 2
Tm +1,n + Tm −1,n + Tm ,n +1 + Tm ,n −1 − 4Tm ,n + =0
k

Pradip Dutta HMT/M4/V1/May 05 29


Special cases (contd...)

† Radiation heat exchange with respect to the surrounding


(assume no convection, no generation to simplify the derivation).
Given surface emissivity ε, surrounding temperature Tsurr.

qrad Tsurr
From energy balance concept:
q2+q3+q4=qrad
m,n
+ + =
m-1,n m+1,n
q2 q4
q3
m,n-1

Pradip Dutta HMT/M4/V1/May 05 30


Special cases (contd...)

⎛ Δy ⎞ Tm −1,n − Tm ,n Tm ,n −1 − Tm ,n ⎛ Δy ⎞ Tm +1,n − Tm ,n
k⎜
⎝ 2

⎠ Δ x
+ k ( Δ x )
Δ y
+ k ⎜
⎝ 2

⎠ Δ x
= εσ ( Δ x ) (
Tm ,n
4
− Tsurr
4
)
k ( Tm −1,n + Tm +1,n + 2Tm ,n −1 − 4Tm ,n ) = 2εσ ( Δx ) (Tm4,n − Tsurr
4
)
2εσ ( Δx ) 4 εσ ( Δx ) 4
Tm −1,n + Tm +1,n + 2Tm ,n −1 − 4Tm ,n − Tm ,n = −2 Tsurr
k k

Non-linear term, can solve using the iteration method

Pradip Dutta HMT/M4/V1/May 05 31

You might also like