Skip to content

Latest commit

 

History

History
executable file
·
32 lines (22 loc) · 752 Bytes

README.md

File metadata and controls

executable file
·
32 lines (22 loc) · 752 Bytes

DMF Simulation, Modeling, and Analysis

Code for simulating, modeling, and analyzing Digital Microfluidics force and velocity data.

Installation

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

Use

Run the 'electromechanical_model.py' submodule as a script to see the different types of plots that can be generated:

python electroemechanical_model.py

Authors

Ryan Fobel [email protected]
Christian Fobel [email protected]