Simulation of an Acoustofluidic Grid for Nanoplastic Capture
How to setup the project to run locally
- Install Poetry
pip install --upgrade pip poetry
- Setup Poetry Env
poetry config virtualenvs.create true
poetry shell # to activate
poetry run which python # If you need to check python
- Install packages
make install
Commands to run project
- Decay Function
make decay radius=${cluster_radius}
- Rotation Plot
make rotation angle=${rotation_angle}
- Run Simulation
make simulation