Difference between revisions of "Team:Paris Saclay/Modeling"

(Cleaned page and added equations in comments)
(fick's first law)
Line 8: Line 8:
 
<p>In order to be considered for the <a href="https://2015.igem.org/Judging/Awards#SpecialPrizes">Best Model award</a>, you must fill out this page.</p>
 
<p>In order to be considered for the <a href="https://2015.igem.org/Judging/Awards#SpecialPrizes">Best Model award</a>, you must fill out this page.</p>
 
</div>
 
</div>
 +
 +
<!-- start of document -->
 +
The diffusion of particules is based on Fick's first law which is given by:
 +
\begin{equation}
 +
\textbf{j} = -D \, \bf{\nabla} n
 +
\label{eq:fick}
 +
\end{equation}
 +
In this equation, $\textbf{j}$ is the diffusion flux, $D$ the diffusion coefficient and $n$ the concentration of particles.
 +
 +
This equation can be coupled with the continuity equation $\partial_t n = \mathbf{\nabla} \cdot \mathrm{j} \quad (+\sigma)$ expressing the conservation of the total number of diffusing particles. $\sigma$ is the net particle production rate.
 +
 +
 +
 +
  
 
<!-- START OF COMMENT SECTION
 
<!-- START OF COMMENT SECTION
Line 16: Line 30:
 
It is however interesting to study to what extent the porous medium used to allow diffusion of molecules is permissive, given the thickness of silica around the alginate beads that contain our working bacteria.
 
It is however interesting to study to what extent the porous medium used to allow diffusion of molecules is permissive, given the thickness of silica around the alginate beads that contain our working bacteria.
  
%%START OF MODELING
+
START OF MODELING
  
The diffusion of particules is based on Fick's first law which is given by:
+
 
\begin{equation}
+
 
\textbf{j} = -D \, \bf{\nabla} n
+
 
\label{eq:fick}
+
 
\end{equation}
+
 
In this equation, $\textbf{j}$ is the diffusion flux, $D$ the diffusion coefficient and $n$ concentration of particles.
+
--------------------------------
+
It can be coupled with the continuity equation stating the number  second law
+
  
 
physical containment method based on silica presented
 
physical containment method based on silica presented
Line 36: Line 48:
  
 
Equation de continuité -> conservation nombre de particules
 
Equation de continuité -> conservation nombre de particules
\begin{equation}
+
 
\partial_t n = \mathbf{\nabla} \cdot \mathrm{j} \, (+\sigma)
+
\label{eq:continuity_eq}
+
\end{equation}
+
  
 
Eq. \ref{eq:fick} + Eq. \ref{eq:continuity_eq} : $\partial_t n = D \, \triangle n \, (+\sigma)$
 
Eq. \ref{eq:fick} + Eq. \ref{eq:continuity_eq} : $\partial_t n = D \, \triangle n \, (+\sigma)$
Line 124: Line 133:
  
 
$n(r,t) = \frac{\mathrm{e}^{-\lambda D^2 t}}{\sqrt{r}} \, \sqrt{\frac{2}{\lambda \pi}} \Big[C_1 \sin(\lambda r) - C_2 \cos(\lambda r) \Big]$
 
$n(r,t) = \frac{\mathrm{e}^{-\lambda D^2 t}}{\sqrt{r}} \, \sqrt{\frac{2}{\lambda \pi}} \Big[C_1 \sin(\lambda r) - C_2 \cos(\lambda r) \Big]$
 +
 
END OF COMMENT SECTION-->
 
END OF COMMENT SECTION-->
 
</html>
 
</html>
 
{{Team:Paris_Saclay/footer}}
 
{{Team:Paris_Saclay/footer}}

Revision as of 02:27, 19 September 2015

Modeling

Note

In order to be considered for the Best Model award, you must fill out this page.

The diffusion of particules is based on Fick's first law which is given by: \begin{equation} \textbf{j} = -D \, \bf{\nabla} n \label{eq:fick} \end{equation} In this equation, $\textbf{j}$ is the diffusion flux, $D$ the diffusion coefficient and $n$ the concentration of particles. This equation can be coupled with the continuity equation $\partial_t n = \mathbf{\nabla} \cdot \mathrm{j} \quad (+\sigma)$ expressing the conservation of the total number of diffusing particles. $\sigma$ is the net particle production rate.