Find Temp - Radiative Heat Transfer
Find Temp - Radiative Heat Transfer
(OP)
I am trying to calculate the temperature of the closest side of a structural steel frame (10"x10"x.5", 304ss) to a 304ss vessel wall that is at 216 degF and 10" away.
|Outer vessel T |
\ 216 degF / <--- Rudimentary vessel
\__T1__A1__/
air | 40 degF Ambient
gap |10"
_______________|________________
T2 A2
10"x10"x.5" 304SS HSS
________________________________
Top View
I have used every resource in my possession to try and find a way to calculate T2 on the inner side of the frame. I have already calculated the configuration factor for two parallel plates in one direction (F1-2), used the view factor reciprocity rule to find F2-1. I keep getting a T2 that is equal to T1 which cannot be correct. I cannot figure out what I am doing wrong, can someone please give me some assistance. Thank you.
Relevant Equations:
Qnet=(emissivity)(s-bc)(A1)(F1-2)(((T1+460)^4)-(T2+460)^4))
Qnet1-2=-Qnet2-1
(F1-2)(A1)=(F2-1)(A2)
|Outer vessel T |
\ 216 degF / <--- Rudimentary vessel
\__T1__A1__/
air | 40 degF Ambient
gap |10"
_______________|________________
T2 A2
10"x10"x.5" 304SS HSS
________________________________
Top View
I have used every resource in my possession to try and find a way to calculate T2 on the inner side of the frame. I have already calculated the configuration factor for two parallel plates in one direction (F1-2), used the view factor reciprocity rule to find F2-1. I keep getting a T2 that is equal to T1 which cannot be correct. I cannot figure out what I am doing wrong, can someone please give me some assistance. Thank you.
Relevant Equations:
Qnet=(emissivity)(s-bc)(A1)(F1-2)(((T1+460)^4)-(T2+460)^4))
Qnet1-2=-Qnet2-1
(F1-2)(A1)=(F2-1)(A2)





RE: Find Temp - Radiative Heat Transfer
plus the opposite side of the frame convective + radiative heat transfer.
RE: Find Temp - Radiative Heat Transfer
Qconvection1 + Qrad(F1-2) + Qrad (1-F1-2) = Qrad(1-F2-1)+ Qrad(F2-1) + Qcovection2
And solve for the temperature of the structural steel that way?
RE: Find Temp - Radiative Heat Transfer
2. ignored heat flows in the bottom plate to a thermal reservoir at some temperature
3. for example, include the emissivity of your plate to a non-radiative ambient i.e. free space. with heat flows your see temperature differences. What you have calculated is two objects in a well insulated container and at equilibrium
RE: Find Temp - Radiative Heat Transfer
I have assumed equal emissivities, I am not sure if you talking about the structural steel beam when you wrote bottom plate. The beam is a square tube (10x10), so I think what you are saying is that I have ignored any heat flows already existing in the beam which is also true. I am assuming that the beam is at ambient temperature (40 deg). #3 could you put that statement into equation form, I am not sure I understand. What is a non-radiative ambient? Thank you.
RE: Find Temp - Radiative Heat Transfer
in other words if the tube (or the plate in your initial modeling) radiated to free space on its far side, it will have an equilibium lower than the source of heat (your vessel). You've already written the equation needed but an iterative or graphical calculation will be required.
RE: Find Temp - Radiative Heat Transfer
ex-corus (semi-detached)
RE: Find Temp - Radiative Heat Transfer
That is a bit clearer, thank you. Do you just determine the area of the ambient using the view factor reciprocity rule and then iterate the beam Temp that zeros out the Qnet balance?
RE: Find Temp - Radiative Heat Transfer
S-Bc = Stefan-Boltzman Constant
Ta = Ambient Temperature
Aa = Ambient Area (calculated using the view factor reciprocity rule, see below)
Qnet=-Qnet
Qnet=(h*A1*(T1-Ta))+(emissivity*(S-Bc)*F1-2*A1*(((T1+460)^4)-(T2+460)^4))+(emissivity*(S-Bc)*(1-(F2-1))*Aa1*(((T1+460)^4)-((Ta+460)^4)))
-Qnet=-(h*A2*(T2-Ta))+(emissivity*(S-Bc)*F2-1*A2*(((T2+460)^4)-(T1+460)^4))+(emissivity*(S-Bc)*(1-(F1-2))*Aa2*(((T2+460)^4)-((Ta+460)^4)))
when
Aa1 = (F1-2/(1-(F2-1)))*A1
Aa2 = (F2-1/(1-(F1-2)))*A2
F1-2 and F2-1 are both calculated and verified to graph
h and emissivity are assumed to be the same for both sides
RE: Find Temp - Radiative Heat Transfer
At first sight the conversion between °F and K is wrong.
K = (°F + 459,67) / 1.8
RE: Find Temp - Radiative Heat Transfer
RE: Find Temp - Radiative Heat Transfer
Qout=emiss*SB*A2*((T2+460)^4)-((Ta+460)^4)
Qin =emiss*SB*F12*A1*((T1+460)^4-(T2+460)^4)
or something to that effect
so that given a T1 and Tamb you should be able to find a non-trivial T2 with Qin=Qout.