2D incompressible multiphase solver with VOF transport scheme
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/
