This project contains C implementations for simulating two-phase flows, such as bouncing drops.
bounce.c
: Implementation of bouncing bubble simulationtwo-phaseVP.h
: Header file for two-phase flow simulationsrun_run.sh
: The script file for running the simulations in parallel.run_post.sh
: The script file for postprocess in parallel.
To compile and run this project, you'll need:
- Basilisk C preinstalled. See: Basilisk