Team:British Columbia/Modelling/Adsorptions

From 2014.igem.org

(Difference between revisions)
Line 42: Line 42:
<p class="lead">
<p class="lead">
As the results for 100 and 1000 unit area surface both give reasonably close values for circles per unit area it is safe to assume there are about 0.55 sites for caulobacter attachment per square um of chalcopyrite.
As the results for 100 and 1000 unit area surface both give reasonably close values for circles per unit area it is safe to assume there are about 0.55 sites for caulobacter attachment per square um of chalcopyrite.
-
A video of the matlab code running is provided below
+
A sped up visual of the matlab code running is provided below to show the circles being generated and randomly placed onto the surface.
</p>
</p>
<iframe width="560" height="315" src="//www.youtube.com/embed/q2CDBWBpdJU" frameborder="0" id="adsorption03" allowfullscreen></iframe>
<iframe width="560" height="315" src="//www.youtube.com/embed/q2CDBWBpdJU" frameborder="0" id="adsorption03" allowfullscreen></iframe>

Revision as of 18:53, 16 September 2014

2014 UBC iGEM

Adsorptions

Model for caulobacter Attachment to Chalcopyrite

The mechanism for caulobacter (~1um diameter) attachment to particles of chalcopyrite (~100um) share many similarities with a standard adsorption problem. The Langmuir isotherm has been adopted for modelling caulobacter to chalcopyrite. The model defined 3 distinct regions, the surface, subsurface and bulk. The surface is the interface between chalcopyrite and the medium, with the medium being the suspension fluid holding both the caulobacter and chalcopyrite. The surface consist of a finite number of sites for caulobacter attachment. The subsurface is an arbitrary volume around the surface where we allow the concentration of caulobacter to fluctuate. The bulk is everything else, it differs from the subsurface as we assume the concentration of caulobacter is relatively constant. This model hence assumes the total number of caulobacter in the system is much greater than the totally number of attachment sites on chalcopyrite.

The total number of free sites can be estimated given the surface area of chalcopyrite particles and foot print of caulobacter. A matlab code was written to randomly place circles (simulating the caulobacter) of 1 unit diameter around a square. The x,y coordinates of the circles were generated with a uniform random distribution, each time coordinate was generated it was checked against other circles that have already been placed to see if they collide before placing onto the square. The script stops when 1000 consecutive attempted placements fail. The script was run for a surface 100 squared unit 5 times and verified against a surface of 1000 squared units run twice.

As the results for 100 and 1000 unit area surface both give reasonably close values for circles per unit area it is safe to assume there are about 0.55 sites for caulobacter attachment per square um of chalcopyrite.

As the results for 100 and 1000 unit area surface both give reasonably close values for circles per unit area it is safe to assume there are about 0.55 sites for caulobacter attachment per square um of chalcopyrite. A sped up visual of the matlab code running is provided below to show the circles being generated and randomly placed onto the surface.

© 2014 UBC iGEM