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

Revision 104, 4.8 kB (checked in by powell, 4 years ago)

New problems: cvd, dopantdrive, platedrag, tubeturb; keyword macroscopic balance

  • Property svn:keywords set to Author Date Id Revision
Line 
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 Chemical vapor deposition
7
8  \begin{enumerate}
9  \item The mass transfer Prandtl number is given by:
10    $${\rm Pr}=\frac{\mu}{\rho D};\ \rho=\frac{MP}{RT},$$
11    where $M$ is the molar mass.  Since 1atm=101300 Pa, this pressure is 10130
12    Pa; Pascals are equivalent to Joules per cubic meter.  This therefore
13    evaluates to:
14    $$\rm\rho = \frac{0.040\frac{kg}{mol}\cdot10130\frac{J}{m^3}}
15    {8.314\frac{J}{K\cdot mol}\cdot 500K} = 0.097\frac{kg}{m^3};\
16    Pr=\frac{3\times10^{-5}\frac{N\cdot s}{m^2}}{0.097\frac{kg}{m^3}\cdot
17      2\times10^{-4}\frac{m^2}{s}} = 1.54.$$
18    This is not far from one, which is not atypical for a gas (yes, that was a
19    double-negative).
20
21  \item With a flow rate of $0.3\rm\frac{m^3}{s}$, and box width and height of
22    2m$\times$0.75m, the average velocity is 0.2m/s.  The Reynolds number is
23    then:
24    $${\rm Re} = \frac{\rho u_{av}H}{\mu} =
25    \frac{\rm 0.097\frac{kg}{m^3}\cdot0.2\frac{m}{s}\cdot0.75m}
26    {3\times10^{-5}\frac{N\cdot s}{m^2}} = 485.$$
27    Looks like flow will remain laminar.
28
29  \item The velocity boundary layer thickness will grow as:
30    $$\delta_u=5.0\sqrt{\frac{\nu x}{U_\infty}},$$
31    for which we can use $u_{av}$ as $U_\infty$; this gives a maximum thickness
32    of 0.27m at $x=2m$.  The velocity boundary layers will just meet at the end
33    of the reactor.
34
35    With a Prandtl number just above one, the concentration boundary layer will
36    be somewhat smaller than the velocity boundary layer, but our expression
37    for relative boundary layer thickness won't quite be right.  So we can
38    estimate that the velocity and concentration boundary layers will look
39    something like:
40    \begin{center}
41      \PSbox{cvdboxBL.ps}{420pt}{176pt}
42    \end{center}
43
44  \item Though the concentration boundary layer thickness correlation is not
45    quite right, the high-Pr Nusselt number correlation is accurate down to a
46    Prandtl number of 0.5, so we can use that:
47    $${\rm Nu}_x = 0.332{\rm Re}_x^{1/2}{\rm Pr}^{1/3},$$
48    along with expressions for the local mass transfer coefficient $h_{Dx}$ and
49    diffusive flux:
50    $${\rm Nu}_x = \frac{h_{Dx}x}{D_{fl}} \Rightarrow
51    h_{Dx} = \frac{{\rm Nu}_xD_{fl}}{x};\
52    J_y|_{y=0} = h_{Dx}(C_\infty-C_s).$$
53    The molar density of the gas mixture is $P/RT$, so with 1 mol\% silane, we
54    can use one percent of the overall pressure as the silane partial pressure
55    and set $C_\infty=P_{\rm SiH_4}/RT$.  The problem states that we can
56    estimate $C_s=0$.  The results are summarized as follows:
57    \begin{center}
58      \begin{tabular}{c|cccc|}
59        Distance $x$ & Re$_x$ & Nu$_x$ & $h_{Dx}$ & $J_y|_{y=0}$ \\ \hline
60        0.10m        & 65     & 3.08   & $6.17\times10^{-3}$m/s &
61        $1.5\times10^{-4}$mol/m$^2$sec \\
62        0.30m        & 195    & 5.34   & $3.56\times10^{-3}$m/s &
63        $8.68\times10^{-5}$mol/m$^2$sec \\ \hline
64      \end{tabular}
65    \end{center}
66    Note that this close to the entrance, we're really pushing the envelope of
67    validity of this solution (since $\delta_C\ll x$ is not so valid).  Call it
68    a rough estimate.
69
70  \item We can just divide the flux by molar density of the solid to calculate
71    the deposition rate:
72    $\frac{dY}{dt} = \frac{J\cdot M_{\rm Si}}{\rho_{solid}}.$
73    At 10 cm, this will be 1.7 nm/sec; at 30 cm, 0.97 nm/sec.  This means a 20
74    cm wafer placed 10 cm from the entrance (from $x=10$cm to $x=30$cm) will
75    have a 70\% variation in deposition rate across it, which is a huge
76    variation!
77
78  \item There are various ways to make the deposition more uniform.  A common
79    one is to place the substrates on an incline tilting upward about
80    30$^\circ$, so the velocity increases with $x$, flattening out the
81    concentration boundary layer a bit.  One can also run under conditions more
82    likely to be reaction-limited ({\em e.g.} at lower temperature), so the
83    silane concentration in the gas will be roughly uniform throughout the
84    chamber and right up to the wafers, making deposition roughly uniform.
85
86    But the real answer is to ditch this reactor design, and go to something
87    very different.  Many modern reactors use stagnation flow produced by
88    something like a shower head directing reactant gas at an individual wafer,
89    or individual wafer rotation, to achieve near-uniform velocity and
90    concentration boundary layers.  (In response to a similar question on last
91    year's final, a student suggested ``Rotisserie CVD'' with wafers moving
92    around like chickens in an oven...)  Because it processes just a single
93    wafer per chamber, this equipment is more expensive, but is worth it to
94    deliver uniformity to within a few percent across each wafer.
95  \end{enumerate}
96\end{enumerate}
97\end{document}
Note: See TracBrowser for help on using the browser.