The Double Mach is one of the most complex 2D 1 Fluid Simulations. This issue documents the generation of a double mach simulation, commenting on the results obtained. Currently, I am only going to run this simulation with Godunov. It's already established that this won't resolve the complex flow structures, which requires a MUSCL implementation. Given that I'm working in python and that would probably be a bit too expensive computationally, this issue will only try to use Godunov.
The Double Mach is one of the most complex 2D 1 Fluid Simulations. This issue documents the generation of a double mach simulation, commenting on the results obtained. Currently, I am only going to run this simulation with Godunov. It's already established that this won't resolve the complex flow structures, which requires a MUSCL implementation. Given that I'm working in python and that would probably be a bit too expensive computationally, this issue will only try to use Godunov.