Skip to content

miguel436/grid_simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grid Simulation Project

Simulation of an Acoustofluidic Grid for Nanoplastic Capture

Setup

How to setup the project to run locally

  1. Install Poetry
pip install --upgrade pip poetry
  1. Setup Poetry Env
poetry config virtualenvs.create true
poetry shell # to activate
poetry run which python # If you need to check python
  1. Install packages
make install

Content

Commands to run project

  1. Decay Function
make decay radius=${cluster_radius}
  1. Rotation Plot
make rotation angle=${rotation_angle}
  1. Run Simulation
make simulation

About

Simulation of an Acoustofluidic Grid for Nanoplastic Capture

Resources

Stars

Watchers

Forks