| 1 | \documentclass{article} |
|---|
| 2 | \usepackage{fullpage,lmodern} |
|---|
| 3 | \usepackage[T1]{fontenc} |
|---|
| 4 | \begin{document} |
|---|
| 5 | \begin{enumerate} |
|---|
| 6 | \item Crystal-free zone in a glass-ceramic dish |
|---|
| 7 | |
|---|
| 8 | \paragraph{Background} Some dishes, such as the Corelle line by Corning, are |
|---|
| 9 | made of a high-tech glass-ceramic material in which partial crystallization |
|---|
| 10 | of the interior puts the surface in compression, resulting in high bending |
|---|
| 11 | strength for a thin heat- and chemical-resistant dish. The glassy phase is |
|---|
| 12 | stable above a temperature $T_c$, and the crystalline phase below that |
|---|
| 13 | temperature. |
|---|
| 14 | |
|---|
| 15 | During cooling by immersion in a fluid at temperature $T_{fl}$, a surface |
|---|
| 16 | layer cools quickly enough to avoid any crystallization. The criterion for |
|---|
| 17 | this is roughly that the temperature must fall below $T_{nose}$ before time |
|---|
| 18 | reaches $t_{nose}$, as indicated in the T-T-T |
|---|
| 19 | (time-temperature-transformation) diagram below. |
|---|
| 20 | |
|---|
| 21 | \begin{center} |
|---|
| 22 | \pdfimageresolution 200 |
|---|
| 23 | $\ $\pdfximage{corelle.png}\pdfrefximage\pdflastximage$\ $ |
|---|
| 24 | |
|---|
| 25 | Glass-ceramic ``dish'' (not to scale) |
|---|
| 26 | |
|---|
| 27 | $\ $\pdfximage{t-t-t.png}\pdfrefximage\pdflastximage$\ $ |
|---|
| 28 | |
|---|
| 29 | T-T-T (time-temperature-transformation) diagram |
|---|
| 30 | \end{center} |
|---|
| 31 | |
|---|
| 32 | Properties of the glassy phase and process parameters: |
|---|
| 33 | \begin{itemize} |
|---|
| 34 | \item Thermal conductivity: $k=0.4\frac{\rm W}{\rm m\cdot K}$ |
|---|
| 35 | \item Density: $\rm\rho=2400\frac{kg}{m^3}$ |
|---|
| 36 | \item Heat capacity: $c_p=900\frac{\rm J}{\rm kg\cdot K}$ |
|---|
| 37 | \item Heat transfer coefficient: $h=3000\frac{\rm W}{\rm m^2\cdot K}$ |
|---|
| 38 | \item Dish thickness: $L=0.01$m (a thick dish) |
|---|
| 39 | \item Temperatures: $T_{init}=1000$K, $T_c=900$K, $T_{nose}=720$K, |
|---|
| 40 | $T_{fl}=300$K; time $t_{nose}=4$ seconds |
|---|
| 41 | \end{itemize} |
|---|
| 42 | |
|---|
| 43 | \begin{enumerate} |
|---|
| 44 | \item Sketch the temperature distribution during cooling, ignoring phase |
|---|
| 45 | transformations. |
|---|
| 46 | \item \label{expression} Give an expression for the temperature as a function |
|---|
| 47 | of distance into the plate which is approximately valid at short time |
|---|
| 48 | scales. |
|---|
| 49 | \item \label{crystalfree} Using your expression from part \ref{expression}, |
|---|
| 50 | estimate the distance into the plate where temperature is $T_{nose}$ when |
|---|
| 51 | time is $t_{nose}$. |
|---|
| 52 | \item Determine whether your expression in part \ref{expression} (and thus |
|---|
| 53 | your calculation in part \ref{crystalfree}) is valid at time $t_{nose}$. |
|---|
| 54 | \end{enumerate} |
|---|
| 55 | \end{enumerate} |
|---|
| 56 | \end{document} |
|---|