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

Roe linearized Riemann solver. More...

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

Public Attributes

Tscal entropy_fix = Tscal{0.1}
 Entropy fix parameter.
 

Detailed Description

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

Roe linearized Riemann solver.

Uses Roe averaging for a linearized approximate solution. Fast but may have issues with expansion shocks. Reference: Roe, P.L. (1981)

Definition at line 97 of file RiemannConfig.hpp.

Member Data Documentation

◆ entropy_fix

template<class Tvec >
Tscal shammodels::gsph::RiemannConfig< Tvec >::Roe::entropy_fix = Tscal{0.1}

Entropy fix parameter.

Definition at line 98 of file RiemannConfig.hpp.


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