9-70 Reconsider Prob. 9-69. Hot engine flows in a horizontal pipe with a known inner surface temperature. The pipe
outer surface is covered with a layer of insulation. The effect of the insulation layer thickness on the outer surface
temperature is to be evaluated.
Analysis The problem is solved using EES, and the solution is given below.
“GIVEN”
L=2 [m] “Length exposed to natural convection”
D_i=0.05 [m] “Inner pipe diameter”
t_pipe=5e-3 [m] “Pipe wall thickness”
T_infinity=10 [C] “Cool air temperature”
T_s_i=90 [C] “Inner surface temperature”
“PROPERTIES”
g=9.81 [m/s^2]
Fluid$=’air’
k=Conductivity(Fluid$, T=T_film)
Pr=Prandtl(Fluid$, T=T_film)
rho=Density(Fluid$, T=T_film, P=101.3)
Ra=(g*beta*(T_s_o-T_infinity)*D_o^3)/nu^2*Pr
Nusselt=(0.6+0.387*Ra^(1/6)/((1+(0.559/Pr)^(9/16))^(8/27)))^2
h=k/D_o*Nusselt
“Heat conduction through cylindrical layers”
D_interface=D_i+t_pipe*2
D_o=D_interface+t_ins*2
R_pipe=ln(D_interface/D_i)/(2*pi#*L*k_pipe)
R_ins=ln(D_o/D_interface)/(2*pi#*L*k_ins)
R_total=R_pipe+R_ins
“Heat balance”
Q_dot=(T_s_i-T_s_o)/R_total “Heat conduction through cylindrical layers”
Q_dot=h*A_s*(T_s_o-T_infinity) “Heat loss by natural convection”
A_s=pi#*D_o*L “Surface area exposed to natural convection”
0.005 74.77
0.006 72.41
0.007 70.21
0.008 68.16
0.009 66.24
0.010 64.45
0.011 62.76
0.012 61.18
0.013 59.68
0.014 58.27
0.015 56.94
Discussion As the insulation layer thickness increases, the heat loss through the pipe is reduced. Therefore the outer surface
temperature decreases with increasing thickness of insulation.
0.005 0.007 0.009 0.011 0.013 0.015
50
55
60
65
70
75
80
tins [m]
Ts,o [°C]