gandalfcode / gandalf

GANDALF (Graphical Astrophysics code for N-body Dynamics And Lagrangian Fluids)
GNU General Public License v2.0
44 stars 12 forks source link

Fixed python call to Riemann solver with isotheraml eos #140

Closed rbooth200 closed 7 years ago

rbooth200 commented 7 years ago

This pull request fixes the analytical solution for shock tube problems that use an iosthermal eos.

The problem was the pressure being passed to the riemann solver was not consistent with the ones used in the simulation.

dhubber commented 7 years ago

Great! That worked thanks.