|
|
Line 110: |
Line 110: |
| <div class="container"> | | <div class="container"> |
| <div class="col-md-7"> | | <div class="col-md-7"> |
− | <h1>Qualitative</h1> | + | <h1>Qualitative Failure Modes</h1> |
| <h3>Leak (Initial)</h3> | | <h3>Leak (Initial)</h3> |
| <div class="text"> | | <div class="text"> |
Line 135: |
Line 135: |
| | | |
| <div class="col-md-5" style="text-align:center;"> | | <div class="col-md-5" style="text-align:center;"> |
− | <img src="https://static.igem.org/mediawiki/2017/c/c3/MARS_FF_Bubble.png" style="height:200px; margin-top:25px;"> | + | <img src="https://static.igem.org/mediawiki/2017/c/c3/MARS_FF_Bubble.png" style="height:300px; margin-top:25px;"> |
| </div> | | </div> |
| | | |
Line 149: |
Line 149: |
| | | |
| <div class="col-md-5" style="text-align:center;"> | | <div class="col-md-5" style="text-align:center;"> |
− | <img src="https://static.igem.org/mediawiki/2017/4/4a/MARS_FF_NoPass.png" style="height:200px; margin-top:25px;"> | + | <img src="https://static.igem.org/mediawiki/2017/4/4a/MARS_FF_NoPass.png" style="height:300px; margin-top:25px;"> |
| </div> | | </div> |
| | | |
Line 163: |
Line 163: |
| | | |
| <div class="col-md-5" style="text-align:center;"> | | <div class="col-md-5" style="text-align:center;"> |
− | <img src="https://static.igem.org/mediawiki/2017/6/67/MARS_FF_PassClosed.png" style="height:200px; margin-top:25px;"> | + | <img src="https://static.igem.org/mediawiki/2017/6/67/MARS_FF_PassClosed.png" style="height:300px; margin-top:25px;"> |
| </div> | | </div> |
| | | |
Line 178: |
Line 178: |
| <div class="col-md-5" style="text-align:center;"> | | <div class="col-md-5" style="text-align:center;"> |
| <img src="https://static.igem.org/mediawiki/2017/0/0f/MARS_FF_NOMIX.png" style="width:400px; margin-top:45px;"> | | <img src="https://static.igem.org/mediawiki/2017/0/0f/MARS_FF_NOMIX.png" style="width:400px; margin-top:45px;"> |
| + | </div> |
| + | |
| + | </div> |
| + | <div class="container" style="margin-top:20px;"> |
| + | <div class="col-md-7"> |
| + | <h3>Metering dispenses inaccurate volume of liquid</h3> |
| + | <div class="text" style="margin-bottom:3%;"> |
| + | This qualitative failure is characterized by an incorrect volume of liquid being dispensed by a metering primitive. This failure is almost always observed in conjunction with other failures such as leaks and liquid crossing over closed valves. Therefore, if any of the above failures occur prior to or during metering, it is extremely likely metering will dispense an incorrect volume of liquid(s). To calculate the volume of liquid being measured and/or dispensed from a metering primitive, please refer to the metering quantitative analysis portion of Fluid Functionality. |
| + | </div> |
| + | </div> |
| + | |
| + | <div class="col-md-5" style="text-align:center;"> |
| + | <img src="https://static.igem.org/mediawiki/2017/b/b4/Meteringfail.png" style="width:400px; margin-top:20px; margin-bottom:45px"> |
| </div> | | </div> |
| | | |
Line 187: |
Line 200: |
| <div class="container"> | | <div class="container"> |
| | | |
− | <h1>Quantitative</h1> | + | <h1>Quantitative Analysis & Evaluation</h1> |
| <h3>PSI Calculation</h3> | | <h3>PSI Calculation</h3> |
| <div class="text"> | | <div class="text"> |
| When a chip's internal pressure exceeds the maximum pressure that the sealing can withstand many complications such as leaks will ensue. In order to evaluate whether the chip will be able to function without these issues a PSI calculation is needed to be performed. This quantitative test is utilized to measure the internal pressure of a specific primitive inside your microfluidic chip. The MARS chips have all been manufactured using Makerfluidics, and have been evaluated to withstand an internal pressure of up to 5 PSI. To calculate the pressure in a given primitive the following three equations need to be used. | | When a chip's internal pressure exceeds the maximum pressure that the sealing can withstand many complications such as leaks will ensue. In order to evaluate whether the chip will be able to function without these issues a PSI calculation is needed to be performed. This quantitative test is utilized to measure the internal pressure of a specific primitive inside your microfluidic chip. The MARS chips have all been manufactured using Makerfluidics, and have been evaluated to withstand an internal pressure of up to 5 PSI. To calculate the pressure in a given primitive the following three equations need to be used. |
− | <ol type="a"> | + | <br><ol type="a"> |
| <li>\[10h < w\] or \[2h>w\]</li> | | <li>\[10h < w\] or \[2h>w\]</li> |
| <br> | | <br> |
Line 197: |
Line 210: |
| <br> | | <br> |
| <li>\[\Delta P=R_{fluid}Q\]</li> | | <li>\[\Delta P=R_{fluid}Q\]</li> |
− | </ol> | + | </ol><br> |
− | Equations a-c are used to describe the relationship of pressure within a channel of a given length, width, and height. Equation a is used to determine which formula in equation b will provide a better approximation of fluid resistance based on the primitive dimensions. After determining an approximate value of fluid resistance, PSI can be calculated using equation c. Equation c is analogous to Ohm’s law but is used for fluid dynamics. The PSI value is directly proportional to both the fluid resistance and the flow rate. These calculations were written as a C++ file which can be compiled and executed. | + | Equations a-c are used to describe the relationship of pressure within a channel of a given length, width, and height. Equation a is used to determine which formula in equation b will provide a better approximation of fluid resistance based on the primitive dimensions. After determining an approximate value of fluid resistance, PSI can be calculated using equation c. Equation c is analogous to Ohm’s law but is used for fluid dynamics. The PSI value is directly proportional to both the fluid resistance and the flow rate. These calculations were written as a C++ file which can be compiled and executed.<br> |
| <a href="MARS_PSI.zip" download> | | <a href="MARS_PSI.zip" download> |
| <button class="btn btn-primary btn-lg btn-danger">Download File Here!<i class="material-icons">get_app</i></button> | | <button class="btn btn-primary btn-lg btn-danger">Download File Here!<i class="material-icons">get_app</i></button> |
Line 213: |
Line 226: |
| </li> | | </li> |
| After running fluid through your mixer, pictures need to be taken at the regions prior to entering the primitive and after it exits the primitive. In order to obtain RGB data from these images, image processing software such as ImageJ need to be implemented. Using ImageJ a 1 pixel wide box is created that spans the length of the channel. The two important pieces of data that need to be obtained using this box are the average RGB value over that area, and the RGB value at the outer edge of the channel. After collecting this data we can move on to calculate the mixing efficiency. | | After running fluid through your mixer, pictures need to be taken at the regions prior to entering the primitive and after it exits the primitive. In order to obtain RGB data from these images, image processing software such as ImageJ need to be implemented. Using ImageJ a 1 pixel wide box is created that spans the length of the channel. The two important pieces of data that need to be obtained using this box are the average RGB value over that area, and the RGB value at the outer edge of the channel. After collecting this data we can move on to calculate the mixing efficiency. |
− | <div class="col-md-6" style="text-align:center;">
| + | <div style="text-align:center;"> |
− | <img src="https://static.igem.org/mediawiki/2017/0/02/MARS_FF_Mixer1.png" style="height:150px; margin-top:20px; margin-bottom:20px;"> | + | |
− | </div>
| + | <img src="https://static.igem.org/mediawiki/2017/0/02/MARS_FF_Mixer1.png" style="width:750px; margin-top:20px; margin-bottom:20px;"> |
− | <div class="col-md-6" style="text-align:center;">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/a/ad/MARS_FF_Mixer2.png" style="height:150px; margin-top:20px; margin-bottom:20px;"> | + | <img src="https://static.igem.org/mediawiki/2017/a/ad/MARS_FF_Mixer2.png" style="width:750px; margin-top:20px; margin-bottom:20px;"> |
| </div> | | </div> |
| <li style="margin-top:20px;"> | | <li style="margin-top:20px;"> |
Line 261: |
Line 274: |
| </div> | | </div> |
| | | |
− | <div class="container"> | + | <div class="container" style="margin-bottom:3%;"> |
| <h3>Metering Accuracy</h3> | | <h3>Metering Accuracy</h3> |
| <div class="text"> | | <div class="text"> |
Line 272: |
Line 285: |
| <br> | | <br> |
| <br> | | <br> |
− | To analyze the amount of metered liquid, first set the scale for ImageJ in units of microns. Then, using the Rectangle selection tool, draw a rectangle encapsulating the first metered liquid section. This can be seen below: | + | To analyze the amount of metered liquid, first set the scale for ImageJ in units of microns. Then, using the Rectangle selection tool, draw a rectangle encapsulating the first metered liquid section. This can be seen below:<br> |
| <div style="text-align:center;"> | | <div style="text-align:center;"> |
− | <img src="#" alt="METERING PICTURE" style="width:300px;"> | + | <br><img src="https://static.igem.org/mediawiki/2017/0/04/Metering_1.png" alt="METERING PICTURE" style="width:450px;"> |
− | </div> | + | </div><br> |
| Then, using the measurement tool calculate the area in microns of of the metered section. To find the volume of this metered section, use the following formula: | | Then, using the measurement tool calculate the area in microns of of the metered section. To find the volume of this metered section, use the following formula: |
| <br> | | <br> |
Line 313: |
Line 326: |
| | | |
| </div> | | </div> |
− |
| |
− | <!-- THIS IS FOOTER -->
| |
− | <div class="wrapper" style="background:#1c1f1f; margin-top:0px;margin-right:0px !important; margin-left:0px !important;" id="Footer">
| |
− | <div class="container" style="text-align:center !important">
| |
− |
| |
− | <div class="col-md-2" style="color:white; margin-bottom:30px; margin-top:5px;">
| |
− | <h3>CONTACT US</h3>
| |
− | <div style="text-align:center;">
| |
− | <a href="mailto:igembuhw@gmail.com">
| |
− | <img src="https://static.igem.org/mediawiki/2017/7/74/MARS_WHITEEmail.png" style="height:60px; margin-top:20px;">
| |
− | </a>
| |
− | <a href="https://www.instagram.com/buigemhardware/?hl=en">
| |
− | <img src="https://static.igem.org/mediawiki/2017/9/93/MARS_Final_insta.png" style="height:60px; margin-top:20px;">
| |
− | </a>
| |
− | <a href="https://twitter.com/igemhwbu">
| |
− | <img src="https://static.igem.org/mediawiki/2017/b/b6/MARS_Twitter_White.png" style="height:60px; margin-top:20px;">
| |
− | </a>
| |
− | </div>
| |
− | </div>
| |
− | <div class="col-md-10" style="margin-bottom:30px;">
| |
− | <img src="https://static.igem.org/mediawiki/2017/0/0e/MARS_SponsorsFinal.png" style="width:100%; margin-top:30px;" usemap="#image-map">
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | </div>
| |
− |
| |
− |
| |
| </div> | | </div> |
| </div> | | </div> |