Nektar++
|
Go to the source code of this file.
Namespaces | |
Nektar | |
< | |
Macros | |
#define | TOL 1e-6 |
#define | NRITER 20 |
Functions | |
NekDouble | Nektar::guessp (NekDouble g[], NekDouble rhoL, NekDouble uL, NekDouble pL, NekDouble cL, NekDouble rhoR, NekDouble uR, NekDouble pR, NekDouble cR) |
Use either PVRS, two-rarefaction or two-shock Riemann solvers to calculate an initial pressure for the Newton-Raphson scheme. More... | |
void | Nektar::prefun (NekDouble *g, NekDouble p, NekDouble dk, NekDouble pk, NekDouble ck, NekDouble &f, NekDouble &fd) |
Evaluate pressure functions fL and fR in Newton iteration of Riemann solver (see equation 4.85 and 4.86 of Toro 2009). More... | |
#define NRITER 20 |
Definition at line 39 of file ExactSolverToro.cpp.
Referenced by Nektar::ExactSolverToro::v_PointSolve().
#define TOL 1e-6 |
Definition at line 38 of file ExactSolverToro.cpp.
Referenced by Nektar::ExactSolverToro::v_PointSolve().