| 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 | |
|---|
| 7 | \item Electron beam centrifugal atomization of metal |
|---|
| 8 | |
|---|
| 9 | There are several methods for producing a spray from a liquid whose resulting |
|---|
| 10 | size distribution is quite broad, that is, there is a wide range of spray |
|---|
| 11 | droplet sizes that result from that process, and when they solidify, the |
|---|
| 12 | resulting powder is a mixture of spheres of various sizes. For some |
|---|
| 13 | materials applications, it's much better to have a powder with a narrow |
|---|
| 14 | distribution, that is, with most of the droplets having the same size. One |
|---|
| 15 | way to achieve this is by centrifugal atomization, in which we rotate a solid |
|---|
| 16 | cylinder and melt it at a controlled rate so droplets break off at a size |
|---|
| 17 | determined by the balance between centrifugal and surface tension forces: $$R |
|---|
| 18 | \sim \sqrt{\frac{\gamma}{\rho\omega^2 r}}$$ |
|---|
| 19 | where $R$ is the droplet size, $\gamma$ is the surface tension, $\rho$ the |
|---|
| 20 | liquid density, $\omega$ the rotation rate and $r$ the distance from the |
|---|
| 21 | rotation axis where the liquid droplet breaks free. An arrangement which |
|---|
| 22 | produces this result is pictured below. The cylinder, called the ingot, is |
|---|
| 23 | held vertically and rotated quickly while melting slowly from the top such |
|---|
| 24 | that a thin film of liquid is accelerated out to the edges, where the liquid |
|---|
| 25 | breaks into droplets. |
|---|
| 26 | \begin{center} |
|---|
| 27 | \PSbox{centrifatom.eps hscale=25 vscale=25}{1.16in}{1.67in} |
|---|
| 28 | \end{center} |
|---|
| 29 | For this vertical atomization arrangement, we would like to calculate two |
|---|
| 30 | things: |
|---|
| 31 | \begin{itemize} |
|---|
| 32 | \item The amount of heat needed to melt and atomize at a certain rate. |
|---|
| 33 | \item The temperature distribution in the rotating ingot at steady-state. |
|---|
| 34 | \end{itemize} |
|---|
| 35 | We will use titanium as the atomized material here, which has the following |
|---|
| 36 | properties: |
|---|
| 37 | \begin{itemize} |
|---|
| 38 | \item Melting point: 1667$^\circ$C = 1940 K |
|---|
| 39 | \item Radiative emissivity: 0.55 |
|---|
| 40 | \item Thermal conductivity: 20$\rm\frac{W}{m\cdot K}$ |
|---|
| 41 | \item Density: 4700$\rm\frac{kg}{m^3}$ |
|---|
| 42 | \item Molar mass: 0.0479$\rm\frac{kg}{mol}$ |
|---|
| 43 | \item Heat capacity: 700$\rm\frac{J}{kg\cdot K}$ |
|---|
| 44 | \item Heat of fusion: 300$\rm\frac{kJ}{kg}$ |
|---|
| 45 | \item Vapor pressure constants: $A=23200{\rm K}$, $B=11.74$, $C=-0.66$, $D=0$ |
|---|
| 46 | $$\log_{10}p_v({\rm torr}) = -\frac{A}{T} + B + C\log_{10}T + DT$$ |
|---|
| 47 | \item Heat of vaporization: $\Delta H_e=9.2\frac{\rm MJ}{\rm kg}$ |
|---|
| 48 | \end{itemize} |
|---|
| 49 | |
|---|
| 50 | Source: E. Brandes, ed., {\em Smithells Metals Handbook} (6th edition), |
|---|
| 51 | Boston: Butterworth \& Co., 1983. |
|---|
| 52 | |
|---|
| 53 | \begin{enumerate} |
|---|
| 54 | \item \label{radloss} Assuming the chamber is cold and black, and that the |
|---|
| 55 | liquid film is all at the melting point, estimate the radiative heat loss |
|---|
| 56 | from the top surface of the ingot. |
|---|
| 57 | |
|---|
| 58 | \item \label{evaploss} Assuming ideal Langmuir evaporation into a vacuum, |
|---|
| 59 | calculate the evaporation rate and heat loss due to evaporation. |
|---|
| 60 | |
|---|
| 61 | \item \label{totalflux} If we would like to melt and atomize at a rate of 1 |
|---|
| 62 | cm of ingot per minute, what is the required power density of the heat |
|---|
| 63 | source? You may neglect losses from the sides of the ingot, but include |
|---|
| 64 | energy required to heat the titanium from 300 K to its melting point, and |
|---|
| 65 | to melt it, and the losses in parts \ref{radloss} and \ref{evaploss}. |
|---|
| 66 | |
|---|
| 67 | \item Is the process more energy-efficient if it goes faster or slower? |
|---|
| 68 | |
|---|
| 69 | \item \label{tempdist} The ingot bottom temperature and initial temperature |
|---|
| 70 | are both 300 K. If the ingot is 1 m long, can it be considered |
|---|
| 71 | semi-infinite? When the process reaches steady-state, what is the |
|---|
| 72 | relationship between temperature and distance from the top of the ingot? |
|---|
| 73 | |
|---|
| 74 | \item Use your answer from part \ref{tempdist} to calculate the heat flux |
|---|
| 75 | into the top of the solid ingot. Which of the energy components from part |
|---|
| 76 | \ref{totalflux} does this relate to? (Radiative/evaporative losses, heat |
|---|
| 77 | of fusion, heat of raising the titanium to its melting point) |
|---|
| 78 | |
|---|
| 79 | \item Suppose the ingot were turned on its side, and hit on the top by a |
|---|
| 80 | fixed (not scanning) electron beam while spun like a rolling pin. Give at |
|---|
| 81 | least one advantage or disadvantage this different form of the process |
|---|
| 82 | would have vs. that pictured above. |
|---|
| 83 | \end{enumerate} |
|---|
| 84 | \end{enumerate} |
|---|
| 85 | \end{document} |
|---|