![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Classes | |
| struct | ChaWhitworth |
| Cha & Whitworth (2003) symmetric SPH momentum equation (default). More... | |
| struct | InutsukaV2 |
| Inutsuka (2002) effective volume/face momentum equation. More... | |
Public Types | |
| using | Tscal = shambase::VecComponent<Tvec> |
| using | Variant = std::variant<ChaWhitworth, InutsukaV2> |
Public Member Functions | |
| void | set (Variant v) |
| void | set_cha_whitworth () |
| void | set_inutsuka_v2 () |
| bool | is_cha_whitworth () const |
| bool | is_inutsuka_v2 () const |
| void | print_status () const |
Public Attributes | |
| Variant | config = ChaWhitworth{} |
Static Public Attributes | |
| static constexpr u32 | dim = shambase::VectorProperties<Tvec>::dimension |
Definition at line 41 of file ForceFormulationConfig.hpp.
| using shammodels::gsph::ForceFormulationConfig< Tvec >::Tscal = shambase::VecComponent<Tvec> |
Definition at line 43 of file ForceFormulationConfig.hpp.
| using shammodels::gsph::ForceFormulationConfig< Tvec >::Variant = std::variant<ChaWhitworth, InutsukaV2> |
Definition at line 59 of file ForceFormulationConfig.hpp.
|
inline |
Definition at line 69 of file ForceFormulationConfig.hpp.
|
inline |
Definition at line 71 of file ForceFormulationConfig.hpp.
|
inline |
Definition at line 73 of file ForceFormulationConfig.hpp.
|
inline |
Definition at line 63 of file ForceFormulationConfig.hpp.
|
inline |
Definition at line 65 of file ForceFormulationConfig.hpp.
|
inline |
Definition at line 67 of file ForceFormulationConfig.hpp.
| Variant shammodels::gsph::ForceFormulationConfig< Tvec >::config = ChaWhitworth{} |
Definition at line 61 of file ForceFormulationConfig.hpp.
|
staticconstexpr |
Definition at line 44 of file ForceFormulationConfig.hpp.