Team:UPO-Sevilla/Modeling
From 2010.igem.org
Line 51: | Line 51: | ||
<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 $d\mathbf{S}$ and a small amount of time $dt$</p> | ||
+ | |||
+ | <center> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/f/f8/UPO-Model-Eq2.png" width="170 "alt="First Fick Law"/> | ||
+ | </center> | ||
<p> | <p> | ||
Line 59: | Line 63: | ||
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 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: | ||
</p> | </p> | ||
+ | |||
+ | <center> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/e/ea/UPO-Model-Eq3.png" width="170 "alt="First Fick Law"/> | ||
+ | </center> | ||
Revision as of 10:29, 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:- The difussion of the chemoattractant through the medium.
- The motion of the bacterias through the medium due to the gradient on the chemoattractant concentration.
- 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:
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 $ \Delta \phi = \mathbf{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 $d\mathbf{S}$ and a small amount of time $dt$
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}$).
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:
Bacteria motion
Chemical reactions
Modeling Tools