| 1 | \documentclass{article} |
|---|
| 2 | \usepackage{fullpage} |
|---|
| 3 | \newcommand{\PSbox}[3]{\mbox{\rule{0in}{#3}\special{psfile=#1}\hspace{#2}}} |
|---|
| 4 | \begin{document} |
|---|
| 5 | \begin{enumerate} |
|---|
| 6 | \item Crystal-free zone in a glass-ceramic dish |
|---|
| 7 | |
|---|
| 8 | \begin{enumerate} |
|---|
| 9 | \item The Biot number is: |
|---|
| 10 | $${\rm Bi}=\frac{hL}{k}= |
|---|
| 11 | \frac{\rm3000\frac{W}{m^2\cdot K}\cdot 0.01m} |
|---|
| 12 | {0.4\frac{\rm W}{\rm m\cdot K}}=75.$$ |
|---|
| 13 | Since this is very large (even using half the thickness for the |
|---|
| 14 | lengthscale), assume the surface cools to $T_{fl}$ very rapidly---and |
|---|
| 15 | assume this material somehow survives the resulting thermal stresses. |
|---|
| 16 | Taking $x$ to be the distance from one side, temperature sketches should |
|---|
| 17 | look like: |
|---|
| 18 | |
|---|
| 19 | \begin{center} |
|---|
| 20 | \PSbox{erftemps.ps}{190pt}{135pt} |
|---|
| 21 | \end{center} |
|---|
| 22 | |
|---|
| 23 | \item With a uniform initial condition, and a constant $T$ boundary |
|---|
| 24 | condition, at short time scales the error function is the appropriate |
|---|
| 25 | solution to the thermal diffusion equation. Since the surface temperature |
|---|
| 26 | (equal to the fluid temperature) is lower than the initial temperature, the |
|---|
| 27 | erf is easier to use than the erfc: |
|---|
| 28 | $$\frac{T-T_{fl}}{T_i-T_{fl}}= |
|---|
| 29 | {\rm erf}\left(\frac{x}{2\sqrt{\alpha t}}\right).$$ |
|---|
| 30 | |
|---|
| 31 | \item We want to solve for $x$ where $T=T_{nose}$ at time $t=t_{nose}$. The |
|---|
| 32 | relative temperature at $T_{nose}$ is: |
|---|
| 33 | $$\frac{T_{nose}-T_{fl}}{T_i-T_{fl}}=\frac{720-300}{1000-300}=0.6.$$ |
|---|
| 34 | From an error function table, erf$^{-1}(0.6)\simeq0.6$, so we need to set |
|---|
| 35 | the argument of the erf to 0.6: |
|---|
| 36 | $$\frac{x}{2\sqrt{\alpha t}} = 0.6 \Rightarrow x = 1.2\sqrt{\alpha t} = |
|---|
| 37 | 1.2\sqrt{\rm\frac{0.4\frac{W}{m\cdot K}} |
|---|
| 38 | {2400\frac{kg}{m^3}\cdot900\frac{J}{kg\cdot K}}4seconds}= |
|---|
| 39 | 0.00103{\rm m}.$$ |
|---|
| 40 | [Using the erfc solution, the dimensionless temperature is 0.4, and |
|---|
| 41 | erfc$^{-1}(0.4)\simeq0.6$, resulting in the same answer.] |
|---|
| 42 | |
|---|
| 43 | So the all-glassy crystal-free zone is about a millimeter thick on each |
|---|
| 44 | side. |
|---|
| 45 | |
|---|
| 46 | \item The criterion for validity of the error function is: |
|---|
| 47 | $$\frac{L}{2\sqrt{\alpha t}}\geq2,$$ |
|---|
| 48 | $$\frac{L^2}{16\alpha}\geq t.$$ |
|---|
| 49 | Here $L$ should be {\em half of the thickness} since when they meet in the |
|---|
| 50 | middle, the error function is no longer valid. This gives $t\leq8.73$ |
|---|
| 51 | seconds, and since 4 seconds is less than this, the error function is still |
|---|
| 52 | valid. |
|---|
| 53 | |
|---|
| 54 | Alternatively, at four seconds, this gives $L\geq0.0034$m, and since the |
|---|
| 55 | half-thickness is 0.005m, the validity criterion is satisfied. |
|---|
| 56 | Alternatively, at $L=0.005$m and $t=4$ seconds, $L/2\sqrt{\alpha t}=2.9$ |
|---|
| 57 | which is more than two, with the same conclusion. |
|---|
| 58 | \end{enumerate} |
|---|
| 59 | \end{enumerate} |
|---|
| 60 | \end{document} |
|---|