Work
Research and engineering projects — each grounded in governing equations and implemented as working software.
I have been studying CFD (Computational Fluid Dynamics) from absolute basics like 1D Advection Flow, Diffusion Problems, Burgers Equation. I'm using Python to simulate and solve all these problems myself. From there I worked up to the Navier-Stokes Equation Problem and I studied about the Projection method to solve it. I built a custom solver to simulate the 2D incompressible viscous flow with Projection method. To verify the solver working correctly I chose to solve the Classic Lid-Driven Cavity Problem and compared my results against the Ghia et al. (1982) benchmark data to validate the solver.