Team:UPO-Sevilla/Modeling

From 2010.igem.org

(Difference between revisions)
Line 9: Line 9:
         </script>
         </script>
</html>
</html>
 +
 +
<div class=contentBC>
<div class=contentBC>
 +
 +
 +
<html>
<html>
Line 46: Line 51:
</p>
</p>
<p>
<p>
-
Basically, the equation states that the is directed towards places with lower concentration (thus the minus sign). If the concentration is constant in the space $ \Delta \phi = \mathbf{0}$ there is no flux.
+
Basically, the equation states that the is directed towards places with lower concentration (thus the minus sign). If the concentration is constant in the space (&nabla;&phi;=0) there is no flux.
</p>
</p>
<p>
<p>
-
If the flux is known, it is possible to determine the amount of substance that goes through a small surface $d\mathbf{S}$ and a small amount of time $dt$</p>
+
If the flux is known, it is possible to determine the amount of substance that goes through a small surface <b>S</b> and a small amount of time <i>dt</i></p>
<center>
<center>
Line 57: Line 62:
<p>
<p>
-
In order to simulate the diffusion, we define the environment and discretize it in very small cells. Each cell determines a given volume $V$, and has a surface $\mathbf{S}$. At a given time instant, the cell has an amount of substance $c$ (and then a concentration $\frac{c}{V}$).
+
In order to simulate the diffusion, we define the environment and discretize it in very small cells. Each cell determines a given volume <i>V</i>, and has a surface <b>S</b>. At a given time instant, the cell has an amount of substance <i>c</i> (and then a concentration <i>c</i>\<i>V</i>).
</p>
</p>
<p>
<p>
-
If the cells and time step $\Delta t$ are small, we can consider that the gradient of concentration can be approximated though the differences in concentration between a cell $i$ and 4 (or 8) neighbors $j$. Thus:
+
If the cells and time step &Delta;<i>t</i> are small, we can consider that the gradient of concentration can be approximated though the differences in concentration between a cell <i>i</i> and 4 (or 8) neighbors <i>j</i>. Thus:
</p>
</p>
Line 69: Line 74:
<p>
<p>
-
and then, the amount of substance that diffusses from $i$ to $j$:
+
and then, the amount of substance that diffusses from <i>i</i> to <i>j</i>:
</p>
</p>

Revision as of 14:37, 5 October 2010



Models

The members of the dry lab are simulating the different components of the full system. Three main components can be identified:
  1. The difussion of the chemoattractant through the medium.
  2. The motion of the bacterias through the medium due to the gradient on the chemoattractant concentration.
  3. The chemoattractant generation within the bacteria.

Chemoattractant Diffusion

The basic equations for the diffusion of the chemoattractant in the medium are the Fick laws of diffusion, which govern the variation of the concentration of a substance within a medium.

The flux (that is, the amount of substance that flows through a given surface per unit of time $\frac{mol}{m^2 s}$) is given by:

First Fick Law

where $\phi$ is the concentration ($\frac{mol}{m^{3}}$) in a given point. $D$ is a constant called the diffusion coefficient, and that depends on the medium .

Basically, the equation states that the is directed towards places with lower concentration (thus the minus sign). If the concentration is constant in the space (∇φ=0) there is no flux.

If the flux is known, it is possible to determine the amount of substance that goes through a small surface S and a small amount of time dt

First Fick Law

In order to simulate the diffusion, we define the environment and discretize it in very small cells. Each cell determines a given volume V, and has a surface S. At a given time instant, the cell has an amount of substance c (and then a concentration c\V).

If the cells and time step Δt are small, we can consider that the gradient of concentration can be approximated though the differences in concentration between a cell i and 4 (or 8) neighbors j. Thus:

First Fick Law

and then, the amount of substance that diffusses from i to j:

First Fick Law

Bacteria motion

Chemical reactions

Modeling Tools

Footer