PLUTO
4.4-patch2
|
Implement the HLLC Riemann solver for relativistic HD. More...
#include "pluto.h"
Functions | |
void | HLLC_Solver (const Sweep *sweep, int beg, int end, double *cmax, Grid *grid) |
Solve the Riemann problem for the relativistic hydro (RHD) equations using the HLLC solver of Mignone & Bodo (2005).
On input, it takes left and right primitive state vectors stateL->v
and stateR->v
at zone edge i+1/2
; On output, return flux and pressure vectors at the same interface i+1/2
(note that the i
refers to i+1/2
).
Also during this step, compute maximum wave propagation speed (cmax) for explicit time step computation.
Reference: