Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Public Attributes | List of all members
shammodels::gsph::riemann::RiemannResult< Tscal > Struct Template Reference

Result of Riemann solver. More...

#include <shammodels/gsph/include/shammodels/gsph/math/riemann/iterative.hpp>

Public Attributes

Tscal p_star
 Interface pressure.
 
Tscal v_star
 Interface velocity (normal component)
 

Detailed Description

template<class Tscal>
struct shammodels::gsph::riemann::RiemannResult< Tscal >

Result of Riemann solver.

Contains the interface pressure (p*) and velocity (v*) computed by solving the Riemann problem between left and right states.

Definition at line 40 of file iterative.hpp.

Member Data Documentation

◆ p_star

template<class Tscal >
Tscal shammodels::gsph::riemann::RiemannResult< Tscal >::p_star

Interface pressure.

Definition at line 41 of file iterative.hpp.

◆ v_star

template<class Tscal >
Tscal shammodels::gsph::riemann::RiemannResult< Tscal >::v_star

Interface velocity (normal component)

Definition at line 42 of file iterative.hpp.


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