![]() |
Shamrock 2025.10.0
Astrophysical Code
|
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) | |
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.
| Tscal shammodels::gsph::riemann::RiemannResult< Tscal >::p_star |
Interface pressure.
Definition at line 41 of file iterative.hpp.
| Tscal shammodels::gsph::riemann::RiemannResult< Tscal >::v_star |
Interface velocity (normal component)
Definition at line 42 of file iterative.hpp.