Module 3
Module 3
3.1 INTRODUCTION
Finite difference method (FDM) is a numerical scheme used for solving heat transfer problems.
In this approach, the partial differential equation of heat conduction is approximated by a set of
algebraic equations for temperature at a number of nodal points over the region. Therefore, the
firs step in the analysis is the finite - difference representation, or the transformation into a set of
algebraic equations, of the differential equation of heat conduction.
3.2 ONE DIMENSIONAL STEADY STATE HEAT CONDUCTION USING FDM
Consider the following one-dimensional, steady - state heat conduction equation with energy
generation.
d2T ( x )
=+ g(x) 0 in 0 < x ≤ L
dx 2
The region 0 ≤ x ≤ Lis divided into M equalsubregions,each in size
L
Dx =
M
and there
and there are
are M +1nodes for
M+1nodes formm==
=0 0toto
mm M,asillustrated in fig.Node
= M, as illustrated m corresponds
in fig. node to a to a location
m corresponds
whose
location whose coordinateis x= mDx.m Let Tm be the temperature at node m; then the contains M +
coordinate is x = mDx. Let T be the temperature at node m; then the region
1region
node temperatures
contains for m = 0,1,2......., M, nodes.
T0 TM1
+ 1node
T2 temperatures
Tm – 1 forTm m
=0,1, 2....., M, nodes. T
Tm+1 M–1
TM
x
0 1 2 m–1 m m+1 M–1 M
Dx Dx x=L
x=0
(m – ½) (m + ½)
The second derivative of temperature d 2 T(x) / dx 2 at a node m can be represented
1 1
in finte differences. Consider the locations m+ and m − asillustrated in Fig.
2 2
The fist derivative of temperature dT ( x ) / dx at these two locations can be approximated
dT ( x ) Tm +1 − Tm
as =
dx m+ 1
Dx
2
dT ( x ) Tm − Tm −1
and ≅
dx m− 1
Dx
2
q0 T1 T2 Tm–1 qM
x
Dx Dx
M–1
Dx/2 Dx/2
Applying this equation for the volume elements Dx/2 at the boundaries at x = 0 and x = L, we
obtain respectively.
T − T0 1 T − TM 1
q0 + K 1 + = Dx g 0 0 q M + K M −1 + =Dx g M 0
Dx 2 Dx 2
These equations are rearranged as
( Dx )
2
g0 2 x q0
2T1 − 2T0 + + = 0 for=
m 0
K K
( Dx )
2
gM 2Dx q
T − T0 1 of Heat Conduction
Numerical T − TM 1 301
q 0 + K 1 Analysis
+ = Dx g 0 0 q M + K M −1 + =Dx g M 0
Dx 2 Dx 2
These equations are rearranged as
( Dx )
2
g0 2 x q0
2T1 − 2T0 + + = 0 for=
m 0
K K
( Dx )
2
gM
2Dx q M
2TM −1 − 2TM + = 0for m= M
+
K K
For insulated or symmetry boundary conditions,
we have q=0 q=
m 0, The above equations become
( Dx )
2
g0
2T1 − 2T0 + 0
=
K
( Dx )
2
gM
2TM −1 − 2TM + =0
K
3. Convection boundary conditions
Suppose the boundary surfaces at x = 0 and x = L are subjected to convection with the heat
transfer coefficient h into an ambient at temperature T∞ , as illustrated in Fig.
x=0 x=L
TM
Dx Dx
Dx/2 Dx/2
The energy balance equation for the differential volume elements at the boundaries may be
stated as
Rate of heat
Rate of heat Rate of
gain through + entering by + energy =
thesurface 0
conduction generation
by convection
Applying this equation for the boundaries at x = 0 and x = L,we obtain , respectively,
T − T0 1
h ( T∞ − T0 ) + K 1 + Dx g 0 =
0
Dx 2
T − TM 1
h ( T∞ − TM ) + K M −1 + Dx g M = 0
Dx 2
These results are rearranged as
2Dxh ( Dx )2 g o 2Dxh
2T1 − 2 + T0 + + T∞ 0 at=
= m 0
K K K
2
2Dxh ( Dx ) g m 2Dxh
2TM −1 − 2 + TM + + T∞ 0 at=
= m M
K K K
302 Heat Transfer
=
( Dx ) g
2
(=
2 × 10 ) ( 7.2 × 10 )
−3 2
16
7
K 18
2 Dx h 2 ( 2 × 10 ) ( 200 )
−3
= = 0.0444
K 18
2 Dx h
= T∞ (= 0.0444 )(100 ) 4.44
K
T=
0 f=
0 50o C
Then these five equations take the form
−2T1 + T2 = −16 − 50
T1 − 2T2 + T3 =
−16
K 18
2 Dx h
= T∞ (= 0.0444 )(100 ) 4.44
K
Numerical Analysis oof Heat Conduction 303
T=
0 f=
0 50 C
Then these five equations take the form
−2T1 + T2 = −16 − 50
T1 − 2T2 + T3 =
−16
T2 − 2T3 + T4 =
−16
T3 − 2T4 + T5 =
−16
2T4 − 2.044T5 =−16 − 4.44
Thissystemis written in matrix form as
−2 1 0 0 0 T1 −66
1 −2 1 0 −16
0 T2
0 1 −2 1 0 T3 = −16
0 0 1 −2 1 T4 −16
0 0 0 2 −2.044 T −20.44
5
Applying Gauss elimination method, we get temperatures as
Node Temperature
1 119.045
2 172.090
3 209.135
4 230.180
5 235.225
The exact analytic solution of the heat conduction problem is straightforward and yields the
following expression for the temperature distribution.
x x x
T ( x ) =50 + 5 + 200 1.9 −
L L L
We compare the finite - difference solution using five nodes and the exact solution of the
problem ; the results are very close as shown below.
x/L Tm Finite difference Exact
0.2 T1 119.05 119.00
0.4 T2 172.09 172.00
0.6 T3 209.14 209.00
0.8 T4 230.18 230.00
1.0 T5 235.22 235.00
2. An iron rod L = 5 cm long of diameter D = 2 cm with thermal conductivity K = 50 W/
(m . oC) protrudes from a wall and is exposed to an ambient at T∞ = 20o C and h = 100
W/(m2 . oC). The base of the rod is at T0 = 320oC, and its tip is insulated. Assuming one -
dimensional steady - state heat flow, calculate the temperature distribution along the rod
and the rate of heat loss into the ambient by using finite differences. Compare the finite
difference solution with the exact analytical solution of this problem.
304 Heat Transfer
Dx/2 x=L
x=0
q0 q1 q2 q3 q4 q5
x
Dx Dx
Insulated
Temperature
prescribed
The finite difference equations become
qm −1 − 2qm + qm +1
− N 2 qm =0
( Dx ) 2
qm −1 − 2 ( N Dx ) qm +
2
= qm +1 0 =
for m 1to 4
2q4 − 2 + ( N Dx )= q5 0 for
2
= m 5
The numerical values of various coefficients are
L 0.05
Dx = = = 0.01m
5 5
q=0
320 − 20 = 300o C
4h 4 × 100
=N2 = = 400
DK 0.02 × 50
2
( N Dx ) =
2
0.04
Then the equations become
m = 1: −2.04q1 + q2 = −300
m= 2 : q1 − 2.04q2 + q=
3 0
m 3: q2 − 2.04q3 + q=
= 4 0
m 4 : q3 − 2.04q4 + q=
= 5 0
m 5 : 2q4 − 2.04q=
= 5 0
Numerical Analysis of Heat Conduction 305
T
x 0
m,n-1
x
0 m Dx
(m – 1) Dx (m + 1) Dx
(a) (b)
The symbols m,n are used to denote the location of a nodal point whose coordinates are x = m
Dx, y = n Dy.
The finite difference forms of the second derivatives of temperatures at a node (m,n) are
l
l/2
l
Tm, n – 1
Figure shows a node (m,n) on a boundary subjected to a prescribed heat flux q0 , W/m2. By writing
an energy balance equation for the volume element shown shaded, we obtain
1 Tm,n +1 − Tm,n T − Tm,n 1 Tm,n −1 − Tm,n 1 2
q0l + K + Kl m +1,n +K + l g m.n =
0
2 l l 2 l 2
After rearrangement,
l2 g m,n
2lq 0
Tm,n +1 + 2Tm +1,n + Tm,n −1 − 4Tm,n + +
= 0
K K
2. Node (m,n) at the intersection of two connection boundaries.
l Tm,n+1
l l l
Tm–1, n l l/2 Tm+1, n
Tm, n
l l/2 Convection
h, T∞
l Tm, n–1
Figure shows a node (m,n) at the intersection of two convection boundaries. Writing an energy
balance equation for the volume element shown shaded, we obtain.
l Tm,n −1 − Tm,n T − Tm,n T − Tm,n 1 Tm +1,n − Tm,n
K + Kl m −1,n + Kl m,n +1 +K + hl ( T∞ − Tm,n )
2 l l l 2 l
3
+ l2 g m,n = 0
4
After rearrangement,
2hl 3 l2 2hl
Tm, n −1 + 2Tm −1,n + 2Tm,n +1 + Tm +1,n − 6 + T
m,n + g m,n + T∞ = 0
K 2K K
308 Heat Transfer
1 2
x
2b
Insulated
Ans. By writing energy balance equations for each of the volume elements shown shaded in this
figure, the finite-difference equations for these three nodes are determined :
Node 1 :
b ( T3 − T1 ) b ( T2 − T1 ) b
2
b
q0 + K +K + g = 0
2 2 b 2 b 2
b 2 g 2bq 0
or 2T2 + 2T3 − 4T1 + + 0
=
K K
Node 3 :
b ( T5 − T3 ) ( T − T3 ) + K b ( T1 − T3 ) + 1 b 2 g =
q0 b + K + Kb 4 0
2 b b 2 b 2
b 2 g 2bq 0
or T1 + 2T4 + T5 − 4T3 + + = 0
K K
Node5:
b ( T6 − T5 ) b ( T3 − T5 ) b
2
b b
q0 + h ( T∞ − T5 ) + K +K + g =
0
2 2 2 b 2 b 2
2hb b 2 g 2hb 2b
or 2T3 + 2T6 − 4 + T5 + + T∞ + q 0 =
0
K K K K
2. Consider steady - state heat conduction in a rectangular region 0 ≤ x ≤ 3b, 0 ≤ y ≤ 2b,
subjected to the boundary conditions shown in fig. Calculate the temperatures Tm ,m = 1
to 6, at the six nodes in this figure, and compare the finite - difference solution with the
exact results.
Numerical Analysis of Heat Conduction 309
y p
T ( x ) = 100 cos x
6b
100 86.66 50 0
2b
T2 T4 T6 Maintained
at zero
Insulated temperature
T1 T3 T5
0 Insulated 3b
Ans. The finite - difference equations for each node are
Node1: 2T2 + 2T3 − 4T1 =0
Node 2 : T1 + 2T4 + 100 − 4T2 = 0
Node3: T1 + 2T4 + T5 − 4T3 =0
Node 4: T2 + T3 + T6 + 86.66 − 4T4 =
0
Node5 : T3 + 2T6 − 4T5 = 0
Node 6 : T4 + T5 + 50 − 4T6 = 0
These equations can be arranged in matrix form as follows:
−4 2 2 0 0 0 T1 0
−4 0 2 0 0 2 −100
T
1
1 0 −4 2 1 0 T3 0
=
0 1 1 −4 0 1 T4 −86.66
0 0 1 0 −4 2 T 0
5
0 0 0 1 1 −4 T6 −50
T1 = 63.6
T2 = 72.2
T3 = 55.1
T4 = 62.5
T5 = 31.8
T6 = 36.1
The exact analytic solution of this heat conduction problem for the temperature distribution
within the region is
T ( x, y ) = 100 y / ( 6b ) cosh p x
cosh p
/ ( 3b )
cosh p 6b
We now compare the finite - difference solution with the exact results :
310 Heat Transfer
Dy
1 2
3 4 100oC
100oC
100oC
Numerical Analysis of Heat Conduction 311
4. The inside and outside surface temperature of a hollow rectangular duct 75cm × 75cm
in size are maintained as 500oC and 100oC, respectively. It is 30cm thick. Find the rate of
heat loss per unit length of the duct. Take constant thermal conductivity of the material
as 20W/m K.
Ans. A hollow rectangular duct
size = 75cm × 75cm (inside)
L = 30cm, T1 = 500oC, T2 = 100oC, K = 20 W/m K.
30cm
75 cm
75 cm
500oC 100oC
Dy = 15cm
F A B CD
Dx = 15cm
Analysis : Due to symmetry, only one corner of the duct is considered and it is divided into
a number squares 15cm × 15cm. A, B, C, D and E are 5 nodes considered.
Using relaxation method, the nodal equations on interior nodes A, B, C, and D.
At node A
q1* = 100 + TE + TB + 100 – 4TA
Using TE = TB. due to symmetry, then
q1* = 200 + 2TB – 4TA
At node B
TA + 500 +TC + 100 – 4TB = q2*
TA + TC +600 – 4TB = q2*
At node C, TB + TD +600 – 4TC = q3*
At node D 2TC +600 – 4TC = q4*
500 + 100
Starting with T= A T=
B T=
C T=D = 300o C
2
Then residual at nodes
q1* =200 + 600 − 4 × 300 =−400
q*2= 300 + 300 + 600 − 4 × 300= 0
q*3= 300 + 300 + 600 − 4 × 300= 0
q*4 = 2 × 300 + 600 − 4 × 300 = 0
The largest residual should be relaxed first, the solution is presented in tabular form below:
312 Heat Transfer
Table
A B C D
Steps
q* T(oC) q* T(oC) q* T(oC) q* T(oC)
1 –400 300 0 300 0 300 0 300
2 0 →200 –100 300 0 300 0 300
3 –50 200 0 →275 –25 300 0 300
4 30 →180 –20 275 –25 300 0 300
5 30 180 –28 275 7 →292 –8 300
6 16 180 0 →268 0 292 –8 300
7 0 →184 4 268 0 292 –8 300
8 0 184 4 268 –2 292 0 →298
9 2 184 0 →269 –1 292 0 298
The duct includes total 8QB, 8QC, 8QD and 4 QA nodes. Heat loss from the duct
Q = 8(QB + QC + QD) = 4QA
0.15
= 8 K × × 1 × ( 269 − 100 ) + k ( 292 − 100 ) + K ( 298 − 100 ) + 4 × K (184 − 100 )
0.15
= 8k (169 + 192 + 198 ) + 4K × 84
= 4808 K= 4808 × 20= 96160 W / m= 96.16 kW / m
5. A large industrial furnace is supported on a long column of fire clay brick
(K = 1 W/m.K), 1m × 1m on a side. During steady state operations, the installation is such that
the three surface of column are maintained at 500 K. While the remaining, surface is exposed
to air stream at 300K with h = 10 W/m2K. Using the Gauss siedal iterative technique with
a grid of size Dx = Dy = 0.25 m. Calculate two dimensional temperature distribution in the
column and the heat transfer rate to air stream per unit length of the column.
Ans. Dimensions and surface conditions of a supported column as shown in Fig.
To find : (i) Temperature distribution in the column, and
(ii) Heat flow rate to air stream.
Dx = 0.25m 500 K
Fire clay
bricks
Dy = 0.25m
1 2 1
3 4 3 TS = 500K
500 K
5 6 5
7 8 7
h = 10 W/m2K
Air
TS = 300K
Numerical Analysis of Heat Conduction 313
Assumptions :
(i) Steady state conditions. (ii) Two dimensional conductions.
(iii) Constant properties (iv) No internal heat generation.
Analysis : There are 12 nodes at which temperature is unknown. However, the number
of unknown can be reduced to 8, because T1 = T3, T4 = T6, T7 = T9 and T10 = T12 due to
symmetry.
The node 1, 2, 3, 4, 5, 6 are interior nodes and their equations :
node 1 T2 + T3 + 500=
+ 500 − 4T1 0 or T2 + T3 +=
1000 − 4T1 0
node 2 T1 + 500 +=
T1 + T4 − 4T2 0 or 2T1 + T=
4 + 500 − 4T2 0
node 3 T1 + T4 + T5 + 500 − 4T3 =
0
node 4 T2 + 2T3 + T6 − 4T4 =
0
node 5 T3 + T6 + T7 + 500 − 4T5 =
0
node 6 T4 + 2T5 + T8 − 4T6 =
0
hDx
From table for convection boundary node, = 2.5
k
node 7 2T5 + T8 + 2000 − 9T7 =
0
node 8 2T6 + 2T7 + 1500 − 9T8 =
0
The finite different equations are arranged for Gauss siedal iterative technique as :
T1 0.25[ T2 + T3 + 1000] ,
= T2 0.25[ 2T1 + T4 + 500]
=
T3 0.25[ T1 + T4 + T5 + 500] ,
= T4 0.25[ T2 + 2T3 + T6 ]
=
T5 0.25 [ T3 + T6 + T7 + 500] , =
= T6 0.25 [ T4 + 2T5 + T5 ]
T7 1/ 9 [ 2T5 + T8 + 2000] ,
= T8 1/ 9 [ 2T6 + 2T7 + 1500]
=
Assuming initial values for temperature as :
=k 0,=T1 480,T= 2 470,T
= 3 440,=
T4 430,= T5 400,=
T6 390,=
T7 370,=
T8 350
The new value of T1 is calculated from the previous values and current values, which are
determined. The solution is tabulated below.
TABLE
k T1 T2 T3 T4 T5 T6 T7 T8
0 480 470 440 430 400 390 370 350
1 477. 471.3 451.9 441.3 428.0 411.8 356.2 337.3
2 480.8 475.7 462.5 453.1 436.6 413.9 355.8 337.7
3 484.6 480.6 467.6 457.4 434.3 415.9 356.2 338.2
4 487.1 482.9 469.74 459.6 435.5 417.2 356.6 338.6
5 488.1 484.0 470.8 460.7 436.1 417.9 356.7 338.8
6 488.7 484.5 471.4 461.3 436.5 418.3 356.9 338.9
7 489.0 484.8 471.7 461.6 436.7 418.5 356.9 339.0
8 489.1 485.0 471.9 461.8 436.8 418.6 356.9 339.0
The results shown in row are good approximation with minimum error. The error can be
further reduced by taking some more iterations or considering a finer grid size.
314 Heat Transfer
Tmi+1
i+1
Dt Tmi– 1 Tmi Tmi+ 1
i
1
Dt Dx Dx
i=0
0 m–1 m m+1 M–1 M
x=0 x=L
The second derivative of temperature with respect to x, at a position m Dx and at a time i Dt,
∂ 2T Tmi −1 + Tmi +1 − 2Tmi
≅
( Dx )
2
∂x 2 m,i
where Tim-1 and Tim+1 are the two neighbouring points of the node Tim , and all of which are
evaluated at the time i Dt.
The first derivative of temperature
Numerical Analysis of Heat Conduction 315
The above equation is called the explicit finite - difference form of the one-dimensional time-
dependent heat conduction equation. The method is called explicit because the temperature Ti+1 m at
node m at a time step i +1 is immediately determined from the above equation if the temperatures
of node m and its neighbouring points at the previous time step i are available and the value of the
parameter r is specified.
Restriction on r The value of the parameter r in teh explicit finite - difference is restricted to
1 a Dt
0<r< r= 2
2 ( Dx )
T(x,t)
Finite difference
solution with r = 5/9
Exact solution
This restriction implies that for given values of a and Dx, the time Dt cannot exceed the limit
imposed on it. This is called the stability criterion.
Figure illustrates what happens to the numerical results if the above stability criterion is
violated. This figure shows that the numerical results obtained with the time step satisfying the
5 1
condition = r < are in good agreement with the exact solution. However, the numerical
11 2
solution of the same problem with a slightly larger time step, which violates the above stability
criterion of r = 5/9 > 1/2 results in an unstable solution.
316 Heat Transfer
Suppose at any time step i the temperatures Tim-1 and Tim+1 at nodes m – 1 and m + 1 are equal
but less than Tim at node m between them. Then if the value of r exceeds 1/2, the co-efficient 1
– 2r becomes negative. Then, according to the finite difference equation for 1 – 2r negative, the
temperature Tmi+1 at node m at the next time step should be less than that at the neighboring two
nodes. Thus is not possible thermodynamically, snce we assumed that Tim was higher than that at
the neighboring nodes. Therefore, to obtain meaningful solutions from eq. the coefficient 1 – 2r
of Tim should not be negative; that is,
1 – 2r ≥0 or r ≤ 1/2
3.6.2 Unsteady heat conduction - implicit method
The implicit methods of finite - difference schemes, which involve the use of backward -
difference formulation in time increments, eliminate the restrictions imposed on the size of the
time step Dt.
Different types of implicit schemes are
1. Fully implicit scheme
The finite - difference formulation of the one - dimensional, time - dependent heat conduction
equation with the fully implicit scheme is given by
Tmi +1 − Tmi T i +1 − 2Tmi +1 + Tmi ++11
= a m −1
( Dx )
2
Dt
The implicit schemes are advantageous in that there is no restriction on the size of the time
step Dt by the stability considerations. However, to determine the node temperatures Tmi , a
simultaneous solution of all the equations for the nodes at each time step is required.
2. Crank - Nicolson Method :
We consider the following one - dimensional, time - dependent heat conduction problem for
a slab subjected to convection boundary conditions :
∂T ∂ 2T
= a 2 in 0 ≤ x ≤ L,for t > 0
∂t ∂x
subject to the boundary conditions
∂T
−K + h1T = f1 at x= 0,fort > 0
∂x
∂T
K + h 2 T= f 2 at x= L,for t > 0
∂x
T F( x )
= for=t 0in 0 ≤ x < L
Dx Dx Dx Dx
The finite difference form of the differential equation
Numerical Analysis of Heat Conduction 317
Tmi +1 − Tmi a Tmi +−11 − 2Tmi +1 + Tmi ++11 Tmi −1 − 2Tmi + Tmi +1
+
( Dx ) ( Dx )
2 2
Dt 2
which is rearranged as
− r Tmi +−11 + ( 2 + 2r ) Tmi +1 − rTmi +−1=
1 rTmi −1 + ( 2 − 2r ) Tmi + rTmi +1
for m = 0,1, 2,..., M where
a Dt
r=
( Dx )
2
aDt
r= , Dx =Dy
( Dx )
2
Restriction on r
to obtain physically meaningful results, the coefficient 1–4r of Tm,ni in above equation 1 should
not be negative. This requirement leads to the following stability criterion :
318 Heat Transfer
1
0<r< ... ( 2 )
4
a Dt
where r =
( Dx )
2
This condition implies that for given values of a and Dx, the time step Dt cannot exceed
the upper limit imposed by the stability criterion given by equations. Otherwise, the numerical
calculations become unstable.
3.8 BOUNDARY CONDITIONS
Two different approaches used for developing finite difference equations for the boundary nodes.
1. Negligible heat capacity
If the step size Dx is sufficiently small, the heat capacity associated with the volume element
at the boundary node can be neglected. Then the finite difference equation for the boundary node
is developed by considering a steady - state energy balance for the node, which can be stated as
Rate of heat entering Rate of energy
the volume element + generated in = 0
DV from allits the volume element
surfaces DV
consider a slab of thickness L, subjected to convection at both its boundary surfaces, as shown in
Fig.
Convection Convection
T∞, h0 T∞, hM
T1 T2 Tm–1 TM
T0
M
Dx Dx
Dx/2 Dx/2
The steady - state energy balance for node m = 0 at the boundary surface x = 0, at any time step
i + 1, gives
T i +1 − T0i +1
h 0 ( T∞ − T0i +1 ) + K 1 0
=
Dx
1 i +1 Dx h 0
= T0i +1 T1 + K T∞
h
1 + Dx 0
K
Similaly,an energy= balance for node m M,at = the boundary x L,gives
TMi +−11 − TMi +1
K + h M ( T∞ − TMi +1 )
Dx
1 i +1 Dx h M
TMi +1
= TM −1 + T∞ 0
=
1 + Dx h M / k K
Numerical Analysis of Heat Conduction 319
Dx 2 Dt
i +1
Solving for T0 , we get
i +1 2 Dx h 0 Dx h M i
T0= r 2T1i + T∞ + 1 − 2r 1 + T0
K K
Similarly, the application of this transient energy balance equation to the boundary node
m = M associated wihth the volume element of thickness Dx / 2gives
TMi −1 − TMi Dx TMi +1 − TMi
h M ( T∞ − TMi ) + K ρCp
=
Dx 2 Dt
i +1
Solving for TM , we obtain
2Dx h M Dx h M i
TMi +1 r 2TMi −1 +
= T∞ + 1 − 2r 1 + TM
K K
To obtain physically meaningful meaningful results, the coefficients of T0i and TMi in
these equationsshould be positive that is,
Dx h 0
1 − 2r 1 + ≥ 0 for m =0
K
Dx h M
1 − 2r 1 + ≥ 0 for m =
M
K
320 Heat Transfer
Convection Dx/2 Dx
h1, T∞
Dx/2
T0 T2
Convection h2, T∞
Consider the node 0 at the intersection of two boundaries in a two dimensional, transient
heat conduction problem, as illustrated in Fig, transient energy balance equation for this node
associated with the shaded volume element is written as
Dx Dx Dx T2i − T0i Dx T1i − T0i i +1 i
Dx T0 − T0
h1
2
( ∞ 0 ) 2 2 ( ∞ 0 ) 2 Dx
T + T i
+ h T − T i
+ K + K
2 Dx
=
ρC p
2 Dt
Solving this equation for T0i +1 , we obtain
i +1 h Dx h Dx h Dx h Dx
T0= 2r T1i + T2i + 1 T∞ + 2 T∞ + 1 − 2r 2 + 1 + 2 T0i
K K K K
An examination of this equation reveals that the co-efficient of T0i should not be negative in
order to obtain meaningful solutions. Hence we require
h Dx h 2 Dx
1 − 2r 2 + 1 + ≥0
K K
or the parameter r should satisfy the following stability criterion:
1
0<r≤
2 ( 2 + h1 Dx / K + h 2 Dx / K )
Numerical Analysis of Heat Conduction 321
T1 T2 Tm–1 TM
T0
M
Dx Dx
Dx/2 Dx/2
The finite difference equations for the interior nodes m = 1,2,....,M – 1
i +1
T=
m r ( Tmi −1 + Tmi +1 ) + (1 − 2r ) Tmi m 1, 2,....., M − 1
=
Assume that the heat capacitance of the volume element associated with the boundary
nodesis negligible, the finite difference equations for nodes
= m 0and
= m M are
obtained, respectively,
1 i +1 Dx h 0
=T0i +1 T1 + T∞ 0
1 + Dx h 0 / K K
1 i +1 Dx h M
=TMi +1 TM −1 + T∞M
1 + Dx h M / K K
2. A marble slab [K = 2W/moC, a = 1×10–6 m2/s) that is L = 2 cm thick is initially at a uniform
temperature Ti=200oC. Suddenly one of its surfaces is lowered to 0oC and is maintained
at that temperature, while the other surface is kept insulated. Develop an explicit finite -
difference scheme for the determination of the temperature distribution in the slab as a
function of position and time as well as the heat flux at the boundary surface.
Ans. The mathematical formulation of this heat conduction problem is given by
322 Heat Transfer
∂T ∂ 2T
= a 2 in 0 < x < L, t > 0
∂t ∂x
∂T
= 0 at=x 0, t > 0
∂x
T 0
= at=x L, t > 0
Finite − difference formulation isimmediately obtained bysetting h 0 =
0, h M =
∞,and
T∞M = 0 :
Tmi +=
1
rTmi −1 + (1 − 2r ) Tmi + rTmi +1 m
= 1, 2,..., M − 1
T0i +1 T=
1
i +1
for node m 0
TMi +1 = 0 for node m = M
0
T 200
= m for
=i 0,=
m 0,1,..., M
Tosolve this problem, we divide the region into M = 5equal parts.
Hence,
L 2
Dx = = = 0.4cm
M 5
1
The value
= of the parameter r is taken as r ; then the corresponding timestep Dt
2
becomes
1 ( 0.4 × 10 )
−2 2
r ( Dx )
2
= Dt = = 8s
a 2 10−6
1
Bysetting r
= , the aboveset of finite − differenceequations becomes
2
1
Tmi +1 =( Tmi −1 + Tmi +1 ) m= 1, 2,3, 4
2
= T0i +1 T= 1
i +1
m 0
=T5i +1 0=m 5
=Tm0 200 =m 0,1,
= 2,3, 4,5,i 0
The heat flux at the boundarysurface
= ( that is, M 5)
x L=
T4i − T5i
q iM = K W / m2
Dx
the heat flux q iM at the end of timestepi
= 10= ( i.e., t 80s )
48.5 − 0
= q iM 2= 24, 250 W / m 2
0.4 × 10−2
Finite difference calculation
Numerical Analysis of Heat Conduction 323
i t,s m=0 1 2 3 4 5
x=0 0.4 0.8 1.2 1.6 2.0
0 0 200 200 200 200 200 200
1 8 200 200 200 200 200 0
2 16 200 200 200 200 100 0
3 24 200 200 200 150 100 0
4 32 200 200 175 150 75 0
5 40 187.5 187.5 175 125 75 0
6 48 181.2 181.2 156.2 125 62.5 0
7 56 168.7 168.7 153.1 109.4 62.5 0
8 64 160.9 160.9 139.1 107.8 54.7 0
9 72 150.0 150.0 134.4 96.9 53.9 0
10 80 142.2 142.2 123.5 94.2 48.5 0
324 Heat Transfer
Qr
Qa
Qt
The total radiant energy Qo impinging upon a body would be partially or totally absorbed, reflected
from its surface or transmitted through it
i.e., The total radial energy
= Energy absorbed + Energy reflected + Energy transmitted
Q o = Qa + Qr + Qt
Radiation Heat Transfer 325
Dividing through by Qo
o Qa Q r Q t
= + +
Qo Qo Qo Qo
1= a + ρ + τ
Where,
α (Absorptivity) : It is the fraction of total radiant energy absorbed by the body.
Q
i.e., a = a
Qo
ρ (Reflectivity): It is the fraction of total radiant energy reflected from the body.
Q
i.e., ρ = r
Qo
τ(Transmissivity): It is the fraction of total radiant energy transmitted through the body.
Q
i.e., τ = t
Qo
The values of α, ρ & τ varies from 0 to 1. The value depends upon (i) nature of the surface of the
body, (ii) Temperature of the body, (iii) wavelength of incident rays.
Black body: It is assigned to a perfect absorber of radiation. Therefore for black body α = 1,
ρ = τ = 0. The absorptivity of surface can be increased to 90 to 95% by coating their surfaces with
lamp black or a dark rough paint. The absorptivity of a surface depends upon (i) the direction of
incident radiation, (ii) temperature of the surface, (iii) composition and structure of the irradiated
surface, (iv) spectral distribution of incident radiation.
Figure shows a hollow enclosure with a very small hole for the passage of incident radiation.
The incident energy passes through the opening and part of its is absorbed when it is incident on
the inside surface. After a number of such incidence and reflections, most of the energy will be
absorbed. With very little of the original incident energy being reflected back out of the opening.
Thus the small hole leading to a cavity acts very nearly as a black body.
Gray Body: When a surface absorbs a certain fixed percentage of impinging radiation, then the
surface is called gray body. For gray body, the absorptivity is below unity.
White Body: A body that reflects all the incident thermal radiations is called a specular body or
an absolutely white body.
For white body ρ = 1, α = τ = 0
326 Heat Transfer
Absorber T2
Radiation A, T ,
1
ε
Emitter
3.13 TOTAL EMISSIVE POWER
It is defined as the total radiant energy emitted by the surface in all directions over the entire
wavelength range per unit surface area per unit time.
Stefan Boltzman law can also be written as
Eb = σbT4
Where, Eb = Radiant energy emitted by black body
σb = Radiant coefficient of black body
From Planck's Law, monochromatic emissive power of the black body is
C
E b = 5 c / λ1T
λ e 2 − 1
Radiation Heat Transfer 327
Radiation energy emitted by the black body or emissive power over the entire bandwidth of wave
length λ = 0 to λ = ∞
∞
C C1
∞
=
= E b E b∫ 5∫ 5c / λ1Tc2 / λT dλ dλ
0 λ 0{e {
λ 2 e − 1}− 1}
C= C2 C C2 ,= −C −C2 dy
Let
=Let 2
y y= or= λor λ 2 ,= dλ dλ 2 2 dy2
λT λT yT yT y Ty T
TheThenewnew integration
integration limits
limits are,are,
at λat=λ0,= y0,=y∞=&∞at&λat=λ∞=, ∞
y,=y0 = 0
∞ 5 5
y5 Ty5 CT2 C2
∞
\ E\b
E
= C
b =
1∫
C 1 ∫ dy dy
5 C5y e y − 12 y 2 T
0 C 20 e2 − 1 y T
4 ∞
C4 ∞T
=C1T 1 4 y3∫(ye3y (−e1y )− 1dy ) dy
−1 −1
4 C∫
=
C2 2 0 0
) abyseries
( e y (−e1y )− 1by
−1 −1
Expanding
Expanding a series
∞ 4 ∞
C TC4 1T
E b E b 1 4 ∫4 y3∫ye − ye+ e −+2 ye+ e −+3ye+ ---+---
dy dy
3 −y −2 y −3y
= =
C2 C02 0
TheThe integral
integral is inisthe
in the
formformof of
∞
∞
n!
dy n!
∫ y∫
n − ay
n
×ye −×aye dy = =
n +1a n +1
0 0 a
4
\
= E C1TC4 1T3! 3!3!+ 3!3!+ 3! + - - -- -
\
= E b b 4 4 4 + 4 4 + 4 4 + 4- - - - -
C2 C21 1 2 2 3 3
4
E C1TC4 1T × 6.48
E=
= b ×4 6.48
C42 C2
b
But,But,
C1 = C12=
phc2p2hc 2 h=hPlanks
= Planks constant
constant
34 8 34 −34 Js
= 2=p ×2p6.6256
× 6.6256
× 10×−10 3 ×810 = 6.6256
× 10×−10
−
34
× 3××10 = 6.6256 Js
0.874 15 −15 2Jm 2 / s
= =
0.874 × 10×−10Jm / s Cspeed
C= = speed of light
of light
hc hc 8
C2 =C2 = 3 ×810
= 3= × 10 m /ms /s
K K
K =KBoltzman
= Boltzman constant
constant
1.38054 23 −23 JK
=
= 1.38054 × 10×−10 JK
−34
6.6256
6.6256 × 10× 10× 3 ×
−34 3 ×8108
×10
C
C2 = 2 =
1.3805 23 −23
1.3805 × 10×−10
1.4388 2 −2 mK
== 1.4388 × 10×−10mK
0.374 15 −15
E 0.374 × 10×−10 × 6.48 4
=
=\ E\ × 46.48 × T×4 T
(1.4388 ) )
b
(1.4388
b 4 2
× 10×−10
2 −
8 −48 T 4 = 4
Eb E
= = 5.67
b5.67 × 10×−10
T = sT 4sT
Stefan − Boltzman constant , 5.67 8 −8 W /2 m42 K 4
s=
= sStefan − Boltzman =, =
constant 5.67 × 10×−10
W/m K
328 Heat Transfer
100 1500K
λmaxT = 0.0029mK
80 1300K
(Eλ)b
60
1100K
40
20 900K
700K
0 2 4 6 8
Wavelength, μ
i) The monochromatic emissive power varies across the wavelength spectrum, distribution is
continuous but non-uniform.
ii) At any wavelength the magnitude of the emitted radiation increases with increasing temperature.
iii) The wavelength at which the monochromatic emissive power is maximum shifts in the
direction of shorter wavelengths as the temperature increases.
iv) At any temperature, the area under the monochromatic emissive power versus wavelength
gives the rate of radiant energy emitted with in the wavelength interval dλ.
3.16 WEIN'S DISPLACEMENT LAW
It states that the product of maximum wavelength and absolute temperature is a constant and
is equal to 0.0029 mK.
The maximum value of emissive power Eb can be obtained by differentiating Planck's equation
with respect to λ and equating it to zero.
d ( Eλ )b
i.e., =0
dλ
d
( )
C1λ −5 eC2/ λT − 1 =
−1
0
dλ
−2 − C
( ) ( )
−1
C1λ −5 ( −1) eC2 / λT − 1 2 2 eC2 / λT + eC2 / λT − 1 C1 ( −5) λ −6 =0
λ T
eC2 / λT 5λT
or C2 / λT
=
e − 1 C2
Putting C2=
/ λT x, and re − arranging
ex 5
x
=
e −1 x
x ex 5 ex − 5
x ex =
5e x − 5 or =
5 ex 5 ex
x 1
= 1− x
5 e
= 1 − e− x
x
or e − x + − 1 = 0
5
x 1
= 1− x
5 e
330 Heat Transfer
= 1 − e− x
x
or e − x + − 1 = 0
5
Solution of this equation gives
x = 4.965
C2
or = 4.965
λ max T
C
λ max T =2
4.965
1.388 × 10−2
λ max T = =2.9 × 10−3 mK =0.0029mK
4.965
This is known as Wein's displacement law.
The law suggests that λmax is inversely proportional to the absolute temperature and accordingly
the maximum spectral intensity of radiation shifts towards the shorter wavelength with rising
temperature (Refer fig spectral energy distribution).
3.17 KIRCHOFF'S LAW
It states that the emissivity of the surface of a body is equal to its absorptivity when the body
is in thermal equilibrium with its surroundings. i,e., ε = α
Explanation:
Consider two surfaces one absolutely black at Tb, the other non-black at temperature T. The
surfaces are arranged parallel to each other as shown in figure.
Eb
α Eb
(1 – α)Eb
Black Non - Black
surface surface
Let E = Radiant energy emitted by non black surface
Eb = Radiant energy emitted by black surface.
Radiant energy emitted by non-black surface being fully absorbed by black surface. But non-
black surface absorbs only α Eb of radiant energy of black surface and reflects (1– α) Eb of radiant
energy. Radiant interchange for the non black surface equal to E – α Eb
If both the surfaces are at the same temperature
i.e., T = Tb , Then
E − aE b = 0
E E
or =
a or Eb
=
Eb a
For different surfaces, it can be written as
E1 E 2 E 3 Eb
= =
a1 a 2 a 3
− − − − −=
− = Eb
ab
( a=b 1)
b
i.e., T = Tb , Then
E E
or E= −aaE b or
=0 = Eb
Eb a
Radiation
E Heat Transfer E 331
For different
or = a surfaces,
or it can= be
E bwritten as
Eb a
E1 E 2 E 3 Eb
= surfaces,
For different =
a1 a 2 a 3
it− can
−−− be−written
=−
ab
=as E b ( a=b 1)
E1 E 2 E 3 Eb
E= of =
i.e., the ratio
Or =a
− −power
emissive
a2 a 3
− − −=− absorptivity
to ( a=b for
= E b is same 1) all bodies and is equal to the emissive
a a
power ofEabblack body. This relationship is known as Kirchoff's Law.
1 b
E
Or E = = aa
Eb
E= a
α l
θ Radiation collector In
Iθ = Incos θ
dω
dA
Black surface
emitter φ
Radiation Heat Transfer 333
K
r sin θ dφ
θ
dθ
dA1 φ
dφ
Let us consider the radiation is emitting from an elemental black surface of area dA1 at temperature
T1.
Energy will be radiated in all directions in the entire hemisphere
Let us consider a spherical strip of area dA
Area of collector dA= ( r dq ) × ( r sin q . dφ )
= r 2 sin q dq dφ
dA
Solid angle dω = 2
r
2
r sin q dq dφ
=
r2
= sin q dq dφ
The radiations leaving the emitter and striking the collector is
= dE b I n dA cos q dω
= I n cos q sin q dq dφ dA
Total energy E b radiated by the emitter and passin g through the spherical region
p
=q 0 to=
q &=
φ 0 to=
φ 2p
2
p/2 2p
∫ dE b = In dA ∫ sin q cos q dq ∫ dφ
0 0
1
E=b I n dA × × ( 2p )
2
E b = I n p dA − − − (1)
But total emissive power with area dA is given by
E b = s b T 4 dA − − − ( 2)
Comparing (1) & ( 2 ) we get
s b T 4 dA
I n p dA =
In p = sb T 4
E b = I n p dA − − − (1)
But total emissive power with area dA is given by
334 Heat Transfer
E b = s b T 4 dA − − − ( 2)
Comparing (1) & ( 2 ) we get
s b T 4 dA
I n p dA =
In p = sb T 4
I n p =E b
Wheren E b = Emissive power of black body per m 2 surface area
= sb T 4
Eb
or In =
p
1
i.e., for a unit sufrace, the intensity of normal radiation I n is the times the emissive power E b .
p
OR
Emission of power of a black body is π times the intensity of normal radiation.
3.23 SOLAR RADIATIONS AND GREEN HOUSE EFFECT
The sun is the source of heat radiations. It emits radiations in all directions. The distribution of
the flow of sun's energy to the earth's surface is
i) 9% is scattered by air, clouds, dust particles present in the atmosphere.
ii) 15% is absorbed in the atmosphere and out of it 4% reaches earth's surface by convection
iii) 43% is transmitted to the earth directly
iv) 33% is reflected back to space
3.23.1 Green House effect
It is a manifestation of transmission of low wave length energy from the sun and absorption or
reflection of higher wavelength emission at low temperature.
Much of the solar radiation is transmitted through the glass or plastic covering and absorbed
by the objects with in the encloser. As their temperature rises, they too radiate energy, But it
is mostly in the higher wavelength band to which the glass or plastic is opaque. Most of the
thermal radiation emitted at low temperature is reflected back and remains inside. Because of
this one way action of heat exchange of glass or plastic, the temperature with in the enclosure
becomes considerably higher than the ambient temperature outside. This phenomenon is called
Green House effect. The sky creates a partial green house effect if it is heavily loaded with CO2,
H2O and to a lesser extent ozone.
Radiation Heat Transfer 335
N2 dA2
θ2
A2
N1
r
θ1
Black body
(1) dA1
A1
Let is assume two black bodies are separated by the distance r. as shown in figure
Let dA1 = Area of element in body one
dA2 = Area of element in body two
θ1 & θ2 = Angle made by the normal to the element (1) and (2) with the line joining them.
The projected area of dA1 in the direction of radiation = dA1 cos θ1
Energy leaving dA1 and absorbed by dA 2
dQ1− 2= Io1dω1dA1= I n1 cos q1dω1dA1 | dA1 cos q1= Projected area
But solid angle dω1 =Angle subtended by the element dA 2 at the center of dA1
dA 2 cos q 2
=
r2
dA 2 cos q 2
\ dQ1− 2 = I n1 cos q1 dA1
r2
cos q1 cos q 2 dA1dA 2
= I n1
r2
From Lambert 's Cosin e Law
sT14
I n1 =
p
4
sT1 cos q1 cos q 2 dA1dA 2
\ dQ1− 2 =
p r2
The total radiations leaving A1 and being absorbed by A 2
sT14 cos q1 cos q 2
Q1− 2 =
p ∫∫
A1 A 2
r2
dA1dA 2
Q 2 −1 = sA 2 F21T24
1 cos q1 cos q2
Where, A 2 F21 = ∫ ∫ dA1dA 2 − − − ( 2)
p A1 A 2 r2
From (1) & ( 2 )
sA1F12 =
sA 2 F12 or A1F12 =
A 2 F12 called Re ciprocity theorem.
Net energy exchange from A1 to A 2
( Q1− 2=
)net Q1− 2 − Q 2 −1
= sA1F12 T14 − sA 2 F21T24
sA1F12 ( T14 − T24 )
( Q1− 2 )net =
3.25 SHAPE FACTOR OR VIEW FACTOR OR CONFIGURATION FACTOR
OR GEOMETRICAL FACTOR
It is defined as the fraction of radiation energy that is diffused from one surface element and
strikes the other surface directly with no interviewing reflection
It is indicated by Fij it means the shape factor of surface Ai to anther surface Aj
i.e., shape factor F12 of A1 to surface A2
Direct radiation from surface 1 incident upon surface 2
F12 =
Total radiation from emitting surface 1
A4 Radiating surface
Radiating surface
vi) The summation of the view factors from the surface say Ai of the enclosure including itself is
equal to unity
n
i.e., ∑=
Fij 1=i 1, 2,...........n
j=1
The interior surface of a complete enclosed space has been subdivided in n parts each part having
a finite area A1, A2, .......An thus
F11 + F12 + F13 + − − − − − −F1n =1
F21 + F22 + F23 + − − − − − −F2n =1
−−−−−−−−−−−−−−−−−
Fn1 + Fn 2 + Fn3 + − − − − − −Fnn =1
338 Heat Transfer
E1
)E 1
(1 – α 2 α2 E1
(1 – α
1 ) (1 –
α1(1 – α2)E1 α2 ) E
1
α ) E1
2
) (1 – 2
(1 – α 2 (1 – α1 ) (1 – α2)2 E1 α2
(1 – α
) (1 –
α1(1 – α1) 1
α2 ) 2 E
1
(1 – α2) E1
α1,ε1,T1 α2,ε2,T2
Let two infinite parallel gray surfaces are placed at a small distance, as shown is figure.
Let α1,ε1,T1 are absorptivity, emissivity and temperature of plane (1)
α2,ε2,T2 are corresponding values of plane (2)
The surface (1) emits radiant energy E1 which strikes the surface (2). From it a part α2,E1, is
absorbed by surface (2) and remainder (1 – α2) E1 is reflected back to surface (1).
Surface (1) absorbs a part α1(1– α2)E1 and the remainder (1– α2)(1– α2)E1 is reflected and so on.
The amount of radiant energy which left surface (1) per unit time.
E1 − a1 (1 − a 2 ) E1 + a1 (1 − a1 )(1 − a 2 ) E1 + a1 (1 − a1 ) (1 − a 2 ) E1 + .......
2 2 2
Q=1
= E1 − a1 (1 − a 2 ) E1 1 + (1 − a1 )(1 − a 2 ) + (1 − a1 ) (1 − a 2 ) + .........
2 2
Let P= (1 − a1 )(1 − a 2 )
\ Q=
1 E1 − a1 (1 − a 2 ) E1 (1 + P + P 2 + .........)
Since P is less than unity, the series 1 + P + P 2 ............ when extended to infinity gives
1
1− P
1
\ Q=
1 E1 − a1 (1 − a 2 ) E1
1− P
a (1 − a )
= E1 1 − 1
1− P
a1 (1 − a 2 )
= E 1−
1
1− P
1
Radiation
\ Q= E Heat
1 1 (1 − a ) E
− a Transfer
1 2 1 339
1− P
a (1 − a )
= E1 1 − 1
1− P
a1 (1 − a 2 )
= E1 1 −
1 − (1 − a1 )(1 − a 2 )
From Kirchoff 's law, emissivity and absorptivity of a surface are equal, i.e., a1 =
∈1
∈1 (1− ∈2 )
\ Q1= E1 1 −
1 − (1− ∈1 )(1− ∈2 )
1 + ∈2 + ∈1 − ∈1 ∈2 − 1 − ∈1 + ∈1 ∈2
= E1
1 + ∈2 + ∈1 − ∈1 ∈2 − 1
∈2
Q1 = E1
∈1 + ∈2 − ∈1 ∈2
Similarly, Amount of heat leaves the surface ( 2) per unit time
∈1
Q2 = E 2
∈1 + ∈2 − ∈1 ∈2
The net heat flow from surface 1 to surface 2 per unit time
Q12
= Q1 − Q 2
E1 ∈2 E 2 ∈1
= −
∈1 + ∈2 − ∈1∈2 ∈1 + ∈2 − ∈1∈2
E1×∈2 − E 2 ∈1
Q12 =
∈1 + ∈2 − ∈1∈2
From Stefan Boltzman law for gray bodies E1 =∈1 sT14 & E 2 =∈2 sT24
∈1 sT14 ∈2 − ∈2 sT24 ∈1
\ Q12 =
∈1 + ∈2 − ∈1∈2
∈1∈2
= s T14 − T24
∈1 + ∈2 − ∈1∈2
Q12 =F12 s T14 − T24
∈1∈2 1
Whre, F12
= =
∈1 + ∈2 − ∈1∈2 1 1
+ −1
∈1 ∈2
It is called interchange factor for the radiation from surface 1 to surface 2
NOTE :
(1) For infinite long concentric cylinders
1
F12 =
1 A1 1
+ − 1
∈1 A 2 ∈2
A1 = Area of inner cylinder
1 2
(Q13)net (Q32)net
Radiation shield
T1, ε1 ε3,T3 T2, ε2
Eb1 J1 J3 Eb3 J3 J2 Eb2
1− ∈1 1 1−1−∈∈3 1 ∈311−−1∈
1 −1 11−∈∈
∈311− 2131
−−∈1∈3 11−1∈1132−−∈1∈1311− 12−13 −∈1∈
1−∈∈ 3 111
−−1∈∈312−1∈311−−∈∈2 3 1 1− ∈2
∈1 F13 ∈∈ 3 1 ∈ F133 F∈
∈3231 ∈ F13∈
23 ∈ F3321 F∈1332 ∈
∈ ∈F132
3 F∈ ∈23 ∈∈
13 3F132 ∈ F∈32 ∈
13 F323 ∈∈2 3 F32 ∈2
(i) With no radiation shield: The net heat exchange between the infinite parallel planes
= ( Fg ) A1s b ( T14 − T24 )
Q12
12
A s b ( T14 − T24 )
\ Q12 =
1 1
+ −1
∈1 ∈2
∈1 F12 ∈2 A2
1 1
= =
1 1 1 1
− 1 + 1 + − 1 ∈ + ∈ − 1
Radiation Heat Transfer 341
∈1 ∈2 1 2
A s b ( T14 − T24 )
\ Q12 =
1 1
+ −1
∈1 ∈2
(ii) With radiation shield: Under steady sate conditions, the shield attain temperature T3. The
heat transfer between plane 1 and the shield.
( Q13 )net = Heat transfer between shield and plane 2 ( Q32 )net
As b ( T14 − T34 ) As b ( T34 − T24 )
= − − − (1)
1 1 1 1
+ −1 + −1
∈1 ∈3 ∈3 ∈2
Simplifing we get
1 1 1 1
T14 + − 1 + T24 + − 1
∈ ∈2 ∈1 ∈3
T34 = 3
1 1 1 1
+ − 1 + + − 1
∈
3 ∈ 2 1 ∈3
∈
Substuting the value of T3 in the left hand side of equation (1) , we get
As b ( T14 − T24 )
( Q12 )net =
1 1 1 1
+ − 1 + + − 1
∈3 ∈2 ∈1 ∈3
1 1
+ −1
Radiaton energy transfer without shield ∈1 ∈2
=
Radiation energy transfer with shield 1 1 1 1
+ − 1 + + − 1
∈1 ∈3 ∈3 ∈2
When ∈1 =∈2 =∈3 , the above ratio become 1/ 2
By inserting on shield, the heat transfer rate is reduced to 1/ 2 of the original value
1 4
\ The T3 value become, T3 =
2
( T1 + T24 )
Heat exchange without any shield
A ( E b1 − E b2 ) As b ( T14 − T24 )
=
(1− ∈1 ) + 1 + (1− ∈2 ) 1− ∈1 + 1 + 1− ∈2
∈1 F12 ∈2 ∈1 F12 ∈2
When ∈1 =∈2 =∈ & F12 =1, we get
As b ( T14 − T24 )
( Q12 )net − − − ( 2)
2
− 1
∈
Heat exchange with one shield
As b ( T14 − T24 )
( Q12 )net =
1− ∈1 1 1− ∈3 1− ∈3 1 1− ∈2
1 2 12
As b ( T14 − T24 )
( Q12 )net − − − ( 2)
342 2 Heat Transfer
− 1
∈
Heat exchange with one shield
As b ( T14 − T24 )
( Q12 )net =
1− ∈1 1 1− ∈3 1− ∈3 1 1− ∈2
+ + + + +
∈1 F13 ∈3 ∈3 F32 ∈2
1 As b ( T1 − T2 )
4 4
− − − − ( 3)
2 2
−1
∈
Comparision of ( 2 ) & ( 3) shows that heat flow with a radiation shield is 1/ 2 of the heat flow
without shield.
a A1
b
Consider two surface A1 & A2 whose shape factor is to be determined as shown in figure.
Let two imaginary cross strings ac and bd be stretched between the two surface such that any
radiation leaving surface A1 and reaching surface A2 will be crossing both the strings.
Let A3, A4, A5, A6 are the surfaces formed by these strings.
For the triangle abd
F13 + F15 =
1
1 (1)
F31 + F35 =
1
F51 + F53 =
By reciprocity theorem
A1F13 = A 3 F31
A1F15 = A 5 F51 ( 2 )
A 3 F35 = A 5 F53
Equations (1) can be written as
A1F13 + A1F15 = A1
A 3 ( 3)
A 3 F31 + A 3 F35 =
A 5
A 3 F51 + A 5 F53 =
From eqn ( 2 ) , equations ( 3) can be written as
A1F13 + A1F15 = A1
A 3 ( 3)
A 3 F31 + A 3 F35 =
Radiation Heat Transfer 343
A 5
A 3 F51 + A 5 F53 =
From eqn ( 2 ) , equations ( 3) can be written as
( A3 F31 = A1F13 )
A1F13 + A 3 F35 =
A3
( 4) A 5 F51 = A1F15
A1F15 + A 3 F35 =
A5
A 5 F53 = A 3 F35
From first relation of eqn ( 4 ) , we get
A 3 F=
35 A 3 − A1F13
From first relation of ( 3) and first relation of ( 4 )
A1F13 + A1F15 − A1F13 − A 3 F35= A1 − A 3
A1F15 − A 3 F35 =
A1 − A 3
A1F15 = A1 − A 3 + A 3 F35
But A 3 F=
35 A 5 − A1F15 (Second relation of eqn ( 4 ) )
\ A1F15 = A1 − A 3 + A 5 − A1F15
A1F15 + A1F15 = A1 − A 3 + A 5
2A1F15 = A1 − A 3 + A 5
A1 − A 3 + A 5
A1F15 =
2
From eqn ( 3)
A1F13 =
A1 − A1F15 =
A1 −
( A1 − A3 + A5 )
2
A1 + A 3 − A 5
=
2
A + A3 − A5
F13 = 1
2A1
A1 + A 4 − A 6
Similarly F14 =
2A1
Now F12 + F13 + F14 =
1
F12 =−
1 F13 − F14
( A + A3 − A5 ) − ( A1 + A 4 − A5 )
1− 1
=
2A1 2A1
2A1 − A1 − A 3 + A 5 − A1 − A 4 + A 6
=
2A1
F12 =
( A5 + A6 ) − ( A3 + A 4 )
2A1
In terms of lengths of string
F12 =
( L5 + L 6 ) − ( L3 + L 4 )
2 × L1
1
F12 =
( A5 + A6 ) − ( A3 + A 4 )
2A
344 1 Heat Transfer
In terms of lengths of string
F12 =
( L5 + L 6 ) − ( L3 + L 4 )
2 × L1
Hottel's cross − s tring method can be expressed as
Fij =
∑ ( corssed strings ) − ∑ ( uncrossed strings )
2 × string on surface i
tion
ce
Irradiation E r
o
an
J = dp G
G cte tion ρ
itt
e
Em
fl
Re rradia
}
i ρ = Reflectivity
= J−
( J − ∈ E b ) Net rate of =∈ radiation
E b + ρG leaves the surface
1− ∈ E = emissive Q net power of black body
b = J−G
J − JBut
∈ − Jfor ∈ ( EA
+ ∈anE bopaque b − J)
= = body transmittivity τ =0
1− ∈ 1− ∈
\a + ρ + 0 = =1 J or
( J− ∈ E )
− a + ρ =b 1 or ρ = 1 − a
A∈
= Q net ( E b − J )\ J =∈ E b + (1 − a ) G 1− ∈
1− ∈ J − J ∈ −J + ∈ E b ∈ ( E b − J )
E b −According
J = Q net E b's−=
to Kirchoff law
J 1− ∈
= Q net = or 1− ∈
1− ∈ A a = ∈ 1− ∈
A∈
A∈
Q =
\ J =∈ E b +net(1−∈1∈−)∈ G b
(E − J)
1− ∈ J − ∈ Eto Eb − J
G = tanQce
is the surface resis net = radiation heat transfer
b
A∈ 1− ∈ 1− ∈
The above eqn. can Net rate of radiation
be represented by an leaves A∈ thenetwork
electrical surface as shown below.
Q net 1− ∈
= J − G is the surface resis tanIce to radiation heat transfer
A A∈
Eb
The above( Jeqn.−J∈ E b ) be represented by an electrical network as shown below.
can
= J−
1− ∈ 1− ∈ V1 R V2
∈ J − J ∈ −J + ∈ E b ∈ ( E b − J )
=
Radiation heat transfer = circuit Electrical circuit
1− ∈ 1− ∈
Comparison A∈
Q net = ( Eb − J )
Q net 1− ∈1− ∈
E b − J = V1 − V2 , = I, = R
A E −J
Q net∈= b
1− ∈
Electrical analogy for heat exchange between the Non-black surface
A∈
Let J11 = Radiation leaving surface 1
1− ∈
J11A11F12 12 = Radiation recieved is bythethe
surface resis
surface 2 tan ce to radiation heat transfer
A∈
J 22 = Radiation leaving surface 2
The above eqn. can be represented by an electrical network as shown below.
J 22 A 22 F21
21 = R1−aditation
∈ recieved by the surface 1
Net interchange ∈ of heat between two surfaces
= Q12
12 J11A11F12
12 − J 22 A 22 F21
21
12 = ( J11 − J 22 ) A11F12
\ Q12 12
J11 − J 22
Q12
12 =
1
A11F1212
1
is the space resistance due to the distance between geometry of the radiating bodies
A11F12
12
\ Q12 = ( J1 − J 2 ) A1F12
J1 − J 2
Q12 =
1
346 Heat Transfer
A F
1 12
1
is the space resistance due to the distance between geometry of the radiating bodies
A1F12
It is represented as follows
(Q12)
J1 J2
1
A1F12
The electrical network become
(Q12)net
Eb1 J1 J2 Eb2
1− ∈1 1 1− ∈2 1− ∈1 1 1− ∈2 1− ∈1 1 1− ∈2
A1 ∈1 A1F12 A 2 ∈2 A1 ∈1 A1F12 A 2 ∈2A1 ∈1 A1F12 A 2 ∈2
E b1 − E b2
( Q12 )net =
1− ∈1 1 1− ∈2
+ +
A1 ∈1 A1F12 A 2 ∈2
A1s b ( T14 − T24 )
=
1− ∈1 1 1− ∈2 A1
+ + ×
∈1 F12 ∈2 A2
= (F )
g 12 A1s b ( T14 − T24 )
1
Where, ( Fg ) =
12 1− ∈1 1 1− ∈2 A1
+ + ×
∈1 F12 ∈2 A2
It is called gray body factor
NOTE :
( i ) For infinite parallel radiating surfaces
F=
12 F=
21 1 & A1 = A 2
1
\ ( Fg ) =
12 1 1
+ −1
∈1 ∈2
( ii ) For radiating concentric cylinder or shperes
1
(F )g 12 =
1− ∈1 1− ∈2 A1
+1+ ×
∈1 ∈2 A2
A1 pd1L d1 r1
= = = → cylinders
A 2 pd 2 L d 2 r2
2
A1 4pr12 r1
= =
A 2 4pr22 r2
( iiii ) For
For radiating
radiating concentric
concentric cylinder
cylinder or
or shperes
shperes
11
( FF )
=
= 1− ∈
gg 12
121− ∈11 + 1 + 11−
−∈∈22 AA1
Radiation Heat Transfer +1+ ×
× 1 347
∈11
∈ ∈22
∈ A
A 22
A11 p
A pd L L d11 rr11
= d11=
= = d= = cylinders
→ cylinders
→
A 22 p
A pdd 22 L
L dd 22 rr22
2 2
prr112 rr11
2
A
A11 44= p
=
= = 2
A 22 44p
A prr222 rr22
iii ) For
( iii For aa small
small body
body inin aa large
large enclosure
enclosure
A
A11 0
F12
=
F
= 11 A
A11 <<<< A 22
<<<< A \=
\= 0
12
A 22
A
11
\( F
\ Fgg ) = =
12
12 (11−− ∈
∈11 )
+ 11
+
∈11
∈
Heat sink T2
Reradiating wall
(frunace wall
Heat Surface T1
Consider an enclosure made of three black surface comprising (i) Furnace-heat source, (ii)
Boiler tubes-heat sink, (iii) refractory wall-adiabatic surface, as shown in figure
The heat source exchange heat with heat sink and the refractory wall. The net radiative heat
transfer from furnace surface is
Q
= 1 Q12 + Q13
= A1F12 s b ( T14 − T24 ) + A1F13s b ( T14 − T34 )
Similarly,Q
= 2 Q 21 + Q 23
= A 2 F21s b ( T24 − T14 ) + A 2 F23s b ( T24 − T34 )
Q
= 3 Q31 + Q32
= A 3 F31s b ( T34 − T14 ) + A 3 F32 s b ( T34 − T24 )
Since there is no heat loss through the refractory wall, Q3= 0 \ 0= Q31 + Q 23
ie., 0 = A 3 F31s b ( T − T
4
3 1
4
)+A F3 32 sb ( T − T
4
3
4
2 )
y4
F T 4 + F31T14
T3 = 32 2
Q
= Q31 + Q32 Q= 3 Q31 + Q32Similarly,Q = 2 QSimilarly,Q
21 + Q 23 = Q
2 21 + Q 23
y 4= A F s ( T − T )4 +4 A F44 s y 4( T − T Since
Since there4is no4 heat loss through the loss refractory wall,
the Q 3= 0
23) +b A 22F23 s b3 ()T2 − T3 )
2 21 23 2
4
4s 1T( T4+ −
4 there is no heat through refrac
T2124 s+b F(31TT 1 ) 2 23 b ( 2 3 )
4 4
b 4( T 1 ) 2 23 s b 4(
2 21 =b A 22F F F 2T T
= A F322 F 44
− T 4
+ A F s T − T = A F s T 4
− T 4
+ A F
s b ( T34 −0 T ) b (− T )
21 b 2 1
Q + QT3 = F +ie.,
32 2 31 1
( 3 ) +2A s b ( T3
4 2 4 4− T 4
T3 = 21
Q= 0 = A 3 F31 ie., = 1A +FA2s3 F 21 s
T F
Q31F+32Q+32F31 3 31Q
= Q31 + Q3232 31 F 3 31 b
32
3 1 3 32
Q= 3 32 Q= Q + Q32
= A 3 F31s=b (AT3F−4sT1 ()T4+4FA )+14+bF−31A(TTTT33312F44=32−)s+TFb2A32()T1TF23134 +−sbFT3124TT)1314 =− =FF32A32T3T2F2314+s+FbF31(31TTT134414− T414 ) + A3F32sb (
3
4 4 4 4 4 43 y 4 31 4 y
TF21432
4 s
b (T ) 3( T 3) 32− 3T
\Q = = AA3 FF 31ss × 3( T
4
−4T−14 T +4 )A+3 F A \
32 s
F Q=
bs
13 b 1
1
31 A
3 T −b14T
F −2s
12 b × ( T wall, F32Q+ =F31 0 \FF0= ++Q
3232 FF
1 1 12 b 1 2
Since there is no heat 1loss through the F32refractory
+F 31 + Q23Q31 + Q 23
Since there is no heat loss Since there theisrefractory
no heat loss through
Q3= 031the refractory \ 0=Since 3 wall,
+ Q 23Q is3=no0heat loss \ 0=through
31
through wall, Q31 there 31
the refrac
04 4= A43 F310s=b (AT34F−4s TF1432()T ( ) 4 F32 T24 + F
T2131F)21s b132()T12 − 3T ( A1F3ie., 12bs2b)×\ 0( TQ − TA2 )s
4 F T 4 − F 4T
4 4
ie., 4 ie., 44 A 4 s4 T 4 − T 4
4+
2 )+
T − F T F13(s
1Fb12(s b3 ( T1 1−)T2 ) + b (sT 2 )3+
4
ie., 0 = A=3 FA 31s T − T + A 3 FA 321s F13 3 31 = −
b3
bA − 3T 32 + 4
b A \32Q
3 F 4 = s1b A
2 T −
113Fs
T 32
F
=
1
=1 A
1 3F
+ F
32
F+bs
2
311 12 (
AT1× 4
b3 − TT1b1 −)T+T
44
1 A
4− F As F( Ts4
32F1b 13
32 + F
3
44 F y
32 + 4F31y 4 32 31
F T 4
F T
4
+
= 32 2 F3132 T12 + F31T1
y y
F T 4 + F TT 4
T4 −= T F T 4 + F31T14F32 T14 − F32 T24
4 4
Similar to Q , Q Acan F be A F
wirtten
A F A A F
Similar
as F to
A QF , Q can Since
be wirtten only two
as surfaces
Since only are involved,
two surfaces the net
are radiative
involved, heatnet
the tr
A1F12 A1F13 1A 2 F1223 1 12 1 13
1 12 2 23
1 13 2 23 1 12
A1F12 A1F13 A 2 F23
Q112 = A1 F12 s b ( T= 41
)= 1 Q12 = A11 F12 s b (1T1 − TQ2 12) = Q1 = −Q 2 Q112 = Q1 = −Q 2
4 4 4
1 − 1T2 A 1F12 + A1F12 + 1
= A1F12 + Rt R 1 11 Similar 1 to Q , Q can be = wirtten A1as F12 + be wirtten as
1 1 t 12 = modifi + Similar to Q , Q can 1 1
FR12t = modified shape + factor FA ed shape factor R t 1 12
1 12
1F13 A F23 + A F + 4
A21F 2 23Q12 = A1 F12 s b ( T1 − T2 )
Q12 = A1 F12 s b (1T113 − T2 )2 F23
4 4
A1F13 A 2 F23 13
1 A F 4 A
Since only two 1 surfaces A = are
F involved,
A F + the net radiative heat transfer
A = F
Since only1 two A
surfaces F + Since
are1involved, only two surfaces
12 are involved, the net radiative heat transfer are involved, the ne
1 the net radiative heat1 transfer F+12 =1modifi Since edonly two surfaces
12 1 1 12
1 12
shape
F = factor
modifi ed shape factor
Q =+ Q = −=QQ 12
Q12 = Q1 = −Q 2 A1F1213 A1Q 2 F23
12 2 1 = −Q 2
A1F13 A 2 F23 Q12 = 1Q1 = −Q 2
Similar to Q1 , Q12tocan be wirtten as A= F12 A1F12 + A= 1
Similar to Q1 , Q12 can be wirtten Similar as Q1 , Q12 can be wirtten as 1 Similar to11Q F12, Q A11can F12 +be wirtten as
1 1
F12 =s bA( TF1412−sT24()T 4 − T 4 ) +
1 12
Q
4 12 = 4 A1Q
+4
Q12 = A1 F12 s b ( T1 − T2 ) 12 1 b 1 2 AQ11213= A1 F21223s b (A
F A F T11F− 4
13 T2 A ) 2 F23
F12 = modifi ed shape factor
F12 = modified shape factorF12 = modified shape factor F12 = modified shape factor
1 1
A= 1 F12 1 A A= F12 + A F + 1
A= 11 F12 11 12 11
1 F12 A1F12 + 1 A= 1 F12 A1F12 +
Q12 = Q1 = −Q 2
Similar to Q1 , Q12 can be wirtten as
Radiation Heat Transfer 4 349
(
Q12 = A1 F12 s b T1 − T24 )
F12 = modified shape factor
1
A=
1 F12 A1F12 +
1 1
+
A1F13 A 2 F23
Since
Since surfaces
surfaces 11 && 22 are
are concave
concave
=
= F
F12
12 0,
=
0,= F
F22
22 0
0
Then by shape factor Algebra
Then by shape factor Algebra
F
F12 +=F
F13 11 &
& F F21 +=F
F23 11
12 += 13 21 + = 23
or
or F F13 =
=11 −
−FF12 F
F13 =
= 11 −
−FF21
13 12 13 21
11
\A
\ A11 F
F12 =A F +
12 = A11F12
12 + 11 11
+
+
A11 ((11 −
A −A A11F ) A
12 )
F12 A 22 ((11 −
−AA11F )
12 )
F12
From
From reciprocity
reciprocity theorem
theorem A
A1F
F12 = =A A2FF21
1 12 2 21
11
\A
\ A11 F
F12 =A F +
12 = A11F12
12 + 11 11
+
+
A
A11 − −AA11F
F12
12 A
A 22 −−A A11F
F1122
11
= A
= A11F
F12 +
12 + A − A F + A − A F
A 22 − A11F12
12 + A1 − A1F12
1 1 12
(( A1 − A1F12 )(
A − A F
1
)( A 2 − A1FF12 ))
A
1 12
− A
2 1 12
2
A
A11A −A
A 22 − A112 F
F12 − A1A 2 F12 + A122 F1222
= A F + 12 − A1A 2 F12 + A1 F12
= A11F1212 + A
A11 ++A − 2A
A 22 − 2A11F
F12
12
2 2 2 2 2
A 2F
A11 F12 + A A F − 2A 2 F2 + A A − A 2 F
1 12 − A1A 2 F12 + A1 F12
2
12 + A1A 2 F12 − 2A1 F12 + A1A 2 − A1 F12 − A1A 2 22 F12 + A1 F12
1 2 12 1 12 1 2
=
= A1 +
A +AA2 − 2A1F
− 2A F12
1 2 1 12
A11 [[ A
A −A
A 22 − A11F ]
2
12 ]
A
A11A −A
A 22 − A112 F
F12 F12
=
=A F =
A11 F12 A=
12 12
+A
A11 + − 2A
A 22 − 2A11F F12
12
A +A
A11 + − 2A
A 22 − 2A11FF12
12
A A2 −−A A1FF12
s b T T224
4 4
=
=\Q
\ Q12
12
A
A1
1 A + A − 2A F s b
2 1 12
−T
T114 −
A11 + A 22 − 2A11F12
12
3.30.2 Heat exchange between two gray surfaces enclosed by an insulated surface
The radiation network for heat exchange between two gray surfaces enclosed by an insulated
surface is shown in figure.
350 Heat Transfer
Eb3
1 1 1− ∈3
A1F13 A 2 F23 A 3 ∈3
1 1 1−J∈ 33
1 1 1− ∈3
A1F13 A 2 F23 A 3 ∈
A31F13 A 2 F23 A 3 ∈3
1− ∈1 1 1−J∈ Eb2
Eb1 12 1− ∈1 1 1− ∈2 1J−2∈1 1 1− ∈2
A1 ∈1 A1F12 A 2 ∈2 A1 ∈1 A1F12 A 2 ∈2A1 ∈1 A1F12 A 2 ∈2
Total resistance
1− ∈1 1 + 1− ∈2
Rt = +
A1 ∈1 1 1 1 A 2 ∈2
+ +
A1F12 A1F12 A 2 F23
For surfaces 1 & 2, ( convex or flat )
F11 0,=
= F22 0
& by shape factor algebra
F12 + F13 =1 or F13 =−
1 F12
F21 + F23 =
1 or F23 =−
1 F21
By reciprocity theorem
A1F12 = A 2 F21
Substituting the above relation in R t , we get
1− ∈1 1 A1 + A 2 − 2A1F12 1− ∈2
Rt = + +
A1 ∈1 A1 A 2 − A1F122 A 2 ∈2
1− ∈1 1 1− ∈2
= + +
A1 ∈1 A1 F12 A 2 ∈2
E b1 − E b2
Q12 =
Rt
s b ( T14 − T24 )
=
1− ∈1 1 A1 + A 2 − 2A1F12 1− ∈2
+ +
A1 ∈1 A1 A 2 − A1F122 A 2 ∈2
A1sb ( T14 − T24 )
=
1− ∈1 ( A1 + A 2 − 2A1F12 ) 1− ∈2 A1
+ + ×
∈1 A 2 − A1F122 A 2 ∈2 A 2
A1sb ( T14 − T24 )
=
1− ∈1 1 1− ∈2 A1
+ + ×
A1s b ( T − T ) 1
4 4
2
=
1− ∈1 ( A1 + A 2 − 2A1F12 ) 1− ∈2 A1
Radiation Heat Transfer
+ + × 351
∈1 A 2 − A1F122 A 2 ∈2 A 2
A1s b ( T14 − T24 )
=
1− ∈1 1 1− ∈2 A1
+ + ×
∈1 F12 ∈2 A2
If A
=1 A=
2 A
A − AF122
F12 =
2A − 2AF12
A (1 − F122 )
=
2A (1 − F12 )
=
(1 − F12 )(1 + F12 )
2 (1 − F12 )
1 + F12
F12 =
2
As b ( T14 − T24 )
\ Q12 =
1 1 2
+ −2+
∈1 ∈2 1 + F12
352 Heat Transfer
Solved Problems
NOTE: Heat and Mass transfer data book by C. P. Kothandaraman is used for solving problems.
1. Assuming the sun to be a black body having surface temperature of 5800K. Calculate,
(i) the total emissive power, (ii) the wave length at which the maximum spectral intensity
occur, (iii) the maximum value of Ebλ, (iv) the percentage of total emitted energy that lies
in the visible range of 0.38μ to 0.76μ, (v) the total amount of radiant energy emitted by
the sun per unit time if its diameter can be assumed to be 1.391 × 109m.
Data: T= 5800K, λ1 = 0.38 × 10−6 m, λ 2 = 0.76 × 10−6 m, d= 1.391 × 109 m, E b = ?, λ max = ?
( E bλ =
)max ?,=Q ?
( i) Total emissive power
sT 4 =
Eb = 5.67 × 10−8 × 58004 =
64200kW / m 2
( ii) Maximum wavelength
2.9 × 10−3
T 2.9 × 10−3 ⇒ λ max
λ max × = = ( Wein 's displacement law )
T
2.9 × 10−3
λ max = 5 × 10−7 m =
= 0.5µm
5800
C = C1 0.374 × 10−15 Jm 2 / s
( iii) ( E bλ ) max = 5 C2 /1λT
(λ e −1) = C2 1.438 × 10−2 m / s
0.374 × 10−15
=
2.9 × 10−3 2.9 ×10−3
1.438 ×10−2
e − 1
T
= 1.2187 × 10−5 T 5
= 1.287 × 10−5 × ( 5800) = 8.45 × 1013 W / m3
5
( E bλ )=
max
8.45 × 1010 kW / m3
( iv) λ1T= 0.38 × 10−6 × 5800= 2.205 × 10−3 mK
λ 2 T= 0.76 × 10−6 × 5800= 4.407 × 10−8 mK
From Table ( HMT data book, radiation heat transfer )
Eb ( 0 → λ 2T)
= 0.550
sT 4
E b ( 0 → λ1T )
= 0.102
sT 4
% of total emitted energy in the visible range
= 0.550 − 0.102 = 0.448 or 44.8%
( v) Q = sAT 4 = 5.67 × 10−8 × p × (1.391 × 109 ) ( surface area of sun = 4pr )
2
× 58004 2
= pd 2
= 4.39 × 1026 W
Radiation Heat Transfer 353
2. A domestic hot water tank 0.5m dia and 1m height is insulated in a large space. The ambient
temperature is 25oC. If the tank surface is oxidised copper with air emissivity of 0.8, find the
heat loss from the tank by radiation. What would be the reduction in heat loss if a coating of
aluminium paint having an emissivity of 0.3 is given to the tank? What would be the increase
in heat loss if a white paint having an emissivity of 0.97 is given to the tank?
Data: d =0.5m, l =1m, T2 =25 + 273 =298K, T1 =100 + 273 =353K
p
Surface area of the tank =pdl + 2 × d 2
4
p 5p 2
= p × 0.5 × 1 + 2 × × 0.52 = m
4 8
Heat loss from the tank by radiation when ∈= 0.8
Q12 =sA1∈1 × ( T14 − T24 )
5p
= 5.67 × 10−8 × × 0.8 ( 3534 − 2984 )
8
= 690W
Heat loss from the tank when ∈= 0.3
5p
Q12 = 5.67 × 10−8 × × 0.3 ( 3534 − 2984 )
8
= 260W
Reduction in heat loss
= 690 − 260 = 430
Heat loss from the tank when ∈= 0.97
5p
Q12 = 5.67 × 10−8 × × 0.97 ( 3534 − 2984 )
8
= 835.62W
Increase in heat loss
= 835.62 − 690= 143.62W
3. The distance of the sun from the earth is 150 × 106km. If the radius of the sun is 0.7 ×
106km and its temperature is 6200K, estimate approximately the mean temperature of
the earth. Assume that the rate of radiative transfer from the sun to the earth is equal to
the rate of radiant transfer from the earth to the outer space which is at 0K. Consider the
earth and sun as black.
Data: x =150 × 106 km = 150 × 109 m, r1 =
0.7 × 106 km =0.70 × 109 m, T1 =
6200K, A1F12 = A 2 F22 ,
F21 = 1,
A2 pr22 T1
\ F12 = = ( r2 = radius of earth )
Sun r2 T2
A1 4px 2
x Earth
The net rate of radiative energy transfer from sun to the earth r1
(
Q12 = sA1F12 T14 − T24 )
pr22
= s × 4pr12 ×
4px 2 (
T14 − T24 )
2 2
\ F12 = = ( r2 = radius of earth )
A1 4px 2
The net rate of radiative energy transfer from sun to the earth
354 4 Heat Transfer
Q12 = sA1F12 T1 − T24 ( )
pr22
= s × 4pr12 ×
4px 2
(
T14 − T24 )
pr12 r22
Q1=
2
x2
s T14 − T24 ( )
The rate of radiant transfer from the earth to outer surface which is at 0K.
(
Q 20 = s × 4pr22 × 1 T24 − 0 = s 4pr22 T24 )
At equlibrium Q12 = Q 20
pr12 r22
4pr22 sT24 =
x2
(
s T14 − T24 =s 4pr22 T24 )
4
4x 2 T1
=
r12 T − 1
2
( )
2 2
4 × 150 × 109 6200
= T − 1
(0.7 × 10 9 2
)
2
T2 = 300K
4. A long steel rod 20mm in dia is to be heated from 427oC to 538oC. It is placed concentrically
in a long cylindrical furnace which has a inside diameter of 160mm. The inner surface of
the furnace is at a temperature of 1093oC and has a emissivity of 0.85. If the surface of
the rod has a emissivity of 0.6, estimate the time required for the heating operation. Take
the density of steel of 7800kg/m3 and its specific heat 0.67kJ/kgK.
1 1
Data: ∈1 = 0.6, ∈2 = 0.85, T1 = 427 + 273 = 700K, T1 = 538 + 273 = 811K, T2 = 1093 + 273 = 1366K,
A1 = pd1L = p × 0.02 × L, A 2 = p × 0.160 × L
φ = 160mm
1
F12 =
1 1 A1 1
∈ − 1 + F + A ∈ − 1
1 12 2 2
rod φ = 20mm
1
=
1 p × 0.02 × L 1 Furnace
− 1 + 1 + − 1
0.6 p × 0.16 × L 0.85
F12 = 0.592
( Q12 )beginning = Rate of heat absorption at the beginning / unit length of rod
sA1 F12 T14 − T24
= ( )
= 5.67 × 10−8 × p × 0.02 × 1 × 0.592 7004 − 13664
= −11543.47W / m
( Q12 )end = Rate of heat absorption at the end
= 5.67 × 10−8 × p × 0.16 × 0.592 8114 − 13664 ( )
= −866864.3W / m
Qave =
(Q
12beginning + Q12end )
2
= −11543.47W / m
( Q12 )end = Rate of heat absorption at the end
Radiation Heat Transfer 355
= 5.67 × 10−8 × p × 0.16 × 0.592 ( 8114 − 13664 )
= −866864.3W / m
Qave =
(Q 12beginning + Q12end )
2
= −49203.9W / m
Qave × t =ρVC ( Tf − Ti )
p
49203.9 ×=t 7800 × × 0.022 × 1 × 0.67 × 103 ( 538 − 427 )
4
t = 3.7s
5. Liquid air boiling at –153oC is stored in a spherical container of diameter 320mm. The
container is surrounded by concentric spherical shell of diameter 360mm in a room at
27oC. The space between the two spheres is evacuated. The surface of the spheres are
flashed with aluminum (ε = 0.3). Taking the latent heat of vaporization of liquid air as
210kJ/kg, find the rate of evaporation of liquid air.
Data: T1 = −153 + 273 = 120K, T2 = 27 + 273 = 300K, A1 = 4pr12 =
4 × p × 0.162 =
0.3215m 2
1
F12
= (=
F)
g 12
1− ∈1 1 1− ∈2 A1
+ + r1
∈1 F12 ∈2 A 2 Air
F12 = 1
(1)
1 r2
\ ( Fg ) = (2)
12
1 1 A
+ − 1 1
∈1 ∈2 A2
1
= 2
1 1 4p × 0.16
+ − 1
0.3 0.3 4p × 0.182
= 0.017
sA1Fg12 ( T14 − T24 )
( Q12 )net =
= 5.67 × 10−8 × 0.3215 × 0.017 (1204 − 3004 )
( Q12 )net = −2.446W
( Q12 )net 2.446
Rate of evaporation
= m=
a = × 3600
h fg 210 × 103
= 0.042kg / h
6. An enclosure measures 1.5m × 1.7m with a height of 2m. The walls and ceiling is
maintained at 250oC and the floor at 130oC. The walls and ceiling have emissivity of 0.82
and the floor 0.7. Determine the net radiation to the floor. VTU Jan - 2008
356 Heat Transfer
Data: T1 = 250 + 273 = 523K, T2 =130 + 273 = 403K, ∈1 = 0.82, ∈2 = 0.7, ( Q12 )net = ?
Total area of walls and ceiling
A1 = 1.5 × 2 + 1.75 × 2 + 1.5 × 1.75 = 15.625m 2
Floor area =A 2 =1.5 × 1.75 =2.625m 2
The floor is completely encolosed by the area A1
F21 + F22 1
= but
= F22 0
\ F21 =
1
A1F12 = A 2 F21
A2 A 2 2.625
F=
12 F=
21 = = 0.168
A1 A1 15.625
1
( FFgg )12 =
1 1 A1 1
− 1 + + − 1
∈1 F12 A 2 ∈2
1
=
1 1 15.625 1
− 1 + + − 1
0.82 0.168 2.625 0.7
= 0.114
( Q12 )net sA1Fg12 ( T14 − T24 )
=
= 5.67 × 10−8 × 15.625 × 0.114 ( 5234 − 4034 )
= 4920W = 4.92kW
7. Determine the shape factor F12 between a small area A1 and a parallel circular disc A2. A1
is located on the axis of the disc and the semi-vertex angle of the cone formed with the
disc as base and A1 as the vertex is θ.
1 cos q1 cos q2
Data: W.K.T A1F12 = ∫ ∫ dA1dA 2
4 A1 A2 r2
Shape or configuraion factor
1 cos q1 cos q2
F12 = ∫ ∫
A1 A1 A2 pP 2
dA1dA 2
dA 2 = 2p r dr
2
L 2 p rdr θ1
∫A L2 + r 2 , p P 2
\ F12 =
2
L2 2r dr P L
= ∫ L2 + r 2 L2 + r 2
A2
θ1
R
L2
=∫ 2r dr
( L2 + r 2 )
2
0
Let
= L2 + r 2 t 2r dr dt
= A1
R R
L2 − L2
F12
= ∫=
0
t
dt 2
t 0
− L2
= =
R
− L2
2 −
( −L2 )
2 2 2
L + r 0 L + R L2
2
− L2 + L2 + R 2 R2 R 2
= 2 2
= 2
=2 = sin q
L +R L +R 2 2
R +L
2
D D2
= = L 4
2
D 2 D2
2
L + L +
L 4
D2
F12 =
4L + D 2 2
NOTE : Shape factor of a small surface relative to a circular ring of inner radius R1 and
outer radius R 2 is given by A2
R R1
R2 2
L2
F12 = ∫ 2r dr
R1 ( L + r )
2 2 2
R
1
2
2
= −L 2 2
L + r R1
1 1
= − L2 2 2
− 2 2 A1
L + R 2 L + R1
R 22 − R12
F12 = L2
= − L2 2 2
L + r R1
1 1
358 = − L2 2 − 2 Heat Transfer
2 2
L + R 2 L + R 1
R 22 − R12
F12 = L2 2
( R1 + L )( R 2 + L )
2 2 2
9. Determine the geometrical factor of a bead shaped thermocouple to the inside wall of a
circular duct.
Data:
dx dA2
s
Thermo x
duct couple
L L
1 cos q1 cos q2
A1 A∫1
F12 = dA1dA 2
pS2
OR
Recognising the area of the thermocouple bead is very small and will be constant for any
area of duct, cos q1 =1, the expression
dA1 cos q2
A1 A∫1 pS2
F12 = dA 2
L 2p
dA1 R Rdφ dx
A1 −∫L ∫0
=F12 ×
R +S2 2
p(R2 + x2 )
L 2p
dA1 R 2 dφ dx
A1 −∫L ∫0 p ( R 2 + x 2 )3/ 2
=
2p L
dA dx
= R2 ∫ dφ ∫
A1 0 − L p ( R 2 + x 2 )3/ 2
L
dA 2 p dx
= R2 [φ]0 ∫
−L p ( R + x )
A1 2 2 3/ 2
L
dA1 dx
= 2pR 2 ∫
A1 − L p ( R 2 + x 2 )3/ 2
L
dA1 dx
= 2R 2 ∫
A1 − L ( R 2 + x 2 )3/ 2
But= dx R sec 2 q dq
x R tan q, =
A1 0 −L p(R2 + x2 )
L
dA 2 p dx
[ φ]
A1 0 −∫L p ( R 2 + x 2 )3/ 2
=
Radiation Heat R2
Transfer 359
L
dA1 dx
= 2pR 2 ∫
A1 − L p ( R 2 + x 2 )3/ 2
L
dA1 dx
= 2R 2 ∫
A1 − L ( R 2 + x 2 )3/ 2
But= dx R sec 2 q dq
x R tan q, =
dx
The integral terms becomes
(R + x2 )
2 3/ 2
dx R sec 2 q dq
∫ (R + x2 )
=∫
(R + R 2 tan 2 q )
( 2 3/ 2 2 3/ 2
R sec 2 dq R sec 2 q dq
= ∫ R 2 1 + tan 2 q3/ 2 ∫ R 2 sec2 q
=
dq cos q dq
= ∫= 2 ∫
R sec q R2
1 1 x x
= sin q
= sin q
=
R 2
R2 R +x
2 2 2
R +x
2
L
dA1 1 x
\ F12 =
2
2R 2
A1 R R 2 + x 2 − L
2 dA1 L L
= 2R 2
+
A1R R + L2 2
R +L
2 2
dA1 2L
= 2 R2
A1 R 2 R 2 + L2
pr 2 , A1 =
But dA1 = 4pr 2
p r2 2 L
\ F12 =
2×
4 p r 2 R 2 + L2
L
F12 =
R 2 + L2
10. Two very large parallel planes with emissivities 0.3 and 0.8 exchange radiative energy.
Determine the percentage reduction in radiative energy transfer when a polished
aluminium radiative shield of ε = 0.04 is placed between them. VTU June - 2008
Data: Heat transfer without shield:
Eb1 J1 J2 Eb2
1− ∈1 1 1− ∈2 1− ∈1 1 1− ∈2 1− ∈1 1 1− ∈2
A1 ∈1 A1F12 A 2 ∈2 A1 ∈1 A1F12 A 2 ∈2A1 ∈1 A1F12 A 2 ∈2
360 Heat Transfer
∈ = F13 ∈3 F32 ∈2
A1 1 R
F= F= 1 (ii) Hot Radiation Shield Cold
13 32
1− ∈1 1 1− ∈3 1 1− ∈2
R= 1 − 0.3+ + 1 − 0.04 + + 1 − 0.08
= ∈1 +F113+ 2 ∈3 F+321 + ∈2
0.3 0.04 0.08
F= F= 1
= 52.283 13 32
==
0.279 s
− b0.017 2 ) − 0.017 s b ( T1 − T2 )
( T14 −×T100
4 4 4
× 100
0.279 0.279 s T 4 − T 4
= 93.6%
b ( 1 2 )
0.279 − 0.017
= × 100
0.279
Percentage reduction in heat transfer
0.279 s b ( T14 − T24 ) − 0.017 s b ( T14 − T24 )
=
Radiation Heat Transfer 361
0.279 s b ( T14 − T24 )
0.279 − 0.017
= × 100
0.279
= 93.6%
11. Two large parallel plates with emissivity of 0.4 are maintained at different temperature
and exchange heat only by radiation. What percentage change in net radiative heat
transfer would occur if two equally large radiation shields with surface emissivity 0.04
are introduced in parallel to the plates.
Data: Without radiation shield
A1s b ( T14 − T24 )
( Q12 )net =
1 1 1 A
− 1 + + − 1 1
∈1 F12 ∈2 A2
=A1 A=2 , F12 1
A1s b ( T14 − T24 )
( Q12 )net = 1 1
+ −1
∈1 ∈2
A1s b ( T14 − T24 )
=
1 1
+ −1
0.4 0.4
( Q12 )net = 0.2A1s b ( T14 − T24 )
With radiation shields
A1s b ( T14 − T24 )
( Q12 )net =
1 1 1 A 1 1 1 A
− 1 + + − 1 1 + − 1 + + − 1 3
∈1 F13 ∈2 A 2 ∈3 F34 ∈4 A4
1 1 1 A
+ − 1 + + − 1 3
∈4 F42 ∈2 A4
A=
1 A=
2 A=
3 A4
F=
13 F=
34 F=
42 1
A1s b ( T14 − T24 )
( Q12 )net =
1 1 2 2
+ + + −3
∈1 ∈2 ∈3 ∈4
A1s b ( T14 − T24 )
=
1 1 2 2
+ + + −3
0.4 0.4 0.04 0.04
= 0.0098A1s b ( T14 − T24 )
Percentage change in heat exchange
0.2 A l s b ( T14 − T24 ) − 0.0098 A l s b ( T14 − T24 )
=
0.2A s ( T 4 − T 4 )
+ + + −3
0.4 0.4 0.04 0.04
= 0.0098A1s b ( T14 − T24 )
362 Heat Transfer
Percentage change in heat exchange
0.2 A l s b ( T14 − T24 ) − 0.0098 A l s b ( T14 − T24 )
= × 100
0.2A1s b ( T14 − T24 )
= 95.1%
12. Two parallel square plates, each 4m2 area are large compared to a gap of 5mm separating
them. One plate has a temperature of 800K and surface emissivity of 0.6 while the other
has a temperature of 300K and a surface emissivity of 0.9. Find the net energy exchange by
radiation between the plates. If a thin metal sheet of surface emissivity 0.1 on both sides is
now located centrally between the two plates, what will be its steady state temperature?
How the heat transfer would be altered?
Data: A= 1 A 2= 4m 2 , T=
1 800K, T2= 300K, ∈=1 0.6, ∈=2 0.9, ( Q12 ) net= ?, ∈=3 0.1, T3= ?
Without intermediate sheet
( Q12 ) net =
(
A1s b T14 − T24 )
1− ∈1 1 1− ∈2 A1
+ + ×
∈1 F12 ∈2 A2
4 × 5.67 × 10−8 8004 − 3004
=
( )
1 − 0.6 1 − 0.9 4
+1+ ×
0.6 0.9 4
= 51175.8W = 51.17kW
With intermediate sheet
Heat flow from plate 1 to sheet
Q13 =
(
A1s b T14 − T34 )
1− ∈1 1 1− ∈2 A1
+ + ×
∈1 F13 ∈2 A3
=
(
A1s b 8004 + T34
=
)
A1s b 8004 − T34 ( )
1 1 1 1
+ −1 + −1
∈1 ∈3 0.06 0.1
Q=
13 0.09374A l s b 8004 − T34 ( )
Heat flow from sheet to plate 2
=Q32
(
A 3s b T34 − T24
=
)
A 3s b T34 − 3004 ( )
1 1 1 1
+ −1 + −1
∈3 ∈2 0.1 0.9
= 0.0989A 3s b T34 − 3004 ( )
Under steady state conditions
=Q13 Q=
32 Assume A1 A 3
(
0.09374 8004 −= )
T34 0.0989 T34 − 3004 ( )
T3 = 671.65K
Heat flow through the system with sheet
(
= 0.0989A 3s b T34 − 3004 )
Under steady state conditions
Radiation Heat Transfer 363
= Q13 Q= 32 Assume A1 A 3
(
0.09374 8004 −= )
T34 0.0989 T34 − 3004 ( )
T3 = 671.65K
Heat flow through the system with sheet
Q13= Q32= 0.09374 × 4 × 5.67 × 10−8 8004 − 671.654 ( )
= 4381.66W
= 4.381kW
13. Determine the net radiant heat exchange per m2 area for two infinite parallel plates
held at temperature of 800K and 500K respectively. Take emissivity as 0.6 for the hot
plate and 0.4 for the cold plate. What would be the emissivity of a polished aluminium
shield placed between them if heat flow is to be reduced to 40% of its original value. Also
calculate the equilibrium temperature of the shield.
Data: =T1 800K, = T2 500K,= ∈1 0.6, =∈2 0.4, =∈3 ?
( i ) Heat flow without radiation shield
A1s b ( T14 − T24 )
Q12 =
1 1 1 A
− 1 + + − 1 1
∈1 F12 ∈2 A2
= F12 1,=
A1 A 2
1 × 5.67 × 10−8 ( 8004 − 5004 )
Q12 =
1 1 1
− 1 + 1 + − 1
0.6 0.4 1
2
Q12 = 6200W / m
( ii ) With radiation shield
= Q13 40% ( Q12 = )without (=
Q12 ) with Q32
=0.4 × 6200 =2480W
A1s b ( T14 − T24 )
( Q12 )with =
1− ∈1 1 1− ∈3 A1 1− ∈3 1 1− ∈2 A 3
+ + × + + + ×
∈1 F13 ∈3 A 3 ∈3 F32 ∈2 A2
1 × 5.67 × 10−8 ( 8004 − 5004 ) A
=1 A=2 F3
2480 =
1 1 2 F= F= 1
+ + −2 12 32
∈1 ∈2 ∈3
1 × 5.67 × 10−8 ( 8004 − 5004 )
2480 =
1 1 2
+ + −2
0.6 0.4 ∈3
∈3 =0.347
Equilibrium Temperature
Q=
13 Q=
32 ( Q12 )with
A1s b ( T14 − T34 )
2480 =
1 1 2
+ + −2
0.6 0.4 ∈3
A5
A4 4m
A3 4m
A6 A1 2m
4m
Data: The sequence of solution is
A=
5 F36 A1F16 + A 3 F36
= A1F14 + A1F12 + A 3 F36
= A 5 F54 − A 3 × F34 + A1F12 + A 3 F36
A1F12 = ( A 5 F56 + A 3 F34 ) − ( A 5 F54 − A 3 F36 )
From the chart of radiation shape factor for perpendicular rectangles with a common edge,
( HMT data book )
we get
Z Y
Surfaces ( A ij ) Fij
X X
6 4
A 56 = 1.5 = 1.6 0.22
4 4
4 2
A 34 = 1.0 = 0.5 0.35
4 4
4 4
A 54 = 1.0 = 1.0 0.20
4 4
6 2
A 36 = 1.5 = 0.5 0.37
4 4
Now, A1F12 = ( 4 × 4 × 0.22 ) + ( 4 × 2 × 0.35 ) − ( 4 × 4 × 0.20 ) − ( 4 × 2 × 0.37 )
4 2
A 34 = 1.0 = 0.5 0.35
4 4
Radiation Heat Transfer 4 4 365
A 54 = 1.0 = 1.0 0.20
4 4
6 2
A 36 = 1.5 = 0.5 0.37
4 4
Now, A1F12 = ( 4 × 4 × 0.22) + ( 4 × 2 × 0.35) − ( 4 × 4 × 0.20) − ( 4 × 2 × 0.37)
= 0.16
0.16 0.16
F12
= = = 0.2
Al 4×2
The rate of radiant heat interchange between the surfaces A1 and A 2 is given by
Q=
12 ( Fg)12 A1s b ( T14 − T24 )
Where, ( Fg )12 is equal to
1
( Fg)12 =
(1− ∈1 ) + 1 + 1− ∈2 × A1
∈1 F12 ∈2 A 2
1
= = 1.08
1 − 0.8 1 1 − 0.85 8
+ + ×
0.8 0.2 0.85 8
(
\ Q12= 1.08 × 8 × 5.67 × 10 6504 − 4504
−8
)
= 67360W
15. For a hemispherical furnace, the flat floor is at 700K and has a emissivity of 0.5. The
hemispherical roof is at 1000K and has emissivity of 0.25. Find the net radiative heat
transfer from roof to floor. VTU June - 2011(02)
Data: T1 = 700K, ε1 = 0.5, T2 = 1000K, ε2 = 0.25, Q1–2=?
Hemispherical
roof
2
r
Flat floor
Net radiative heat transfer from roof to floor
A1s ( T14 − T24 )
Q12 =
1− ∈1 1 1− ∈2 A1
+ +
∈1 F12 ∈2 A 2
Area of floor =pr 2 =A1
4pr 2
Area of hemisphere
= = A2
2
A1 pr 2
= = = 0.5
A 2 2pr 2
and F12 = 1
1 × 5.67 × 10−8 ( 7004 − 10004 )
4pr
Area of hemisphere
= = A2
2
A1 pr 2
366
= = = 0.5 Heat Transfer
A 2 2pr 2
and F12 = 1
\ Q12 =
(
1 × 5.67 × 10−8 7004 − 10004 )
1 − 0.5 1 − 0.25
+ 1 + × 0.5
0.5 0.25
= −12310.4W / m 2
− ve sign indicates the floor gains the heat or Roof looses the heat.
16. The temperature of black surface of 0.2m2 area is 540oC. Calculate, i) the total rate of
energy emission, ii) the intensity of normal radiation, iii) the wavelength of maximum
monochromatic emission power. VTU Dec - 2011 (02)
Data: A = 0.2m 2 , T = 540 + 273 = 813K, E b = ?, I bn = ?, λ max = ?
( i ) The total rate of energy emission
sAT 4 =
Eb = 5.67 × 10−8 × 0.2 × 8134
E b = 4954.22W
( ii ) The intensity of normal radiation
Eb
I bn = where E b is in W / m 2 K 4
p
sT 4
=
p
5.67 × 10−8 × 8134
=
p
I bn = 7884.89W / m 2
( iii ) The wavelength of maximum manochromatic emission power
From Wein 's Displacement law
λ max T =
2898
λ max × 813 =
2898
λ max = 3.56µm
17. Two concentric spheres of 20m and 30m are used to store liquid nitrogen at 120K in a
room at 300K. The space between the spheres is made perfect vacuum. The surfaces are
highly polished to attain an emissivity of 0.04. Calculate the rate of evaporation of liquid
nitrogen per hour if the latent heat of nitrogen is 1255kJ/kg. VTU Jan - 2010 (02)
3
Data: r1 =20m, r2 =30m, T1 =120K, T2 =300K, ∈1 =∈2 =0.04, h fg =1255 × 10 J / kg, m =?
Rate of Evaporation of Nitrogen
The heat flow from the inner sphere surface to outer sphere surface is
A1s ( T14 − T24 )
Q12 =
1− ∈1 1 1− ∈2 A1
+ +
∈1 F12 ∈2 A 2
4pr12 s ( T14 − T24 )
r1 =20m, r2 =30m, T1 =120K, T2 =300K, ∈1 =∈2 =0.04, h fg =1255 × 103 J / kg, m =?
Rate of Evaporation of Nitrogen
Radiation Heat Transfer 367
The heat flow from the inner sphere surface to outer sphere surface is
A1s ( T14 − T24 )
Q12 =
1− ∈1 1 1− ∈2 A1
+ +
∈1 F12 ∈2 A 2
4pr12 s ( T14 − T24 )
=
1− ∈1 1− ∈2 r12
+ 1 + 2
∈1 ∈2 r2
4p × 202 × 5.67 × 10−8 1204 − 3004
= 2
1 − 0.04 1 − 0.04 20
+1+ × 2
0.04 0.04 30
= −63062.63W
− ve sign indicates that heat is gained by the surface 1, means heat is flowing from ouside
surface to inside surface
\ The rate of evaporation
Q12 63062.63
=m = = 0.0502kg / s
h fg 1255 × 103
18. Two large parallel plates with ε = 0.5 each are maintained at different temperature
and exchanging heat only by radiation. Two equally large radiation shields with surface
emissivity 0.05 are introduced in parallel to the plates. Find the percentage reduction in
net radiative heat transfer. VTU June - 2009 (02)
Data: εP = 0.5, εS = 0.05
(i) When shields are not used
Plates
T1 T2
εP εS
1 2
s ( T14 − T24 )
Q without shields =
1− ∈P 1− ∈P
+1+
∈P ∈P
s ( T14 − T24 )
=
1 1
+ −1
∈P ∈P
s ( T14 − T24 )
= = 0.33s ( T14 − T24 )
1 1
+ −1
0.5 0.5
P P
s ( T1 − T
4 4
2 )
=
368 1 + 1 − 1 Heat Transfer
∈P ∈P
s ( T14 − T24 )
= = 0.33s ( T14 − T24 )
1 1
+ −1
0.5 0.5
( ii ) When shields are used
s (s 4T ) 4
T14( T−Radiation
1 − T2 )
4
2
shields
Q
Q without =
with shields =
shields
1 1− ∈ 1 P 1 +1 1−1∈P
+∈ + + 2 + − (2 = 1)
∈P ∈PP ∈S ∈ ∈PS
s((T T224 ))
4 4
=
s T114 −− T
= 1
2 + 14 − 1
∈P + ∈
∈ ∈P − 4 εS εS
P P
s ( T144 − T
== s ( T1 − εPT22 )) = 0.33s ( T14 − T 44) εP4
4
4
12 14 = 0.012345s ( T21 − T2 )
+
+ 0.5 − 4 − 1
0.5
0.5 0.5
( ii ) When shields are used
s ( T14 − T24 )
Q with shields =
1 1 1 1
+ + 2 + − ( 2 + 1)
∈P ∈P ∈S ∈S
s ( T14 − T24 )
=
2 4
+ −3
∈P ∈P
s ( T14 − T24 )
= = 0.012345s ( T14 − T24 )
2 4
+ −3
0.5 0.5
Percentage reduction in heat flow
Q without shields − Q with shields
= × 100
Q without shields
Q with shields
1−
= × 100
Q without shields
them. Also find the percentage reduction in heat transfer because of introduction of the
large plate. VTU Jan - 2009 (02)
T1 1000K, =
Data: = T2 800K,= ∈1 0.9, =
∈2 0.6,= ∈3 0.1
( i) Heat exchange when both surfaces are black
(
Q12 = A1F12 s T 4 − T24 )
A1 1m 2
F12 1,=
=
Q12 = 1 × 1 × 5.67 × 10−8 10004 − 8004
= 33475.68W
( ii) When
= hot surface has ∈1 0.9 and
= cold surface has ∈2 0.6
( Q12 ) net =
(
A1s T14 − T24 ) F12 =
1
1− ∈1 1 1− ∈2 A1 1 1
+ −1
∈ + F + ∈ A ∈1 ∈2
1 12 2 2
=
(
1 × 5.67 × 10−8 10004 − 8004 ) 1
1 − 0.9 0.5625 1 − 0.6 1 1 1
+ + + −1
0.9 1 0.6 1 0.9 0.6
24976.67W
= 0.5625
( iii) When radiation shield is inserted with ∈S =0.1 =∈3
( Q12 )net =
(
As T14 − T24 )
1 1 1 1
∈ + ∈ − 1 + ∈ + ∈ − 1
1 2 3 2
=
(
1 × 5.67 × 10−8 10004 − 8004 )
1 1 1 1
+ − 1 + + − 1
0.9 0.6 0.1 0.6
Q without − Q with
Percentage
= reduction × 100
Q without
24976.67 − 3138.35
= × 100
24976.67
= 87.43%
20. An enclosure is measured 1.5m × 1.7m with a height of 2m. The walls and ceiling are
maintained at 250oC and the floor at 130oC. The walls and ceiling have an emissivity of
0.82 and the floor 0.7. Determine the net radiation to the floor. VTU Jan 2008
Data:
370 Heat Transfer
Roof (ceiling)
(4)
1.
5m 1.7m
Floor
Shape factor for 1 & 2
Z Height of the vertical surface 2
= = = 1.33
X Width 1.56
Y Length of horizontal surface 1.7
= = = 1.13
X Width 1.5
From the chart ( shape factor for perpendicular rectangles with a common edge )
Z Y
=at 1.33
= and 1.13 we get shape factor F12 = 0.16
X X
Shape factor for 1 & 3
Z 2 Y 1.5
= = 1.2, = = 0.88
X 1.7 X 1.7
From the chart ( shape factor for perpendicular rectangles with a common edge )
Z Y
at
= 1.2
= and 0.88 we
= get F13 0.24
X X
Shape factor for 1 & 4
X 1.7 Y 1.5
= = 0.85, = = 0.75
L 2 L 2
From the chart ( shape factor for alligned parallel plates )
X Y
=at 0.85
= and 0.75= we get F14 0.18
L L
Heat flow from walls to floor
s ( T14 − T24 )
Q 21 =
1− ∈1 1 1− ∈2
+ +
A1 ∈1 A1F12 A 2 ∈2
5.67 × 10−8 ( 5234 − 4034 )
=
1 − 0.7 1 1 − 0.82
+ +
1.5 × 1.7 × 0.7 1.5 × 1.7 × 0.16 1.5 × 2 × 0.82
Q 21 = 1019.83W
A1 ∈1 A1F12 A 2 ∈2
5.67 × 10−8 ( 5234 − 4034 )
=
Radiation Heat Transfer 1 − 07 1
+ +
1 − 0.82 371
1.5 × 1.7 × 0.7 1.5 × 1.7 × 0.16 1.5 × 2 × 0.82
Q 21 = 1019.83W
Heat flow from right sidewall to floor
s ( T34 − T24 )
Q31 =
1− ∈1 1 1− ∈3
+ +
A1 ∈1 A1F13 A 3 ∈3
5.67 × 10−8 ( 5234 − 4034 )
=
1 − 0.7 1 1 − 0.82
+ +
1.5 × 1.7 × 0.7 1.5 × 1.7 × 0.24 1.7 × 2 × 0.82
Q 21 = 1470.89W
Heat flow from ceiling to floor
s ( T44 − T24 )
Q 41 =
1− ∈1 1 1− ∈4
+ +
A1 ∈1 A1F14 A 4 ∈4
5.67 × 10−8 ( 5234 − 4034 )
=
1 − 0.7 1 1 − 0.82
+ +
1.5 × 1.7 × 0.7 1.5 × 1.7 × 0.18 1.5 × 1.7 × 0.82
Q 21 = 1128.58W
Net radiation Q net =×
2 Q 21 + 2Q31 + Q 41
= 2 × 1019.83 + 2 × 1470.89 + 1128.58
Q net = 6110.02W
21. Consider two large parallel plates, one at 1000K with emissivity 0.8 and other is at 300K
having emissivity 0.6. A radiation shield is placed between them. The shield has emissivity
0.1 on the side facing hot plate and 0.3 on the side facing cold plate. Calculate percentage
reduction in radiation heat transfer as a result of radiation shield. VTU May - 2007
Data: =T1 1000K,= ∈1 0.8, =
T2 300K, = ∈2 0.6, =∈3h 0.1, =∈3c 0.3
( i) Heat transfer / m area between two parallel plates without shield
Hot Cold
(
s T14 − T24 )
without
1 1
+ −
∈1 ∈2
(
5.67 × 10 8 10004 − 3004 )
1 1 ε1 ε2
+ −
0.8 0.6
29292W / m
( ii) When radiation shield is used
For thermal equilibrium
=
(
s T14 − T34
=
)
s T34 − T24( ) 1 2
with
1 1 1 1
+ −1 + −1
∈l ∈3h ∈3c ∈2
T Temperature of the shield
0.8 0.6
= 29.292W / m 2
( ii ) When radiation shield is used
372 Heat Transfer
For thermal equilibrium
s ( T14 − T34 ) s ( T34 − T24 )
=Q with = Hot Shield Cold
1 1 1 1
+ −1 + −1
∈l ∈3h ∈3c ∈2
T3 = Temperature of the shield
10004 − T24 T 4 − 3004
Or = 3
1 1 1 1
+ −1 + −1 ε1 ε3h ε3c ε2
0.8 0.1 0.8 0.6
1000 × 109 − T34 T 4 − 3004
= 3
10.22 1 1
+ −1
0.3 0.6
1000 × 109 − T34 T34 − 8.1 × 109
=
10.22 4 1 3 2
9 4
1000 × 10 − T=3 2.56T3 − 20.696 × 109
4
(2)
L Eb3 = J3
R4 R5
=X 1m, = Y 1m,
= L 1m, = TR1 1 800K,= ∈1 0.8,
= T2Q4 600K,
R3 =Q5∈2 0.8,=T3 300KR2
Y (1)
X 1 Y 1
= = 1, = = 1 J1 J2 Eb2
XL 1 Eb1 L 1 Q Q2 Q3
1
X Y
From the chart ( shape factor for aligned parallel plates=
) at 1=
and 1, we get
L L
F12 = 0.21
Also, F12 + F13 =
1
F13 =
1 − 0.21 =
0.79
and F21 + F23 =
1
F23 =
1 − 0.21 =
0.79
The values of the resistance are
1− ∈1 1 − 0.8
= R1 = = 2.5
A1×∈1 1 × 1 × 0.8
1− ∈2 1 − 0.8
=R2 = = 2.5
A 2 ×∈2 1 × 1 × 0.8
1 1
=R3 = = 4.76
A1 × F12 1 × 1 × 0.21
1 1
=R4 = = 1.266
A1 × F13 1 × 1 × 0.79
1 1
=R5 = = 1.266
A1 × F21 1 × 1 × 0.79
1− ∈3
Since the ambient is very large, ths surface resistance may be taken as zero and
A 3 ∈3
thus E b3 = J 3
The radiositeis J1 and J 2 can be calculated by setting the sum of heat currents entering
nodes, J1 and J 3 to zero.
E b1 − J1 J 2 − J1 E b3 − J1
Node J1 ; + + 0
=
R1 R3 R4
J1 − J 2 E b3 − J 2 E b2 − J 2
Node J 2 ; + + =0
R3 R5 R2
But, E b1 = 5.67 × 10−8 ( 8004 ) =
sT14 = 23.22kW / m 2
E b2 = 5.67 × 10−8 ( 6004 ) =
sT24 = 7.35kW / m 2
E b1 − J1 J 2 − J1 E b3 − J1
Node J1 ; + + 0
=
R1 R3 R4
J −J E −J E −J
374
Node J 2 ; 1 2 + b3 2 + b2 2 = 0 Heat Transfer
R3 R5 R2
But, E b1 = 5.67 × 10−8 ( 8004 ) =
sT14 = 23.22kW / m 2
E b2 = 5.67 × 10−8 ( 6004 ) =
sT24 = 7.35kW / m 2
sT34 =
E b3 = 5.67 × 10−8 × 3004 =
0.459kW / m 2
Substituing E b1 , E b2 and E b3 into the above equations.
For Node J 1
23.22 × 103 − J1 J 2 − J1 0.459 × 103 J1
+ + =0
0.25 4.76 1.266
92.88 × 103 − 4J1 + 0.21J 2 − 0.21J1 + 360.19 − 0.789J1 =
0
−5J1 + 0.21J 2 + 98.24
= × 103 0 − − − (1)
For Node J 2
J1 − J 2 0.459 × 103 − J 2 7.35 × 103 − J 2
+ + = 0
4.76 1.266 0.25
0.21J1 − 0.21J 2 + 362.56 − 0.789J 2 + 29.4 × 103 − 4J 2 =
0
0.21J1 − 5.0J 2 + 29.76
= × 103 0 − − − ( 2)
Solving (1) & ( 2 )
−5J1 + 0.21J 2 + 98.24 × 103 =0 × 0.21
0.21J1 − 5.0J 2 + 29.76 × 103 =×
0 5
−1.05J1 + 0.0441J 2 + 19.58 × 103 =
0
+1.05J1 − 25J 2 + 148.8 × 103 =
0
−24.96J 2 + 168.38 × 103 =
0
168.38 × 103
J2 = = 6.75 × 103 W / m 2
24.96
Now −5J1 + 0.21 × 6.75 × 103 + 9.24 × 103 =
0
J1 18.93 × 103 W / m 2
=
Total heat lost by plate (1)
Q1=
E b1 − J1
=
( 23.22 − 18.93) × 103 = 17.16 × 103 W / m 2
R1 0.25
Total heat lost by plate ( 2 )
=
E b2 − J 2
Q3 =
( 7.35 − 6.75) × 103
R2 4.76
= 0.126kW = 0.126 × 103 W
Total heat recieved / absorbed by the ambient
J1 − J 3 J 2 − J 3
Q 4 + Q=5 +
R4 R5
=
(18.93 − 0.459 )103 + ( 6.75 − 0.459 )103
Q3
E b2 − J 2 ( 7.35 − 6.75) × 103
= =
R2 4.76
Radiation Heat Transfer 375
= 0.126kW = 0.126 × 103 W
Total heat recieved / absorbed by the ambient
J1 − J 3 J 2 − J 3
Q 4 + Q=5 +
R4 R5
=
(18.93 − 0.459 )103 + ( 6.75 − 0.459 )103
1.266 1.266
3
= 19.56 × 10 W
23. The surfaces of a double walled spherical vessel is used for storing liquid oxygen and
covered with a layer of silver having emissivity of 0.03. The temperature of the outer
surface of the inner wall is –153oC and the temperature of the inner surface of the outer
wall is 27oC. The spheres are 21cm and 30cm in diameter, with the space between them is
evacuated. Calculate the radiation heat transfer through the walls into the vessel and the
rate of evaporation of liquid oxygen, if its enthalpy of evaporation is 220kJ/kg.
VTU Jan – 2006
0.3
Data: T1 = −153 + 273 =120K, T2 = 27 + 273 = 300K, ∈1 = ∈2 = 0.03, r2 == 0.15m,
2
0.21
r1 = = 0.105m, h fg = 220 × 103 J / kg, Q12 = ?, m = ?
2
Heat flow between two concentric spheres (2)
1
( Fg )12 =
1 A1 1 1
− 1 + − 1 +
∈1 A 2 ∈2 F12
2
A 2 − A1F12
F12 =
A1 + A 2 − 2A1F12
A1s ( T14 − T24 )
\ Q12 =
1 A1 1 A1 + A 2 − 2A1F12
− 1 + − 1 + 2
∈1 A 2 ∈2 A 2 − A1F12
But ∈1 =∈2 , A1 =A 2
1 + F12
\ Q12 =A1s ( T14 − T24 )
2
1+ 0.04
= 0.196 × 5.67 × 10−8 10004 − 5004
2
Q12 = 5416W
Radiation Heat Transfer 377
25. Calculate the net radiant heat exchange per unit area for two large parallel plates at
temperature of 427oC and 27oC respectively. ∈hotplate = 0.9, ∈coldplate = 0.6. ∈If
shielda= polished
0.4.
aluminium shield is placed between them, find the percentage reduction in the heat
otplate = 0.9, ∈ transfer.
coldplate = 0.6. ∈shield = 0.4.
VTU December 2014
Data: T
T11 == 427 + 273
427 + 273 == 700K,
700K, T T22 == 27 + 273
27 + 273 == 300K, ∈11 == 0.9,
300K, ∈ ∈22 == 0.6,
0.9, ∈ 0.6, ∈ = 0.4
shield = 0.4
∈shield
( ii ) Heat
Heat trasfer
trasfer rate
rate without
without radiation
radiation shield
shield
s(T
s T1144 −
−T T2244 )
Q
Q without
without =
= 1 1
1 + 1 −1
+ −1
∈11 ∈
∈ ∈22
10−8 ( 700 3004 )
−8 4 4
5.67 × 10
5.67 × 7004 −− 300
=
= 11 11
+
+ − 11
−
0.9
0.9 0.6 0.6
2
= 7400W
= 7400W // m m2
( iiii ) Heat
Heat transfer
transfer rate
rate with
with shield
shield
s(T T224 )
4 4
s −T
T114 −
Q with
Q =
with =
11 11 11 11
∈ + + − − 11 + + −
− − − 11
∈ ∈shield ∈
∈11 ∈22 ∈shield ∈22
10 ( 700 300 )
−88 4 4
5.67
5.67 × × 10 −
700 −4
− 300 4
=
= 1
1 + 11 − 1 + 11 + 11 − 1
0.9 + 0.6 − 1 + 0.04 + 0.6 − 1
0.9 0.6 0.04 0.6
479.31W // m
= 479.31W
= m 22
Percentage reduction
Percentage reduction in in heat
heat transfer
transfer
Q without −
−Q Q with
= Q without
= with × 100
× 100
Q
Q without
without
7400 − 479.31
7400 − 479.31 × 100
=
=
7400 × 100
7400
= 93.52%
= 93.52%
26. A pipe carrying steam runs in a large room and exposed to air at 30oC. The pipe surface
temperature is 200oC. Diameter of the pipe is 20cm. If the total heat loss per meter length
of the pipe is 1.9193kW, determine the emissivity of the pipe surface. [VTU Jan 2018]
Data : T∞ = 30oC, TS = 200oC, d = 0.2m, Q = 1.9193 × 103 W, ∈ = ?
Q = s ∈ AS[TS4 –T∞4]
= 1.9193 × 103 = 5.67 × 10–8 × ∈ × p × 0.2 × 1[(200 + 273)4 – (30 + 273)4]
∈ = 0.27
378 Heat Transfer
27. In an isothermal enclosure at uniform temperature two small surfaces A & B are placed.
The irradation to the surface by the enclosure is 6200 W/m2. The absorption rates by
the surfaces A & B are 5500 W/m2 and 620 W/m2. When the steady state is established,
calculate the following.
(i) What are the heat fluxes to each surfaces? What are their temperature?
(ii) Absorptivity of both surfaces
(iii) Emissive power of each surface
(iv) Emissivity of each surface [VTU Jan 2018]
Data : Q = 6200 W/m2, QaA = 5500 W/m2, QaB = 620 W/m2, qA = ?, qB = ?, aA = ?, aB = ?
EA = ?, EB = ?, eA = ?, eB = ?
We have irradiation Q = sT4
6200 = 5.67 × 10–8 ×T4
T = 575K.
Since enclosure is isothermal, we have
TA = TB = T = 575K
\ Heat fluxes qA = qB = 0
QaA 5500
Absorptivity of surface A, a= A = = 0.887
Q 6200
QaB 620
Absorptivity of surface B, a= B = = 0.1
Q 6200
Emissive power of surfaces
EA =
aAQ = 5500W / m 2
0.887 × 6200 =
EB =
a BQ = 620W / m 2
0.1 × 6200 =
Emissivity of surfaces
According to Kirchoff 's law a = e
\e A = a A = 0.887
e B =a B =0.1
28. Two large parallel plates having emissivity of 0.3 and 0.6 are maintained at a temperature
of 900°C and 250°C. A radiation shield having an emissivity of 0.05 on both sides is
placed between the two plates. Calculate
i) Heat transfer without shield.
ii) Heat transfer with shield.
iii) Percentage reduction in the heat transfer due to shield.
iv) Temperature of the shield. [VTU Dec 2016 / Jan 2017]
Ans. ∈1 = 0.3, ∈2 = 0.6, ∈3 = 0.05
T1 = 900 + 273 = 1173K, T2 = 250 + 273 = 523 K
Qwithout = ?, Qwith = ?, T3 ? % Qreduction = ?
Case (i) : Heat transfer without shield
Radiation Heat Transfer 379
s ( T14 − T24 )
Q without = Plate Plate
1 1
+ −1 (1) (2)
∈1 ∈2
5.67 × 10−8 (11734 − 5234 )
=
1 1
+ −1
0.3 0.6
= 25775.50 W / m 2
Temperature of the shield
at thermal equilibrium
(( )) (( ))
4 4 4 4
s T144 − T434 s T443 − T442
s (T T3 ) = s
= 1 3 1 2)
s T1 − −T
= s (T T3 −− TT2
1 1 1
=
=
3
= Plate (3) Plate
11 ++ 11 −−11 11 + 11 − 1 (1) (2)
∈1 + ∈3 − 1 ∈3 ++ ∈2 −−11
∈
∈11 ∈33 ∈ ∈
∈33 4∈ ∈22
1173444 − T3444 T344 − 523444
1173
= 1173
= −T
− T TT33 −− 523
523
=
= = =1 1 33 1 1
1 + 1 −1 1 + 11 − 1
+
0.3 0.6 − 1 0.05 0.6−−11
++
0.3 0.6 4 0.05 0.6
0.6
((
5.167 117344 − T344 =TT3444 −−523
))
4
52344
5.167 (1173 − T33 ) =T33 − 5234 Radiation shield
9.78 × 101212 − 5.167 T 44 = =TT4344 −−7.48
7.48 ×10
10 10
10
9.78 × 1012 − 5.167 T3334 = T33 − 7.48 ××10 10
12
9.853××10
9.853 1012
12 =
= 6.16T3444
6.16T 33
4 9.855××10
9.855 10121212
T34
=
=
T = 1.599
= 1.599×××10
1.599 10121212
10
3 6.16
6.16
T3 == 1124.64
T 1124.64K K
3
Heat transfer
Heat transferwith
withradiation
radiationshie
radiation shield
shie ldld
= ( 1
( ))
ss TT144 −−TT33344 )
4 4
Qwith
Q with =
11 + 11 − 1
+ −1
∈11 ∈
∈ ∈333
5.67××10
5.67
=
((
10−−−888(1173
1173 1124.6444)4
1173444−−−1124.64
1124.64 ))
11 111
++ −−−111
0.3 0.05
0.3 0.05
0.05
= 744.83W
744.83W//m m222
% Re duction
ductionin inheat
heattransfer
transfer
transfer
QQwithout − Q
without − Qwith
= without with
with
QQwithout
without
without
25775.50
25775.50−−744.83
744.83
744.83× 100
=
= ××100
100
25775.50
25775.50
== 97.11%
97.11%