![]() |
Shamrock 2025.10.0
Astrophysical Code
|
#include <shammodels/gsph/include/shammodels/gsph/config/RiemannConfig.hpp>
Public Attributes | |
| Tscal | tol = Tscal{1.0e-8} |
| Convergence tolerance. | |
Exact Riemann solver.
Solves the Riemann problem exactly using iterative root finding. Most accurate but computationally expensive. Reference: Toro, E.F. (2009) "Riemann Solvers and Numerical Methods for Fluid Dynamics"
Definition at line 77 of file RiemannConfig.hpp.
| Tscal shammodels::gsph::RiemannConfig< Tvec >::Exact::tol = Tscal{1.0e-8} |
Convergence tolerance.
Definition at line 78 of file RiemannConfig.hpp.