Team:SDU-Denmark/project-m

From 2010.igem.org

(Difference between revisions)
(5. A 2-D model of the system)
(4. Flagella dynamics)
Line 62: Line 62:
The first thing we had to figure out was how the flow created by all of the other flagella would affect one single flagellum. To do this we decided to approximate a flagellum as a string of spheres and use dragforce calculations to figure out the force with which the flowfields of the other flagella would affect the beads. The procedure is shown below.
The first thing we had to figure out was how the flow created by all of the other flagella would affect one single flagellum. To do this we decided to approximate a flagellum as a string of spheres and use dragforce calculations to figure out the force with which the flowfields of the other flagella would affect the beads. The procedure is shown below.
 +
The dragforce created by the fluid on the bead is calculated using the same formula we used in chapter 3
 +
[[Image:Team-SDU-Denmark-2010-Force.gif|center]]
 +
 +
Once we have the force we can use it to calculate the torque on the bead, we then summarize the torques of the individual beads to get the total torque
 +
 +
[[Image:Team-SDU-Denmark-2010-Torque.gif|center]]
 +
 +
We then go to from the torque to the acceleration by dividing with the inertia. This is also where we introduce the potential, that we mentioned earlier
 +
 +
[[Image:Team-SDU-Denmark-2010-Acceleration.gif|center]]
 +
 +
Now that we have the acceleration we can insert it into the equation of motion. This allows us to calculate the position of the flagella at the next timestep by using it's position at the current and at the previous timestep.
 +
 +
[[Image:Team-SDU-Denmark-2010-Angle.gif|center]]
   
   
-
This model showed us that in less than 100ns the velocity of the flagella would be the same as the velocity of the fluid when the flagella started with a velocity of zero, after that the two velocity never diverged far from each other. Since the velocity of the flagella always went to the velocity of the fluid on such a short timescale and since these calculations took a lot of computerpower we decided that instead of force calculations we would simpy find the flowvelocity at the tip of the flagellum and convert that directly to the angular velocity of the flagellum.
+
 
 +
In the end this model showed us that in less than 100ns the velocity of the flagella would be the same as the velocity of the fluid when the flagella started with a velocity of zero, after that the two velocity never diverged far from each other. Since the velocity of the flagella always went to the velocity of the fluid on such a short timescale and since these calculations took a lot of computerpower we decided that instead of force calculations we would simpy find the flowvelocity at the tip of the flagellum and convert that directly to the angular velocity of the flagellum.
=== 5. A 2-D model of the system ===
=== 5. A 2-D model of the system ===

Revision as of 19:28, 16 October 2010