2-121 A pipe is used for transporting hot fluid with a known inner surface temperature. The pipe wall has a variable
thermal conductivity. The pipe’s outer surface is subjected to radiation and convection heat transfer. The outer surface
temperature of the pipe is to be determined.
Assumptions 1 Heat transfer is steady and one-dimensional. 2
There is no heat generation. 3 Thermal conductivity varies with
temperature.
Properties The thermal conductivity is given to be
k(T) = k0 (1 + βT), α = ε = 0.9 at the outer pipe surface.
Analysis The inner and outer radii of the pipe are
“GIVEN”
h=60 [W/(m^2*K)] “outer surface h”
r_1=0.15/2 [m] “inner radius”
r_2=r_1+0.005 [m] “outer radius”
T_1=423 [K] “inner surface T”
T_inf=273 [K] “ambient T”
T_surr=273 [K] “surrounding surface T”
alpha=0.9 “outer surface absorptivity”
epsilon=0.9 “outer surface emissivity”
q_dot_solar=100 [W/m^2] “incident solar radiation”
k_0=8.5 [W/(m*K)]
beta=0.001 [K^-1]
“SOLVING FOR OUTER SURFACE TEMPERATURE”
k_avg=k_0*(1+beta*(T_2+T_1)/2)
q_dot_cyl=k_avg/r_2*(T_1-T_2)/ln(r_2/r_1) “heat flux through the cylindrical layer”
q_dot_conv=h*(T_2-T_inf) “heat flux by convection”
q_dot_rad=epsilon*sigma#*(T_2^4-T_surr^4) “heat flux by radiation emission”
q_dot_abs=alpha*q_dot_solar “heat flux by radiation absorption”
q_dot_cyl-q_dot_conv-q_dot_rad+q_dot_abs=0
Discussion Increasing h or decreasing kavg would decrease the pipe’s outer surface temperature.