root/trunk/matml/transport/problems/cvi/cvi.tex

Revision 200, 3.8 kB (checked in by powell, 5 years ago)

New problem: Chemical Vapor Infiltration for Carbon-Carbon Composites

  • 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 Infiltration for Carbon-Carbon Composites
7
8  Carbon-carbon composites (graphite fibers in a graphite matrix) are
9  outstanding heat-resistant materials used, for example, to protect the
10  hottest parts of the Space Shuttle from the high temperatures of re-entry.
11  These are most often fabricated by a process known as chemical vapor
12  infiltration (CVI), in which a fiber preform is heated and bathed in a
13  carbon-bearing gas such as acetylene.  The resulting reaction at the surface
14  of the fibers deposits the graphite matrix, which slowly closes off the pores
15  until a nearly dense composite has been fabricated.
16
17  \begin{center}
18    \PSbox{cvifig.ps}{4.7in}{1.9in}
19  \end{center}
20
21  \begin{enumerate}
22  \item What type of reaction is occurring here, homogeneous or heterogeneous?
23
24  \item {\em Macroscopically}, what type of reaction does this look like?  That
25    is, is the reaction occurring only on the outer surfaces of the preform, or
26    throughout it?
27
28  \item Write down some possible rate-limiting steps for this problem.
29
30  \item \label{difeq} Consider a spherical preform of radius $R$.  Write a mass
31    balance for the gas in a spherical shell of thickness $\Delta r$ which
32    incorporates gas consumption by the reaction but ignores accumulation.
33    Turn this mass balance into a differential equation for the concentration
34    profile throughout the preform.
35
36    You may assume:
37    \begin{itemize}
38    \item The time required to deposit a significant amount of carbon is much
39      shorter than the time scale of diffusion, so the concentration profile
40      reaches a quasi-steady-state which changes very slowly as the pores fill
41      up with carbon.
42    \item The reacting gas is in dilute solution with an inert gas.
43    \item Diffusion through the preform is described by Fick's first law with
44      uniform effective diffusivity $D_{\rm eff}$.
45    \item Gas in the preform is spherically symmetric, so concentration is only
46      a function of distance from the center $r$.
47    \item The reaction is first order and proportional to the surface area of
48      fibers in the preform, {\em I.e.} ``generation'' rate of acetylene per
49      unit volume is given by $G_A=-k_A''aC_A$, where $k_A''$ is the
50      heterogeneous reaction constant and $a$ is the fiber preform surface area
51      per unit volume.
52    \end{itemize}
53
54  \item Solve the differential equation from part \ref{difeq}.  (Hint: assume a
55    solution of the form $C_A=f(r)/r$ and solve for $f(r)$.)
56
57  \item Fit this solution to the boundary conditions:
58    \begin{itemize}
59    \item $C_A$ is bounded (non-infinite) at the center, so $f(0)=0$.
60    \item $C_A=C_{As}$ at the outer surface of the preform.
61    \end{itemize}
62
63  \item Consider the dimensionless quantity:
64    $$N=\frac{k_A''aR^2}{D_{\rm eff}}$$
65    Will the deposition be more uniform for small or large values of $N$?
66    (Note that deposition rate is proportional to $C_A$, and is thus determined
67    by the ratio of concentration at the center vs. near the surface
68    $C_{A,0}/C_{A,s}$.  To calculate that ratio, note also that
69    $\lim_{x\rightarrow 0}\frac{\sinh bx}{x}=b$.)
70
71  \item Based on what you know about temperature dependence of diffusivity and
72    reaction rates, will the deposition be more uniform at high or low
73    temperatures?  (Your answer might include: in which temperature range is
74    the process reaction-limited, or diffusion-limited?)
75
76  \item What kind of problems will occur at low temperatures?  At high
77    temperatures?  Is there a way to overcome such problems, or are we stuck
78    with an inherently very slow process for making carbon-carbon composites?
79\end{enumerate}
80\end{enumerate}
81\end{document}
Note: See TracBrowser for help on using the browser.