Skip to content

A fortran code to solve 2D euler equations for simple systems

Notifications You must be signed in to change notification settings

sudarshanphy/2DHydro

Repository files navigation

2DHydro

This is a code that I wrote for fun. I performed a few standard simulations with it. The parameter files for these simulations are provided in the repo.

Sedov-Blast wave problem

Simulation is performed using a 400 x 600 cell grid with 2 different reconstruction method: WENO3 and WENO5. Need to fix the scale on python plot.

dens_sedov_compare_weno5_3.mp4

Kelvin-Helmholtz instability problem

Performed using a 256 x 256 grid.

dens_kh_compare_weno5_3.mp4

Rayleigh-Taylor instability problem

Performed using a 100 x 300 grid.

dens_rt_compare_weno5_3.mp4

About

A fortran code to solve 2D euler equations for simple systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published