Developer: Mauro Rodriguez Jr. (mauro_rodriguez@brown.edu)
- This code is for educational and testing purposes only
- The code solves the exact Riemann problem with for a prescribed left and right state to a prescribed precision
- The P-star method is evaluated for the exact solution
- The approximate Riemann solver of Roe (Roe solver) with an entropy correction and flux limiter is also computed, 2nd order accuracy is obtained
- Superbee and Minmod flux limiters are available, additional flux limiters can be easily added and tested
- Create a more general Riemann solver for a non-constant B (liquid stiffness)
- Create a multiphase exact Riemann solver
- Add HLL, HLLC, and HLLE approximate Riemann solvers