| 1 | \documentclass{article} |
|---|
| 2 | \usepackage{fullpage} |
|---|
| 3 | \begin{document} |
|---|
| 4 | \begin{enumerate} |
|---|
| 5 | \item Radiation in electrostatic levitation |
|---|
| 6 | |
|---|
| 7 | \begin{enumerate} |
|---|
| 8 | \item For a spherical droplet (for which $F_{11}=0$ because it is convex), |
|---|
| 9 | exactly in the middle of a cube, the viewfactors from the droplet to each |
|---|
| 10 | side of the cube are equal. Because they form an enclosure, those |
|---|
| 11 | viewfactors from the droplet to each side sum to 1, so each is 1/6. |
|---|
| 12 | Therefore, the viewfactor to two sides is $F_{12}=2/6=1/3$. |
|---|
| 13 | |
|---|
| 14 | \item Here we just use the identity: |
|---|
| 15 | $$A_1 F_{12} = A_2 F_{21}$$ |
|---|
| 16 | $$F_{21} = \frac{A_1 F_{12}}{A_2} = \frac{\rm\pi(0.5cm)^2\cdot\frac{1}{3}} |
|---|
| 17 | {\rm2\times(6cm)^2} = 0.0036$$ |
|---|
| 18 | |
|---|
| 19 | \item A viewfactor graph gives us the viewfactor from one plate to the other. |
|---|
| 20 | Since these are sides of a cube, the ratio of side length to distance |
|---|
| 21 | between plates is 1, so the viewfactor from the graph should be 0.2. |
|---|
| 22 | |
|---|
| 23 | The definition of the viewfactor $F_{22}$ is the fraction of power radiated |
|---|
| 24 | from surface two which arrives at surface two. We have two plates |
|---|
| 25 | radiating energy, and 20\% of each arrives at the other plate. So 20\% of |
|---|
| 26 | the total power radiated by surface 2 reaches surface 2, and $F_{22}=0.2$. |
|---|
| 27 | |
|---|
| 28 | \item This was straightforward application of radiation emissivity, flux and |
|---|
| 29 | absorptivity: |
|---|
| 30 | $$Q_{12} = \epsilon_1 \sigma T_1^4 A_1 F_{12} \alpha_2.$$ |
|---|
| 31 | \begin{center} |
|---|
| 32 | \begin{tabular}{l|c|c|c|c|c|c|} |
|---|
| 33 | & $\epsilon$ & $T$ & $A$ & $F$ & $\alpha(=\epsilon)$ & Calculated $Q$ |
|---|
| 34 | \\ \hline |
|---|
| 35 | $Q_{12}$: & 0.5 & 800 K & $\rm\pi(0.005m)^2$ & $\frac{1}{3}$ & 0.8 & |
|---|
| 36 | 0.243 W \\ |
|---|
| 37 | $Q_{21}$: & 0.8 & 1000 K & $\rm2\times(0.06m)^2$ & 0.0036 & 0.5 & |
|---|
| 38 | 0.594 W \\ \hline |
|---|
| 39 | \end{tabular} |
|---|
| 40 | \end{center} |
|---|
| 41 | Typically in these arrangements, droplet heating is by radiation, but not |
|---|
| 42 | necessarily by the charged plates which suspend it in place. In any case, |
|---|
| 43 | these numbers indicate that the plates provide a good bit more heat to the |
|---|
| 44 | droplet than vice-versa, so the rest of the heat is likely radiated to the |
|---|
| 45 | environment. |
|---|
| 46 | |
|---|
| 47 | \item Heat conduction mechanisms include electronic, radiative and phonon |
|---|
| 48 | conduction, so the latter two are accepted here. (Gases can also conduct |
|---|
| 49 | heat by motion of atoms, especially at low pressure with large mean free |
|---|
| 50 | path.) Phonons, however, are quantized vibrations in a lattice, and this |
|---|
| 51 | is a liquid, so instead we would have simple atomic collisions, not |
|---|
| 52 | quantized particles as such. Radiation is not likely to play a major role |
|---|
| 53 | in metals, since the penetration depth of photons is so small (but the |
|---|
| 54 | question didn't ask for magnitude, just mechanism). |
|---|
| 55 | |
|---|
| 56 | Convection or heat transfer in the surrounding gas might play a role, but |
|---|
| 57 | laser flash and other related techniques are fast enough to capture just |
|---|
| 58 | the conduction in the droplet, and the conductivity of gases is extremely |
|---|
| 59 | small. |
|---|
| 60 | \end{enumerate} |
|---|
| 61 | \end{enumerate} |
|---|
| 62 | \end{document} |
|---|