Team:TU-Delft/Modeling/Diffusion

From 2012.igem.org

Menu

Diffusion Model

One of the main objectives of the project was to synthesize a practical device, the Snifferometer for tuberculosis detection. As a first step towards this, we built a spatio temporal 2D reaction-diffusion system which was implemented in COMSOL multiphysics. Combining the behaviours of the diffusion and the pathway model, helped us get a better understanding of how such a device could be implemented and the response times involved in such a process.

Contents

The device set up

The device at the bottom has a membrance preventing the yeast coming in direct contact with
Figure 5: Computer aided design of the Snifferometer
external substances, above which is a layer of agar in which yeast is placed,the nutrients for it's growth is fed in through a channel along the sides of the tube using which the yeast cells can also be replaced as and when needed. A micro-optrode is then used to sense the photons emitted by the fluoroscent proteins. A key question was the time it took for the ligand to diffuse into the layer of yeast. To answer this question, the System was modeled as a 1D diffusion problem using PDE’s.

The values for various dimensions of the model were chosen using an iterative approach of design and analysis which would yield an optimal response. The model dimensions can be obtained from the code in the codes section. Once the structure of the device was designed, a simple reaction model assuming linear kinetics was implemented in the agar layer using the results of the single cell pathway model(Results)

Modeling Approach

PDEs

The diffusion phenomenon is modelled by Fick's second law. DiffusionFormula1.PNG

where C represents the ratio of the pressure between gasphase and atmosphere, x is the distance from the surface of petridish to the agar layer, and D is the diffusion coefficient, the value of which is calculated from [1].

In order to solve PDEs, numerical methods are used as approximation.

On the left side of the equation, the Euler forward method is taken:

DiffusionFormula2.PNG

On the right side of the equation, the central differential method is used:

DiffusionFormula3.PNG

It can be noticed that the equations both to the right and left of the equality are the same.

DiffusionFormula4.PNG

Therefore, the PDEs can be numerically replaced by the equation:

DiffusionFormula5.PNG

where DiffusionFormula6.PNG. In the implementation by MATLAB, dx is taken as the interval of x.

Boundary conditions

In order to solve this equation, boundary conditions are required. Two boundary conditions are set for these two surfaces of petridish-air and air-agar.

  • At x=0, the Dirichlet boundary condition was placed:

20120926220011%21DirichletBC.PNG

with Csat being the pressure ratio with respect to the saturation pressure of the specific compound being IsoAmylAcetate as an example in our model. For IsoAmylAcetate this value is 533.3 Pa at room temperature. Thus Csat is equal to 0.05333.

  • One can take Neumann boundary condition at x=l, where l is the distant between petridish and agar and assumed to be 0.01 meter in the model. The reason we can use Neumann boundary is because the molecules bounce back into the gasphase against the agar surface.

NeumannBC.PNG

The model was the simulated in matlab, the results of which are below

Results

Figure 2: Simulation of diffusion model.(in 3D Cartesian coordinate, X axis is time, Y axis is the distance from the petridish, Z axis is the pressure ratio)
Figures 2 and 3 depict the results of the simulation with distance dimension 0 - 0.01 meter and the time dimension 0 - 100 seconds. Two key observations were drawn from this model
  • The results suggest that at approximately two minutes, there is steady state concentration at the agar layer
  • The input to the single cell pathway model can be considered a step function, if we assume that the Ligand is not degraded by yeast.


  • Matlab script for diffusion model can be found here.


Comsol Spatio-Temporal Model

A spatio temporal 2D reaction-diffusion system which was implemented in COMSOL multiphysics. Combining the behaviours of the diffusion and the pathway model.The simulation of which is shown below.

In case the place seems to be blank, zoom into the page by using Ctrl + Mouse-wheel and hit F5.

Conclusion

From the simulations and analysis it can be concluded that the response of the system can be improved by improving the kinetics of the signalling pathway and the diffusion has a limited influence on the system response.

Comsol Code

Final Model

TUD-Download.png


References

1. Chen, N. H. (1962). New Generalized Equation for Gas Diffusion Coefficient. J. Chem. Eng. Data, 37–41.
2. Comsol Multiphysics.