HT 19-22
HT 19-22
HT 19-22
Outline
speed
•
math
•
q’’s
•
•
• Regarding the distance,
for example, we can see the
candle light at a distance
of 20m, but we cannot feel
the heat of the flame at a distance of 0.2m.
Blackbody Spectral Emission (I)
•=, (1)
where =3.742e8 and =1.439e4 .
Max Planck (1858 – 1947)
http://commons.wikimedia.org/wiki/File:TrumpeterSwan.jpg
Wien’s Displacement
• * T = 2898 μ-K
= 2898/5800
= 0.4997𝜇 (green)
• Perhaps that is why trees
leaves are green?
How to Find Stefan-Boltzmann
𝜎
Constant
• The area underneath a certain
curve of Eλ, b can be found
by analytically or numerically
integrating the blackbody
spectral emission equation.
λT F(0-λT)
0 0
2000 0.0666
4000 0.4805
8000 0.8558
∞ 1.0000
Chapter 20 Radiation (II)
Outline
• total emissivity
• absorptivity, reflectivity,
and transmissivity
• facts associated with Sun
• gray surfaces
• Kirchhoff law
• greenhouse effect
• energy balance over a plate
Total Emissivity
or ) =
• ,
Also,
=.
Hence, .
or ) =
,
• incoming radiation =
absorbed + reflected + transmitted
• α + ρ + τ = 1.
• Find ε and α.
Answer:
clc; clear
% F(0-4000)=0.4805; F(0-6000)=0.7373;
% F is the black-body emission fraction,
given in Table 19-1.
emi = 0.9*0.4805+0.3*(0.7373-0.4805)
% = 0.5095
% F(0-8000)=0.8558;
% F(0-12000)=0.9446
aLf = 0.9* 0.8558 + 0.3*0.0888
% = 0.7969
• τ (Tearth) = 0.6*F(0-2.7*300)
≈ 0.
Energy Balance over a Plate
• Remember G – ρG – τG = αG.
• m cv dT/dt = h A (T∞ – T) + A αG – Aε
σ
An Interesting Case
• If Ts is a function of t, and the surface
is non-
gray, then the problem becomes
complicated.
• Because dT/dt = …. – ε σ + …. ,
where ε is a function of T.
• View Factors
• Blackbody Triangular
Enclosures
• Radiosity
• Gray Triangular Enclosures
• Radiation Shields
What is the
difference between
“peep” and “peek”?
View Factors
• = R12/R1, where
R1 = radiation leaving from
plate 1
R12 = radiation leaving from
plate 1 and arriving at
plate 2.
• 0< < 1.
• For example, if R1=1000 W,
and R12=500W, then =0.5.
Reciprocity Rule
• Reciprocity Rule
•A1 = A2
Energy Conservation Rule
• + =1
Blackbody Triangular
• ’’ = σ– 𝜎 Enclosures
or
• ’’ = σ– 𝜎.
• Find: T2 and T3
Answer:
clc; clear
sig=5.67e-8; A1=1; A2 =.8; A3=0.5043;
F12 = (A1 + A2 - A3)/(2*A1); F13 = 1-F12;
F21 = A1*F12/A2; F23 = 1-F21;
F31 = A1*F13/A3; F32 = 1-F31;
T1 = 1000; q2s= 5e4; q3s = 0;
a(1,1)=1; a(1,2)=-F23;
b(1)=q2s/(A2*sig) + F21*T1^4;
a(2,1)=-F32; a(2,2)=1;
b(2)=q3s/(A3*sig) + F31*T1^4;
qq =a\b';
T2=qq(1)^.25 % = 1213.6K
T3=qq(2)^.25 % = 1078.5K
% check Global Energy Balance (walk extra miles)
q1s= A1*sig*T1^4-A2*F21*sig*T2^4-
A3*F31*sig*T3^4
Definition of Radiosity for Gray
Surfaces
• Radiosity = all the radiation
leaving the surface
J1 = (1-.
Relationship between J and
q’’s
• q1 = out – in = (J1 – G1).
• Eliminating G1 leads to
=
• When =1, what happens?
Gray Triangular Enclosures
0=
Reached the
steady state
280
at
275
approximate
270
ly t = 4
Tglass
265
hours
260
255
0 2 4 6 8 10
time
Heating of a Balloon
• Characteristic
of
the problem:
The energy
balance
equation should
include a work
term due to
volume changes.
Governing Equation
m cv ∆T = Q_in – p ∆V
where
Q_in = [hA(T∞ - T) – ε A σ ] ∆t.
or
m cp ∆T = Q_in.
Temperature of the Balloon
If the
360
emissivity of
350
the balloon is
340
large, it is T in K
330
balloon
310
temperature
300
to decrease.
0 0.05 0.1 0.15 0.2
time
Thus, the
10-Minute Classroom
Interactive Question
At what value of ε will the balloon
remain at the same size? Relevant, but
possibly
redundant, data include:
0 = hA(400-300) – Aεσ(300.
clc; clear
h=2; sig=5.67e-8;
T=300; Tinf=400;
e1=h*(Tinf-T)/(sig*T^4)
%=0.4355
% simpler than expected
Radiatively Participating Gases
• The problem becomes
very
complicated (beyond the
scope)
• By contrast,
The End of the Course