Team:SDU-Denmark/project-m

From 2010.igem.org

(Difference between revisions)
(2. The real system)
(3. General description)
Line 20: Line 20:
To summarize we have to model a very dense system of . This is indeed not a simple task, and quite a few simplification assumptions have to be made. These will be startingpoint of the next partXX
To summarize we have to model a very dense system of . This is indeed not a simple task, and quite a few simplification assumptions have to be made. These will be startingpoint of the next partXX
-
=== 3. General description ===
+
=== 3. D ===
-
+
-
A flagellum creates propulsion by spinning around in a helical shape. Many who models a single flagellum considers this shape rigid and then calculate a flowfield from the spinning helix. Our system consists of many flagella and modelling every single flagellum in this way would take too much time.
+
-
An e. coli typically has around 8-10 flagella, but for simplicity we will consider them as one bundle.
+
-
The overall result of the spinning flagellum/flagellabundle is that the bacterium moves in an almost straight line. We will therefore consider the forces created by the flagella to be simply a pointforce on the tip of the flagellabundle pointing in the same direction as the bundle.
+
-
The size of this force can be approximated by calculating drag on a swimming bacteria. If the bacteria is considered almost spherical the drag force can be calculated by using the formula for stokes flow past a sphere:
+
-
<math> F_d = -6 \pi \eta r v </math>
+
-
where η is the viscosity of the fluid in which the bacterium is swimming, r is the radius of the bacterium and v is the velocity.
+
-
Using the following data
+
<pre style="color:red">
 +
A flagellum creates propulsion by spinning around in a helical shape. Since the flagella/flagellabundles, take on a helical shape, the most accurate thing to do would be to model them as such, but doing this would become quite advanced for even one flagellum, not to mention an entire system. Since we are limited in both time and computerpower, we will have to clean it up a bit.
 +
</pre>
-
<math> r = 0.4*10^-6 m </math>
+
One thing we can do is to consider all the flagella of a bacterium to form one bundle, even though doing so for a bacterium stuck to a wall is questionable.
-
<math> v = 50*10^-6 m/s </math>
+
The overall result of this spinning bundle is that the bacterium moves in an almost straight line.This could be modelled as a pointforce on the tip of the flagellabundle pointing in the same direction as the bundle.
-
<math> \eta = 8.94*10^-4 Pa*s </math>
+
The size of this force can be approximated by calculating the drag on a swimming bacterium. If the bacterium is considered almost spherical the drag force can be calculated by using the formula for stokes flow past a sphere:
-
the dragforce and thereby the force created by the flagellabundle of one e. coli is
+
F<sub>d</sub> = -6πηrv
-
<math> F_d = 3.37*10^-13 N </math>
+
 
 +
where η(=8.94•10<sup>-4</sup> Pa•s for water) is the viscosity of the fluid in which the bacterium is swimming, r(=0.4•10<sup>-6</sup> m) is the radius of the bacterium and v(=50•10<sup>-6</sup> m/s) is the velocity.
 +
 
 +
 
 +
The dragforce and thereby the force created by the flagellabundle of one e. coli is
 +
 
 +
|F<sub>d</sub>| = 3.37•10<sup>-13</sup> N.
The system we are trying to model consists of a lot of bacteria stuck to a wall, but the part we are interested in is really the flagella and the forces they create. So we ignore the bodies of the bacteria, and instead consider the flagella as being stuck directly to the wall, with one end glued to the wall and the other pointing out into the fluid.  
The system we are trying to model consists of a lot of bacteria stuck to a wall, but the part we are interested in is really the flagella and the forces they create. So we ignore the bodies of the bacteria, and instead consider the flagella as being stuck directly to the wall, with one end glued to the wall and the other pointing out into the fluid.  
Line 54: Line 55:
As the above figures show, there is quite a difference between the two situations. We decided to keep working with both the single-wall and the double-wall flowfields.
As the above figures show, there is quite a difference between the two situations. We decided to keep working with both the single-wall and the double-wall flowfields.
-
 
-
The next thing to be considered was whether the flagella are dependent on the flow, ie. if we place a bacterium at an angle θ with the wall will it remain at that angle or will it get pulled around by the flow in the pipe, thus changing its position. The two extreme situations would be to either keep the flagella in a stationary position or to let it be completely dependent on the flow. In order to create an intermediate situation, we could induce each flagellum with a potential, pulling it toward a favored angle. We believe the answer lies somewhere in between the two extremes, but that doesn't mean the extremes can't tell us anything. We therefore decided to create a model in which the flagella keep still, and one where they are affected by the flow and a potential. The size of the potential can always be set to zero if we want to study the flagella without it.
 
-
 
-
The basic idea now is that every flagella stuck to surface creates its own flowfield. To get the entire flowfield we add together all the flowfields created by the individual flagellum. In the case where the flagella are stationary that is basically it. For flagella that are able to move it's a bit more tricky. This is described in the next chapter.
 
=== 4. Considerations about velocity ===
=== 4. Considerations about velocity ===

Revision as of 14:55, 16 October 2010