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

Revision 110, 3.9 kB (checked in by powell, 4 years ago)

New problem: Dimensional analysis: catalytic combustion of carbon monoxide

  • 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 Dimensional analysis: catalytic combustion of carbon monoxide
7
8  \begin{enumerate}
9  \item\label{pi1} The uniformity can be described by the ratio of oxygen
10    concentration at the center of a sphere to its concentration just inside
11    the surface.  It should depend on the reaction rate coefficient $k$, sphere
12    radius $R$, and diffusivity $D$:
13    $$\frac{C_{\rm center}}{C_{\rm surf}} = f(k, R, D)$$
14
15  \item Identify the number of parameters, and the number of independent units,
16    and use the Buckingham pi theorem to determine the number of independent
17    dimensionless parameters in the problem. (10)
18
19    There are four parameters, with units as follows:
20    \begin{center}
21      \begin{tabular}[h]{l|cccc|}
22        Parameter & $\frac{C_{\rm center}}{C_{\rm surf}}$ & $k$ & $R$ & $D$ \\
23        \hline
24        Units & (dimensionless) & s$^{-1}$ & cm & $\rm\frac{cm^2}{sec}$ \\
25        \hline
26      \end{tabular}
27    \end{center}
28    The base units are cm and sec, so there are two independent units.  The
29    Buckingham pi theorem says that these four parameters with two independent
30    units gives two dimensionless parameters.
31
32  \item Let's choose $R$ and $D$ to eliminate in order to make the others
33    dimensionless.  The concentration ratio which we'll call $\pi_C$ is already
34    dimensionless, so we just need to make the dimensionless $\pi_k$ by
35    finding $a$ and $b$ such that $kD^aR^b$ is dimensionless:
36    \begin{center}
37      \begin{tabular}[h]{l|rrr|}
38        Base units             & sec & cm \\ \hline
39        $k$                    & -1  &  0 \\
40        $D^{-1}$               &  1  & -2 \\
41        $R^2$                  &  0  &  2 \\ \hline
42        Total                  &  0  &  0 \\ \hline
43      \end{tabular}
44    \end{center}
45    So the dimensionless $\pi_k$ is $\frac{kR^2}{D}$.  This is the same
46    dimensionlesss number as we derived in class for 1-D reaction/diffusion in
47    carbon-carbon composite fabrication.
48
49    Therefore, $\pi_C = f(\pi_k)$, $\frac{C_{\rm center}}{C_{\rm surf}} =
50    f\left(\frac{kR^2}{D}\right)$.
51
52  \item Since uniformity is a function of $\pi_k$, we want to keep that
53    constant through this change.  We're told that $D$ doesn't change much, so
54    if $R$ doubles, $k$ must fall by a factor of four in order to give the same
55    $\pi_k$, and the same $\pi_C$.
56
57  \item We know that for slow reaction, small radius and fast diffusion, the
58    concentration should be uniform, so when $\pi_k$ is zero, $\pi_C$ should
59    be one.
60
61    As $\pi_k$ increases, the reaction consumes more oxygen, and it diffuses
62    out more slowly, so there is less oxygen in the center, until $\pi_C$
63    eventually falls to zero.
64
65    An analytical solution to this would use Bessel functions, and is beyond
66    the scope of 3.185.  But qualitatively, it should behave something like
67    the equation derived for uniformity due to reaction/diffusion in a flat
68    plate, which went like:
69    $$\frac{C_{\rm center}}{C_{\rm surf}} =
70    \frac{\cosh(0)}{\cosh\left(\frac{L}{2}\sqrt{\frac{k}{D}}\right)} =
71    \frac{1}{\cosh\left(\frac{\sqrt{\pi_k}}{2}\right)}$$
72    For small $x$, $\cosh(x)$ behaves like $1+\frac{1}{2}x^2$, so for small
73    $\pi_k$, this looks like:
74    $$\pi_C \simeq \frac{1}{1+\frac{1}{2}\left(\frac{1}{2}\sqrt{\pi_k}\right)}
75    \simeq \frac{1}{1+a\pi_k}$$
76    where $a$ is a constant.  This means that there will be a non-zero slope
77    at $\pi_k=0$, and the curve will look something like:
78
79    \begin{center}
80      \PSbox{picpik.ps}{260pt}{135pt}
81    \end{center}
82
83    \item For small and large $\pi_k$, these graphs look more uniform and less
84      uniform, something like:
85
86    \hspace{1.3in}Small $\pi_k$\hspace{2in}Large $\pi_k$
87
88    \hspace{0.3in}
89    \PSbox{COcombust1.ps}{190pt}{135pt}
90    \PSbox{COcombust2.ps}{190pt}{135pt}
91  \end{enumerate}
92\end{enumerate}
93\end{document}
Note: See TracBrowser for help on using the browser.