Code for simulating, modeling, and analyzing Digital Microfluidics force and velocity data.
The easiest way to install the required dependencies is to create a new conda environment:
conda create --name dmf-sma
conda activate dmf-sma
conda config --env --add channels conda-forge
conda install numpy pandas sympy matplotlib
Run the 'electromechanical_model.py' submodule as a script to see the different types of plots that can be generated:
python electroemechanical_model.py
Ryan Fobel [email protected]
Christian Fobel [email protected]