Pset 2 Solutions 3.044 2013: Problem 1
Pset 2 Solutions 3.044 2013: Problem 1
3.044 2013
Problem 1
Recall our old friend from pset 1, the solution to the heating/cooling of a 1D
sheet with fixed temperature boundary conditions:
theta1D@x_, t_, nmax_D :=
SumA4 ê HPi nL Sin@n Pi xD ExpA- n2 Pi2 tE, 8n, 1, 2 nmax - 1, 2<E
To produce the solution for a infinite square prism, we can use superposition,
and Q(x, y, t) = Q(x, t) Q(y, t). To get Q(y, t), we can simply swap out y for x
because the boundary conditions are the same in x and y. So, Q(x, y, t) is:
theta2D@x_, y_, t_, nmax_D :=
SumA4 ê HPi nL Sin@n Pi xD ExpA- n2 Pi2 tE, 8n, 1, 2 nmax - 1, 2<E
SumA4 ê HPi nL Sin@n Pi yD ExpA- n2 Pi2 tE, 8n, 1, 2 nmax - 1, 2<E
To produce the solution for a cube, we can use superposition again: Q(x, y, z, t)
= Q(x, t) Q(y, t) Q(z, t).
theta3D@x_, y_, z_, t_, nmax_D :=
SumA4 ê HPi nL Sin@n Pi xD ExpA- n2 Pi2 tE, 8n, 1, 2 nmax - 1, 2<E
SumA4 ê HPi nL Sin@n Pi yD ExpA- n2 Pi2 tE, 8n, 1, 2 nmax - 1, 2<E
SumA4 ê HPi nL Sin@n Pi zD ExpA- n2 Pi2 tE, 8n, 1, 2 nmax - 1, 2<E
Now to plot it, using contours, at various times. Assuming that we are cooling an
initally hot body, hot colors = hot contours (pink is hottest) and cold colors = cold
contours (purple is coldest) (flip the color scheme if we are heating an initally
cold body):
First, define the desired contours, contour colors, dimensionless times, and how many terms to use in
the series at each time:
contours = 80.01, 0.1, 0.25, 0.5, 0.75, 0.9, 0.99<;
colors = 8Purple, Blue, Green, Yellow, Orange, Red, Pink<;
times = 80.001, 0.005, 0.01, 0.1, 0.2<;
terms = 830, 20, 10, 2, 2<;
Then make a list of equations at each time:
1
2 pset2solns.nb
plot3da =
Table@ Htheta3D@x, y, 0.25, t, terms@@jDDD ã contours@@iDDL ê. t Ø times@@jDD,
8j, Length@timesD<, 8i, Length@contoursD<D;
plot3db =
Table@ Htheta3D@x, y, 0.5, t, terms@@jDDD ã contours@@iDDL ê. t Ø times@@jDD,
8j, Length@timesD<, 8i, Length@contoursD<D;
2
pset2solns.nb 3
3D, z 3D,
Time 1D 2D
= 0.25 z = 0.5
1.0 1.0 1.0 1.0
Notice that as you add dimensions, the heat transfer goes faster. This makes
sense: adding ways for heat to get in/out should accelerate the process. In 3D,
that the center is a little behind the z = 0.25 because it takes longer for heat to
penetrate all the way to the center.
3
4 pset2solns.nb
Problem 2
Problem: Find the time required to heat a 25cm by 1m (long in the third dimen-
sion) steel billet to 900C at its center in a 1000C furnace.
Govening equation:
h Lx I100 W ëm2 K M H0.125 mL
Bix = k
= H35 W êmKL
= 0.36
h Ly I100 W ëm2 K M H0.5 mL
Biy = k
= H35 W êmKL
= 1.4
Therefore, we must use transient solutions from the charts for both dimensions,
plus superposition.
Q(x, y, t) = Q(x, t) Q(y, t)
Use the Poirier & Geiger chart for a 1D plate, x/L = 0, for both dimensions.
Solve:
The goal is to find when Q(x, y, t) = 0.1. Take a guess that it will be less time
than it was for the 1D case we analyzed in class, which was 22300 sec, so try
15000 sec:
at I5.6 x 10-6 m2 ësM H15 000 sL
Fox = = = 5.4
Lx 2 H0.125 mL2
at I5.6 x 10-6 m2 ësM H15 000 sL
Foy = = = 0.34
Ly 2 H0.5 mL2
read Q’s off the chart for the respective Biot numbers:
Qx º 0.18
Qy º 0.82
Qcenter = Qx Qy = 0.15
This is still a little too cold, so try a later time of 18000 sec:
at I5.6 x 10-6 m2 ësM H18 000
PrintedsL
by Wolfram Mathematica Student Edition
Fox = = = 6.5 4
Lx 2 H0.125 mL2
at I5.6 x 10-6 m2 ësM H18 000 sL
Foy = 2 = 2 = 0.40
Qx º 0.18
Qy º 0.82
pset2solns.nb 5
Qcenter = Qx Qy = 0.15
This is still a little too cold, so try a later time of 18000 sec:
at I5.6 x 10-6 m2 ësM H18 000 sL
Fox = = = 6.5
Lx 2 H0.125 mL2
at I5.6 x 10-6 m2 ësM H18 000 sL
Foy = = = 0.40
Ly 2 H0.5 mL2
read Q’s off the chart for the respective Biot numbers:
Qx º 0.14
Qy º 0.77
Qcenter = Qx Qy = 0.11
This is still just a little too cold, so try a later time of 19000 sec:
at I5.6 x 10-6 m2 ësM H19 000 sL
Fox = = = 6.8
Lx 2 H0.125 mL2
at I5.6 x 10-6 m2 ësM H19 000 sL
Foy = = = 0.43
Ly 2 H0.5 mL2
read Q’s off the chart for the respective Biot numbers:
Qx º 0.13
Qy º 0.75
Qcenter = Qx Qy = 0.10
These times make sense because the contribution in heat from the sides
decreases as as the width of the billet increases.
Problem 3
5
6 pset2solns.nb
Problem 3
We want a solution for a 1D slab, with uniform heat generation within, and con-
vection on the surfaces.
Carslaw & Jaeger, Chapter on linear heat flow in a solid bounded by two planes,
section 3.14: the slab with heat produced within it, equation 12, p. 132:
1 L h x h
T= 2k L
:Hx + LL Ÿx „ h Ÿ-L AHxL „ x + Hx - LL Ÿ-L„ h Ÿ-L AHx L „ x >
Therefore,
T = 2 k1 L 9Hx + LL A I-x 2 ë 2 - L x + 3 L2 ë 2M + Hx - LL A Ix 2 ë 2 + L x + L2 ë 2M=
A
= 2k L
9L3 - L x 2=
A
= 2k
9L2 - x 2=
where A is the rate of heat generation, so it is just a parabola! This is a solution
that you can do by hand, it turns out.
Problem 4
We want a solution for a single wall, so that is a 1D slab, with a sinusoidally
varying temperature at one surface.
C & J, Chapter on linear heat flow in a solid bounded by two parallel planes,
Section 3.6: the slab with periodic surface temperature, equation 5, page 105:
6
We want a solution for a single wall, so that is a 1D slab, with a sinusoidally
varying temperature at one surface.
pset2solns.nb 7
C & J, Chapter on linear heat flow in a solid bounded by two parallel planes,
Problem 5
We want a solution for a solid sphere, with uniform heat generation, and a radia-
tive boundary condition at the surface, because the antenna can cool by radiat-
ing into the vacuum of space, which is at ~0 K. There is no convection in space,
so our answer better not have a convective heat transfer coefficient in it.
C & J, chapter on the flow of heat in a sphere and cone, section 9.8: the sphere
0 § r < a with heat generation, equation 19, page 245:
2
A0 2 h a2 A0 sin r an e-k an t
T= 6hk
2 2
9hIa - r M + 2 a= - rk
⁄¶
n=1 a 2 Aa2 a 2 + a h Ha h-1LE sin a a
n n n
Problem 6
i. Geometry & BCs
-Center of laser spot is origin
-laser spot has radius a
-symmetry at r = 0: ¶∂T/¶∂r = 0.
Printed by Wolfram Mathematica Student Edition
7
8 pset2solns.nb
The Biot number is small -> we can neglect heat transfer via convection, all heat
transfer will occur in the interior of the steel slab.
Therefore, look for a solution T(r, z). Change the difficult convective boundary
condition to zero flux at the z=0, r>a surface.
Note: some folks might be confused why our solution will still depend on z, even
though the Biot number is small in z. This is because the Biot number compares
conduction in z with convection at the surface. Convection is so slow that it won’t
contribute at all to the transfer of heat. However, conduction in z occurs at the
exact same speed as conduction in r because the slab is isotropic. So, if our
solution depends on r, it better depend on z too, because conduction is equally
fast in r and z. All that we can conclude from a small Biot number here is that we
can neglect heat loss to the air, all heat will be dissipated internally.
8
conduction in z with convection at the surface. Convection is so slow that it won’t
contribute at all to the transfer of heat. However, conduction in z occurs at the
exact same speed as conduction in r because the slab is isotropic. So, if our
pset2solns.nb 9
can neglect heat loss to the air, all heat will be dissipated internally.
iii. Find the steady-state solution, plot it, and identify melt (if any)
What is the solution going to look like? Many people expect that you should treat
the laser as a point source and treat the body as finite in z. But, the thing that
sets the relevant length scale in any heat transfer problem is not the dimensions
of the objects involved, but the dimensions of the heat transfer process. The
heat is coming in over a little disk of radius 0.1mm and spreading radially out-
ward in r and z. It doesn’t care about the surface at z = 10cm because the length
scale of the actual heat transfer is orders of magnitude smaller. As far as the
heat is concerned, that surface is too far away to matter, so you can treat it a
semi-infinite in z.
This relevant solution can be found in Carslaw & Jaeger, the chapter on the flow
of heat in regions bounded by surfaces of the cylindrical coordinate system,
section 8.2: the steady temperature in an infinite or semi-infinite medium due to
heat supply over a circular area, page 216, equation 14, “the region z > 0 with
constant flux Q over the circular area r < a and zero flux over r > a”:
Q a ¶ -l z
T= k Ÿ0
e J0Hl r L J1Hl aL ê l „ l
where T = temperature, Q = heat flux over the circle 0 < r < a, k = thermal conduc-
tivity, l = dummy variable, z = coordinate into the slab, r = radial coordinate, J0,
J1= zeroth and first kind Bessel J functions. Now, plot this result:
The heat flux is equal to the wattage of the laser divided by the laser spot area
to yield W ë m2 :
Q = 1000 ë I0.00012 PiM
3.1831 µ 1010
9
10 pset2solns.nb
T H°CL
z=0
2000
z=0.5mm
1500
z=1mm
1000
z=2.5mm
500 z=5mm
10
MIT OpenCourseWare
http://ocw.mit.edu
For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.