Skip to content

sudarshanphy/2DHydro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Running the Code

The code can be run with ./setup [arguments].
For help use ./setup --help

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

2D Riemann problem

dens_riemann_test_weno5_turbo.mp4

2D MHD

Ideal MHD equations are being added to the code.

2D Orszag-Tang Vortex problem

Perfomed using a 512 x 512 grid.

pres_otmhd_test_fixedscale_jet_512x512.mp4

About

A fortran code to solve 2D Ideal MHD equations for simple systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published