Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Public Attributes | List of all members
shammodels::gsph::RiemannConfig< Tvec >::Exact Struct Reference

Exact Riemann solver. More...

#include <shammodels/gsph/include/shammodels/gsph/config/RiemannConfig.hpp>

Public Attributes

Tscal tol = Tscal{1.0e-8}
 Convergence tolerance.
 

Detailed Description

template<class Tvec>
struct shammodels::gsph::RiemannConfig< Tvec >::Exact

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.

Member Data Documentation

◆ tol

template<class Tvec >
Tscal shammodels::gsph::RiemannConfig< Tvec >::Exact::tol = Tscal{1.0e-8}

Convergence tolerance.

Definition at line 78 of file RiemannConfig.hpp.


The documentation for this struct was generated from the following file: