root/trunk/matml/transport/problems/ladle2/ladle2-solution.tex

Revision 58, 2.2 kB (checked in by powell, 6 years ago)

New problem: Ladle metallurgy II: natural convection.

  • Property svn:keywords set to Author Date Id Revision
Line 
1\documentclass{article}
2\usepackage{pstricks}
3\usepackage{fullpage}
4\begin{document}
5\begin{enumerate}
6\item Ladle Metallurgy II: Natural Convection
7
8  \begin{enumerate}
9  \item The Prandtl number calculation should have preceeded any boundary layer
10    sketching, as it would have shown that $\rm Pr<1$ so the velocity and
11    thermal boundary layers are about the same size.  In any case, your sketch
12    should have looked something like:
13    \begin{center}
14      \input{/home/hazelsct/3.185/figs/ladleflow}
15    \end{center}
16
17  \item First the Grashof number, using the liquid metal height as the length
18    scale:
19    $${\rm Gr}_x = \frac{g\beta\Delta Tx^3}{\nu^2} =
20    \frac{\rm9.8\frac{m}{s^2}\cdot 10^{-5}K^{-1}\cdot 100K\cdot (2m)^3\cdot
21      (7000\frac{kg}{m^3})^2}{\rm(0.005\frac{kg}{m\cdot s})^2} =
22    1.54\times10^{11}.$$
23    The Prandtl number is:
24    $${\rm Pr} = \frac{\nu}{\alpha} = \frac{\mu c_p}{k} =
25    \frac{\rm0.005\frac{kg}{m\cdot s}\cdot 700\frac{J}{kg\cdot K}}
26    {\rm15\frac{W}{m\cdot K}} = 0.23.$$
27    The Grashof-Prandtl product is then $3.5\times10^{10}$, which is above
28    $10^9$ so flow is turbulent.
29
30  \item The GrPr product puts this solidly in the $10^9-10^{12}$ r\'{e}gime
31    where we can use the turbulent flow Nusselt number correlation:
32    $${\rm Nu}_L = 0.245{\rm Gr}_L^{2/5}
33    {\rm Pr^{7/15}(1+0.494Pr^{2/3})^{-2/5}} =
34    0.245\cdot 3.0\times10^4\cdot 0.443 = 3237,$$
35    $$h_L = \frac{{\rm Nu}_Lk}{L} =
36    \frac{\rm3237\cdot 15\frac{W}{m\cdot K}}{\rm2m} =
37    24300\frac{\rm W}{\rm m^2\cdot K}.$$
38    This is a factor of sixty larger than a typical correlation for air, and
39    significantly larger than one would calculate for water or other
40    non-conducting fluids.  Liquid metals are like that.
41
42  \item With the boundary layer flowing down the sides of the ladle and to the
43    bottom, when the gate is opened, the cooler metal from the boundary layers
44    will exit first, followed by the hotter metal from the interior.  That the
45    flow rate down the boundary layers is similar to the flow rate through the
46    nozzle means that this effect is quite significant, and as a result,
47    thermal management in the downstream processes (tundish and continuous
48    caster) can be very difficult.
49  \end{enumerate}
50\end{enumerate}
51\end{document}
Note: See TracBrowser for help on using the browser.