Line 86: | Line 86: | ||
<div class="card-body"> | <div class="card-body"> | ||
<div class="tab-content" id="myTabContent"> | <div class="tab-content" id="myTabContent"> | ||
− | <!-- | + | |
+ | <!-- Droplet Characterization --> | ||
+ | |||
<div class="tab-pane fade show active" id="tabs-icons-text-1" role="tabpanel" aria-labelledby="tabs-icons-text-1-tab"> | <div class="tab-pane fade show active" id="tabs-icons-text-1" role="tabpanel" aria-labelledby="tabs-icons-text-1-tab"> | ||
− | <h2 class=display-3>Droplet Characterization</p></h2> | + | <h2 class="display-3 mb-0">Droplet Characterization</p></h2> |
− | < | + | <small class="h6 text-default"> |
Due to the relatively low flow rate that fluid moves at in microfluidic chips, outputs offloaded from microfluidic chips typically form droplets as opposed to a continuous stream. Therefore, in order to accurately dispense these droplets into wells, we created a model to predict their volume so that users can control the end sample volume in the well of interest. To develop the model we used a free-body diagram to identify the forces present right before a droplet falls off the nozzle. Using the sum of the forces we were able to model the volume of the droplet. To test the model we ran preliminary experiments to calculate volumes and compared them against the theoretical value given by the model. Because we can’t directly measuring the volume of the droplet, we used the time interval between droplets and the given flow rate to calculate what the experimental volume is. </p> | Due to the relatively low flow rate that fluid moves at in microfluidic chips, outputs offloaded from microfluidic chips typically form droplets as opposed to a continuous stream. Therefore, in order to accurately dispense these droplets into wells, we created a model to predict their volume so that users can control the end sample volume in the well of interest. To develop the model we used a free-body diagram to identify the forces present right before a droplet falls off the nozzle. Using the sum of the forces we were able to model the volume of the droplet. To test the model we ran preliminary experiments to calculate volumes and compared them against the theoretical value given by the model. Because we can’t directly measuring the volume of the droplet, we used the time interval between droplets and the given flow rate to calculate what the experimental volume is. </p> | ||
<div class="row"> | <div class="row"> | ||
Line 102: | Line 104: | ||
</ul> | </ul> | ||
The droplet volumes was expected to be consistent across all flow rates and only change depending on tubing geometry and material because as flow rates increase, the interval between droplets decrease as the volume of the droplets should remain constant. We concluded that the model was missing another physical component that would both contribute to the theoretical droplet volume and account for the dependence on flow rate. </p> | The droplet volumes was expected to be consistent across all flow rates and only change depending on tubing geometry and material because as flow rates increase, the interval between droplets decrease as the volume of the droplets should remain constant. We concluded that the model was missing another physical component that would both contribute to the theoretical droplet volume and account for the dependence on flow rate. </p> | ||
− | </ | + | </small> |
<div class="row"> | <div class="row"> | ||
− | <div class="col-10 text">A potential reason for this missing component is that the model assumed that the fluid is static instead of dynamic, due to the constant flow rate of fluid moving through the chip (Zhang). In a dynamic model, the total droplet volume is characterized by the static volume and the pinching volume (Zhang). The pinching volume is formed during the droplet’s fall when the droplet breaks off the tube (Zhang). </p> | + | <div class="col-10"><small class="h6 text-default">A potential reason for this missing component is that the model assumed that the fluid is static instead of dynamic, due to the constant flow rate of fluid moving through the chip (Zhang). In a dynamic model, the total droplet volume is characterized by the static volume and the pinching volume (Zhang). The pinching volume is formed during the droplet’s fall when the droplet breaks off the tube (Zhang). </p> |
However, after researching the physical phenomenon behind dynamic droplets we realized that a complete dynamic model, as described in Zhang et al, required measuring many parameters, making it difficult to implement. Therefore, we decided to create our dynamic model empirically by adding a correction factor, which would depend on flow rate. </p> | However, after researching the physical phenomenon behind dynamic droplets we realized that a complete dynamic model, as described in Zhang et al, required measuring many parameters, making it difficult to implement. Therefore, we decided to create our dynamic model empirically by adding a correction factor, which would depend on flow rate. </p> | ||
− | </div> | + | </small></div> |
<div class="col-2"> | <div class="col-2"> | ||
<img src="https://static.igem.org/mediawiki/2018/5/59/T--BostonU_HW--zhang_droplet.png" style="width: 100%;" class="img-fluid"> | <img src="https://static.igem.org/mediawiki/2018/5/59/T--BostonU_HW--zhang_droplet.png" style="width: 100%;" class="img-fluid"> | ||
Line 113: | Line 115: | ||
</div> | </div> | ||
<img src="../iGEM_Pages/Wiki/Ezira/droplet_derivation_mod.png" style="width: 100%;" class="img-fluid"> | <img src="../iGEM_Pages/Wiki/Ezira/droplet_derivation_mod.png" style="width: 100%;" class="img-fluid"> | ||
− | < | + | <small class="h6 text-default"> order to determine the correction factor we ran a series of experiments to calculate experimental droplet sizes at 15 different flow rates. For statistical significance we measured 30 droplet volumes per flow rate by measuring the time interval between droplets. Using a MATLAB script, the droplet volumes were used to calculate the correction factor for each flow rate. The average correction factor was then calculated to see how they differed between flow rates. The plots blow display the results of our modeling experiments. </p></small> |
<div class="row"> | <div class="row"> | ||
<div class="col-2"></div> | <div class="col-2"></div> | ||
<div class="col-10"><img src="https://static.igem.org/mediawiki/2018/e/ea/T--BostonU_HW--model_droplet_avg.png" style="width: 80%;" class="img-fluid"></div> | <div class="col-10"><img src="https://static.igem.org/mediawiki/2018/e/ea/T--BostonU_HW--model_droplet_avg.png" style="width: 80%;" class="img-fluid"></div> | ||
</div> | </div> | ||
− | < | + | <small class="h6 text-default">Figure 1. Plot of the average experimental droplet volume versus the predicted volume from the static model.</p></small> |
<div class="row"> | <div class="row"> | ||
<div class="col-2"></div> | <div class="col-2"></div> | ||
<div class="col-10"><img src="https://static.igem.org/mediawiki/2018/a/a9/T--BostonU_HW--model_cf_avg.png" style="width: 80%;" class="img-fluid"></div> | <div class="col-10"><img src="https://static.igem.org/mediawiki/2018/a/a9/T--BostonU_HW--model_cf_avg.png" style="width: 80%;" class="img-fluid"></div> | ||
</div> | </div> | ||
− | < | + | <small class="h6 text-default">Figure 2. Plot of the correction factors calculate based on the experimental volumes at various flow rates against the average correction factor. </small> |
</div> | </div> | ||
<br> | <br> | ||
− | <!-- | + | <!-- XY-Plane --> |
<div class="tab-pane fade" id="tabs-icons-text-2" role="tabpanel" aria-labelledby="tabs-icons-text-2-tab"> | <div class="tab-pane fade" id="tabs-icons-text-2" role="tabpanel" aria-labelledby="tabs-icons-text-2-tab"> | ||
− | <h2 class=display-3>XY-Plane</p></h2> | + | <h2 class="display-3 mb-0">XY-Plane</p></h2> |
− | < | + | <small class="h6 text-default"> |
Check back soon to see our model of the XY-plane! </p> | Check back soon to see our model of the XY-plane! </p> | ||
<br> | <br> | ||
− | </ | + | </small> |
</div> | </div> | ||
</div> | </div> |
Revision as of 02:30, 16 October 2018
Modeling
Droplet Characterization
Due to the relatively low flow rate that fluid moves at in microfluidic chips, outputs offloaded from microfluidic chips typically form droplets as opposed to a continuous stream. Therefore, in order to accurately dispense these droplets into wells, we created a model to predict their volume so that users can control the end sample volume in the well of interest. To develop the model we used a free-body diagram to identify the forces present right before a droplet falls off the nozzle. Using the sum of the forces we were able to model the volume of the droplet. To test the model we ran preliminary experiments to calculate volumes and compared them against the theoretical value given by the model. Because we can’t directly measuring the volume of the droplet, we used the time interval between droplets and the given flow rate to calculate what the experimental volume is.- the theoretical volume from the model was less than the experimental
- this difference, on average, increased with flow rate
A potential reason for this missing component is that the model assumed that the fluid is static instead of dynamic, due to the constant flow rate of fluid moving through the chip (Zhang). In a dynamic model, the total droplet volume is characterized by the static volume and the pinching volume (Zhang). The pinching volume is formed during the droplet’s fall when the droplet breaks off the tube (Zhang).
However, after researching the physical phenomenon behind dynamic droplets we realized that a complete dynamic model, as described in Zhang et al, required measuring many parameters, making it difficult to implement. Therefore, we decided to create our dynamic model empirically by adding a correction factor, which would depend on flow rate.
Zhang et al.