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

Revision 75, 4.8 kB (checked in by powell, 6 years ago)

New problem: Macromolecule diffusion into muscle tissue, with Biomaterials page.

  • Property svn:keywords set to Author Date Id Revision
Line 
1\documentclass{article}
2\usepackage{fullpage}
3\begin{document}
4\begin{enumerate}
5\item Macromolecule diffusion into muscle tissue
6
7  \begin{enumerate}
8  \item \label{solution} Start with the unsteady spherical diffusion equation
9    from the equation sheet:
10    $$\frac{\partial C}{\partial t} = \frac{1}{r^2}\frac{\partial}{\partial r}
11    \left(r^2D\frac{\partial C}{\partial r}\right) + G.$$
12    Steady-state implies $\partial C/\partial t$ is zero, and without other
13    information, we can ignore generation, leaving:
14    $$\frac{1}{r^2}\frac{\partial}{\partial r}
15    \left(r^2\frac{\partial C}{\partial r}\right) = 0.$$
16    Cancel the $1/r^2$ up front, and substitute $C=A/r+B$, and simplify:
17    $$\frac{\partial}{\partial r}
18    \left(r^2\frac{\partial}{\partial r}\left(\frac{A}{r}+B\right)\right) =
19    \frac{\partial}{\partial r}\left(r^2\left(-\frac{A}{r^2}+0\right)\right) =
20    \frac{\partial}{\partial r}(-A) = 0.$$
21    So it works.
22
23  \item Substitute the boundary conditions into $C=A/r+B$; at $r=\infty$,
24    $C=0$:
25    $$0 = \frac{A}{\infty}+B \Rightarrow B=0,$$
26    then at $r=0.5$mm, $C=C_0$:
27    $$C_0 = \frac{A}{\rm 0.5mm} \Rightarrow A=C_0\cdot 0.5{\rm mm}.$$
28    The solution which fits these boundary conditions is thus:
29    $$C = \frac{C_0\cdot 0.5{\rm mm}}{r}.$$
30
31  \item The $r$-component of flux $J_r$ is given by:
32    $$J_r = -D\frac{dC}{dr} = -D\frac{d}{dr}\frac{C_0\cdot 0.5{\rm mm}}{r} =
33    D\frac{C_0\cdot 0.5{\rm mm}}{r^2}.$$
34    At the surface where $r=0.5{\rm mm}$, this is $J_r=DC_0/0.5{\rm mm}$.
35
36    The mass transfer coefficient $h_D$ is then just $D/0.5{\rm mm}$.
37
38  \item \label{halfregion} Set $C\geq C_0/2$, so $C_0/2\leq C$, and solve for
39    $r$:
40    $$C_0/2 \leq \frac{C_0\cdot 0.5{\rm mm}}{r}$$
41    $$r \leq 2\cdot 0.5{\rm mm = 1mm}$$
42    So $C\geq C_0/2$ where $r\leq 1$mm, and this region is a sphere with twice
43    the diameter of the device.
44
45  \item Initially, the drug will spread rapidly along the direction of the
46    cells and slowly across them, due to faster diffusion in the direction of
47    the cells, making the region an elongated ellipsoid.  However, as time goes
48    on, the drug will diffuse also to the sides, such that at steady state, it
49    will still be a sphere with twice the diameter of the device, as if it were
50    isotropic.  This is a bit counter-intuitive, and merits explanation.
51
52    One way to think of this is that the $r$-direction diffusivity $D_{rr}$
53    depends on the angle $\phi$ away from the direction of muscle cells (where
54    the angles $\phi=0$ and $\phi=\pi$ (180$^\circ$) are parallel to the cells,
55    and $\phi=\pi/2$ (90$^\circ$) is perpendicular to the cells, but not on
56    $\theta$ (longitude-type angle around the cells) or $r$.  So parallel to
57    the cells, $D_{rr}(\phi=0)=D_{rr}(\phi=\pi)$ is large; perpendicular to
58    them, $D_{rr}(\phi=\pi/2)$ is small; at a 45$^\circ$angle,
59    $D_{rr}(\phi=\pi/4)$ is somewhere between the other two.
60
61    Then if we try $C=A/r+B$ in the modified diffusion equation, it still
62    works:
63    $$\frac{\partial}{\partial r}
64    \left(r^2D_{rr}(\phi)\frac{\partial C}{\partial r}\right) =
65    \frac{\partial}{\partial r}
66    \left(r^2D_{rr}(\phi)\left(-\frac{A}{r^2}+0\right)\right) =
67    \frac{\partial}{\partial r} (D_{rr}(\phi)A) = 0.$$
68
69    For those interested in even more details, they go something like this.  In
70    an isotropic medium, the diffusivity is a scalar.  In an anisotropic
71    medium, it is a tensor, so Fick's first law goes like:
72    $$J_i = -D_{ij} C_{,j},$$
73    where $D_{ij}$ is the diffusivity tensor and $C_{,j}$ the concentration
74    gradient (in indicial notation).  If we point the $z$-axis in the direction
75    of the muscle cells, and the $x$ and $y$ axes in orthogonal directions,
76    then the diffusivity tensor will look like:
77    $$D_{ij} = \left(\begin{array}{ccc} D_\perp&0&0\\ 0&D_\perp&0\\
78        0&0&D_\parallel\end{array}\right),$$
79    where $D_\perp$ is the low diffusivity across the cells and $D_\parallel$
80    is the high diffusivity along the cells.  So $J_z$ is faster for a given
81    $\partial C/\partial z$ than $J_x$ would be for the same $\partial
82    C/\partial x$.
83
84  \item There are multiple potential complicating factors, any one of which
85    receives full credit:
86    \begin{itemize}
87    \item Blood flow carries the drug around, changing the shape significantly,
88      by {\em convection}.
89    \item The muscle contracts and extends, changing its shape, also
90      effectively a {\em convection} mechanism.
91    \item The drug is metabolized or otherwise broken down by the body by
92      biochemical reactions, macrophages, etc., resulting in nonzero {\em
93        generation}.
94    \item Non-uniformities in the muscle such as fluid regions, or else muscle
95      damage or scar tissue due to the implantation process, results in {\em
96        non-uniform diffusivity} (not only anisotropic).
97    \end{itemize}
98  \end{enumerate}
99\end{enumerate}
100\end{document}
Note: See TracBrowser for help on using the browser.