PROBLEM 13.88 (Cont.)
Repeating the calculation for the remaining gaps yields
RaL,B = 463, RaL,C = 690, RaL,D = 1104, RaL,E = 1747.
The largest Rayleigh number is slightly higher than the critical value of 1703. Therefore, natural
convection in the gaps is negligible. <
COMMENTS: (1) Ignoring the presence of the air will result in an estimated heat flux that is
only 16% of the actual value. One must carefully account for conduction or convection effects in
radiation problems, in particular when the radiation occurs in conjunction with low emissivity
surfaces. (2) The heat flux for combined radiation and conduction exceeds the sum of the
individual components acting alone. This is due to the non-linear effects brought about by the
fourth-power dependence of the radiation heat flux upon temperature and property variations. (3)
The foil temperatures vary for the three simulations. Can you explain why different temperatures
exist for the three cases?
IHT code for solution of part (c) is shown below.
T1 = 200 + 273
T6 = 50 + 273
emiss1 = 0.85
k12 = k_T(“Air”,T12) // Thermal conductivity, W/m·K
k23 = k_T(“Air”,T23) // Thermal conductivity, W/m·K
L = 0.01
//March through the gaps
qrad12 = sigma*(T1^4–T2^4)/(1/emiss1+1/emiss2–1)
Continued…