2D incompressible multiphase solver with VOF transport scheme
- Venkat Krisshna
- Sep 13, 2021
- 1 min read
Updated: Nov 22, 2022
I took up this project to understand the details behind a computational fluid dynamics solver. I built a flow solver using a predictor-corrector scheme with a pressure solver that uses the HYPRE library developed by LLNL. I implemented a volume-of-fluid transport scheme for tracking the fluid. https://bitbucket.org/venkatkrisshna/incompressiblesolver/


