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

Revision 159, 3.9 kB (checked in by powell, 5 years ago)

New problem: Helium diffusion through a pyrex tube

  • Property svn:keywords set to Author Date Id Revision
Line 
1\documentclass{article}
2\usepackage{fullpage}
3\begin{document}
4\begin{enumerate}
5\item Helium diffusion through a pyrex tube
6
7  \begin{enumerate}
8  \item The helium conservation equation in cylindrical coordinates starts with
9    $$\rm accumulation = in - out + generation$$
10    and with no accumulation (because this is steady-state) and no generation
11    (because helium is not involved in any homogeneous chemical reactions in
12    the glass), this becomes:
13    $$0 = -\left(J_r\cdot2\pi rL\right)_r +
14    \left(J_r\cdot2\pi rL\right)_{r+\Delta r}$$
15    Divide through by $-2\pi L$ and let $\Delta r$ go to zero to give
16    $$\frac{\partial}{\partial r}(Jr) = 0$$
17    Now substituting Fick's first law and multiplying by $-1$ gives the
18    differential equation:
19    \begin{equation}
20      \label{eq:radial}
21      \frac{\partial}{\partial r}\left(rD\frac{\partial C}{\partial r}\right)=0
22    \end{equation}
23    To solve this, integrate once with respect to $r$ and then divide by $r$:
24    $$D\frac{dC}{dr}=\frac{A}{r}$$
25    then divide by $D$ and integrate again:
26    $$C=\frac{A}{D}\ln r+B=A'\ln r+B$$
27    where $A'$ and $B$ are new constants ($A'=\frac{A}{D}$).
28
29  \item Just substitute in the two boundary conditions:
30    $$C_{\rm He, in}=A'\ln R_{\rm in}+B$$
31    $$C_{\rm He, out}=A'\ln R_{\rm out}+B$$
32    Subtracting these two gives:
33    $$C_{\rm He, in}-C_{\rm He, out}=A'(\ln R_{\rm in}-\ln R_{\rm out})=
34    A'\ln\frac{R_{\rm in}}{R_{\rm out}}$$
35    $${\rm So,}\ A'=\frac{C_{\rm He, in}-
36      C_{\rm He, out}}{\ln(R_{\rm in}/R_{\rm out})}$$
37    Going back to the second of the two:
38    $$B=C_{\rm He, out}-A'\ln R_{\rm out}$$
39    $$B=C_{\rm He, out}-\frac{C_{\rm He, in}-
40      C_{\rm He, out}}{\ln(R_{\rm in}/R_{\rm out})}\ln R_{\rm out}$$
41    So insert these into the general solution above to give:
42    $$C=\frac{C_{\rm He, in}-C_{\rm He, out}}{\ln(R_{\rm in}/R_{\rm out})}\ln r
43    +C_{\rm He, out}-\frac{C_{\rm He, in}-
44      C_{\rm He, out}}{\ln(R_{\rm in}/R_{\rm out})}\ln R_{\rm out}$$
45    Subtract $C_{\rm He, out}$ from both sides and simplify:
46    $$C-C_{\rm He, out}=
47    \frac{(C_{\rm He, in}-C_{\rm He, out})(\ln r-\ln R_{\rm out})}
48    {\ln(R_{\rm in}/R_{\rm out})}$$
49    $$\frac{C-C_{\rm He, out}}{C_{\rm He, in}-C_{\rm He, out}}=
50    \frac{\ln (r/R_{\rm out})}{\ln(R_{\rm in}/R_{\rm out})}$$
51   
52  \item First calculate the flux of helium through the inner surface, then
53    multiply by the area of that surface to give the answer in grams/second.
54    (You will get the same answer if you use the outer surface.)  Finally
55    convert these units to m$^3$/hr at STP.
56    $$J_r=-D\frac{dC}{dr}=-D\frac{d}{dr}\left[C_{\rm He, out}+
57      \frac{(C_{\rm He, in}-C_{\rm He, out})(\ln r-\ln R_{\rm out})}
58      {\ln(R_{\rm in}/R_{\rm out})}\right]$$
59    $$J_r=-D\frac{C_{\rm He, in}-C_{\rm He, out}}{\ln(R_{\rm in}/R_{\rm out})}
60    \frac{1}{r}$$
61    Substitute $r=R_{\rm in}=0.5{\rm mm}=0.05$cm,
62    $R_{\rm out}=1{\rm mm}=0.1$cm, $C_{\rm He, in}=
63    10^{-5}\frac{\rm g}{\rm cm^3}$, $C_{\rm He, out}=0$ and
64    $D=2\times 10^{-8}\frac{\rm cm^2}{\rm s}$:
65    $$\left.J_r\right|_{r=R_{\rm in}}=-2\times 10^{-8}\frac{\rm cm^2}{\rm s}
66    \frac{10^{-5}\frac{\rm g}{\rm cm^3}}{\ln\frac{1}{2}}\frac{1}{0.05cm}$$
67    $$\left.J_r\right|_{r=R_{\rm in}}=
68    5.77\times10^{-12}\frac{\rm g}{\rm cm^2\cdot s}$$
69    The surface area is $2\pi rL=2\pi\cdot0.05{\rm cm}\cdot1000{\rm cm}=
70    314.15{\rm cm}^2$, so helium is leaving the tubes at a rate of
71    $1.81\times10^{-9}\rm\frac{g}{s}$.
72
73    The molar density of helium is $\frac{p}{RT}$, at STP $p=101300$ Pa
74    (=$\rm\frac{J}{m^3}$) and $T=298$K, so the density is
75    $40.9\rm\frac{mol}{m^3}$.  Multiply by a molar mass of $\rm 2\frac{g}{mol}$
76    to give a density of $81.8\rm\frac{g}{m^3}$.  If we divide the above answer
77    by this density, and multiply by $\rm3600\frac{s}{hr}$, we arrive at a
78    helium production rate of $7.98\times10^{-8}\rm\frac{m^3}{hr}$ at STP.
79    That's pretty slow!
80  \end{enumerate}
81\end{enumerate}
82\end{document}
Note: See TracBrowser for help on using the browser.