This project aims to extend the functionality of SADKAT (https://github.com/tranqui/sadkat) to droplets that don't possess a uniform concentration profile.
To use:
-
Clone the repo to your machine.
-
Install the dependecies found in "requirements.txt" using your package manager of choice (pip / conda).
-
Make a new "main.py"/"notebook.ipynb" file in the folder.
-
In that file, import solution_definitions, viscous_definitions, uniform and radial
import solution_definitions, viscous_definitions, uniform, radial
All other information for usage is in the wiki, found on the top bar.