Difference between revisions of "Team:KU Leuven/Modeling/Internal"
Line 43: | Line 43: | ||
<img src="https://static.igem.org/mediawiki/2015/e/eb/KU_Leuven_fossilBackground.png" width="100%"> | <img src="https://static.igem.org/mediawiki/2015/e/eb/KU_Leuven_fossilBackground.png" width="100%"> | ||
<div class="head"> | <div class="head"> | ||
− | <h2> | + | <h2> Internal Model </h2> |
</div> | </div> | ||
</div> | </div> |
Revision as of 15:06, 4 August 2015
Internal Model
In the internal model we will try to simulate the dynamics of the processes in the cell. For this we use the Simbiology toolbox in Matlab. This allows us to model the production of leucine and AHL in cell A and the changing behavior of Cell B due to the changing concentration.
$$\frac{d m_{CI}}{d t} = \alpha_1 * CI_{gene} - d_1 * m_{CI}$$
$$\frac{\partial B}{\partial t} = D_b \bigtriangledown^2 B + \bigtriangledown (P(B,H,R) \bigtriangledown R)+ \gamma B(1 - \frac{B}{k_{p}}), $$
$$ \frac{\partial R}{\partial t} = D_r \bigtriangledown^2 B + k_r A - k_{lossH} R $$
$$\frac{\partial H}{\partial t} = D_h \bigtriangledown^2 B + k_h A - k_{lossR} H . $$