During the process of developing the MARS repository there were many questions that we found ourselves asking consistently:
- Why is my chip not working?
- Is this what my chip should be doing right now?
- What part of my chip is failing?
The common theme within these questions was our inability to explain why our microfluidics chips were not functioning correctly. When we had performed a literature review there were no papers published regarding a standardized method of evaluating microfluidic chips. With that problem in mind the team went on to create an evaluation system known as Fluid Functionality.
Fluid Functionality is based around analyzing the functionality of each primitive in a microfluidic chip (refer to Microfluidics 101 on our Wiki for more information regarding primitives.) These primitives can be thought of as the individual electrical components that are a part of a larger circuit. If one and/or more primitive malfunctions the entire system will not work. However, how do we go about analyzing each primitive? Primitive analysis can be broken up into two parts:
- Qualitative: Observations that provide any indication of failure.
- Quantitative:C alculations that show whether your primitive failed or not.
By inter-relating the qualitative failures we have observed and with a corresponding quantitative analysis method we can explain why a microfluidic chip is not working. If for example a primitive has a qualitative failure and fails its quantitative test, than there is something wrong with the primitives dimensions. But if a primitive has a qualitative failure and passes its quantitative test, than there is some other source of error such as poor assembly.
The sections below describe the qualitative and quantitative analyses we have developed to evaluate microfluidic chips.