Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
shammodels::gsph::riemann::ExactState< Tscal > Struct Template Reference

Left/right primitive state for the exact solver (velocity along pair axis). More...

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

Public Attributes

Tscal v
 Velocity along the pair axis.
Tscal p
 Pressure.
Tscal r
 Density.

Detailed Description

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

Left/right primitive state for the exact solver (velocity along pair axis).

Template Parameters
TscalScalar type

Definition at line 40 of file exact.hpp.

Member Data Documentation

◆ p

template<class Tscal>
Tscal shammodels::gsph::riemann::ExactState< Tscal >::p

Pressure.

Definition at line 42 of file exact.hpp.

◆ r

template<class Tscal>
Tscal shammodels::gsph::riemann::ExactState< Tscal >::r

Density.

Definition at line 43 of file exact.hpp.

◆ v

template<class Tscal>
Tscal shammodels::gsph::riemann::ExactState< Tscal >::v

Velocity along the pair axis.

Definition at line 41 of file exact.hpp.


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