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

Constant artificial viscosity: \( \alpha = cte\). More...

#include <shammodels/sph/include/shammodels/sph/config/AVConfig.hpp>

+ Collaboration diagram for shammodels::sph::AVConfig_Constant< Tscal >:

Public Attributes

Tscal alpha_u = 1.0
 
Tscal alpha_AV = 1.0
 
Tscal beta_AV = 2.0
 

Static Public Attributes

static constexpr std::string_view variant_type_name = "constant"
 

Detailed Description

template<class Tscal>
struct shammodels::sph::AVConfig_Constant< Tscal >

Constant artificial viscosity: \( \alpha = cte\).

Definition at line 49 of file AVConfig.hpp.

Member Data Documentation

◆ alpha_AV

template<class Tscal >
Tscal shammodels::sph::AVConfig_Constant< Tscal >::alpha_AV = 1.0

Definition at line 53 of file AVConfig.hpp.

◆ alpha_u

template<class Tscal >
Tscal shammodels::sph::AVConfig_Constant< Tscal >::alpha_u = 1.0

Definition at line 52 of file AVConfig.hpp.

◆ beta_AV

template<class Tscal >
Tscal shammodels::sph::AVConfig_Constant< Tscal >::beta_AV = 2.0

Definition at line 54 of file AVConfig.hpp.

◆ variant_type_name

template<class Tscal >
constexpr std::string_view shammodels::sph::AVConfig_Constant< Tscal >::variant_type_name = "constant"
staticconstexpr

Definition at line 50 of file AVConfig.hpp.


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