Team:Evry/Auxin diffusion

From 2012.igem.org

(Difference between revisions)
Line 54: Line 54:
<img src="https://static.igem.org/mediawiki/2012/8/83/Pde-geo.png" alt="tadpole geometry" />
<img src="https://static.igem.org/mediawiki/2012/8/83/Pde-geo.png" alt="tadpole geometry" />
</center>
</center>
 +
 +
As seen on the picture above, the geometry is composed of very elementary shapes: circles and ellipses. Note that in the model, the shapes and positions of the different areas can be modified. In fact their are no really fixed geometry because it varies from tadpoles to tadpoles.
<h3>Limit conditions</h3>
<h3>Limit conditions</h3>
 +
 +
We consider in this model the tadpole as a closed system: no exchanges are allowed between the external medium and the skin. This hypothesis is modelized by using the neumann boundary condition with a value of 0:
 +
 +
<center>
 +
<img src="https://static.igem.org/mediawiki/2012/1/13/Neumann-ext.png" alt="neumann ext" />
 +
</center>
<h2>Calibration</h2>
<h2>Calibration</h2>

Revision as of 23:17, 26 September 2012

Model using Partial Differential Equations(PDE)

Overview

    Using PDE instead of ODE allows one to take into account the space dimensions. Where in the ODE model, the concentration of auxin in a compartment was considered homogeneous, here we can represent the variations internal to the compartment. When taking into account the space dimensions, new problems arise: finding a coherent geometry, 2D vs 3D model, precision, etc. We chose to model a slice of a tadpole's tail based on images from [ADD BOOK REF]. Putting multiple such slices one after the other allows us to approximate a 3 dimensions model.

    Hypothesis

    There are the different hypothesis we were constrained to make in order to model the system:
    1. The quantity of auxins is homogeneous in the blood

    Model description

    The PDE model is similar to the ODE one except that it takes into account the geometry. This allows us to model more complex phenomenon such as diffusion and transport.

    Equations

    The diffusion equation is used to model the repartition of auxin's molecule when not subject to any flow (in the skin for example). The equation is states as follows:
    diffusion equation
    where:
    • x = (x1, x2) is a 2 dimensional vector
    • c is a function representing the auxin concentration
    • D is the diffusion constant
    • Δ is the Laplacian operator

    Geometry

    To keep the complexity of the numerical simulations low, we had to simplify the considered geometry. Hence, the slide of tadpole only contains the following elements:
    1. Skin
    2. Blood vessels or muscles (depending on the model)
    3. Notochord
    4. Spinal cord
    5. Aorta
    6. Veins: caudal and dorsal
    tadpole geometry
    As seen on the picture above, the geometry is composed of very elementary shapes: circles and ellipses. Note that in the model, the shapes and positions of the different areas can be modified. In fact their are no really fixed geometry because it varies from tadpoles to tadpoles.

    Limit conditions

    We consider in this model the tadpole as a closed system: no exchanges are allowed between the external medium and the skin. This hypothesis is modelized by using the neumann boundary condition with a value of 0:
    neumann ext

    Calibration

    Results

    Conclusion

    References

    References:

    1. Atlas of xenopus development,G. Bernardini, Springer, 1999.