class
DissipationCoeffConstDissipation equation coefficients policy keeping the coefficients constant.
Contents
Public static functions
-
static void src(tk::
real&) - Update turbulence frequency source (no-op for const-coeff policy)
-
static auto type() -> ctr::
CoeffPolicyType noexcept - Coefficients policy type accessor.
Constructors, destructors, conversion operators
- DissipationCoeffConst(kw::sde_c3::info::expect::type c3_, kw::sde_c4::info::expect::type c4_, kw::sde_com1::info::expect::type com1_, kw::sde_com2::info::expect::type com2_, kw::sde_c3::info::expect::type& c3, kw::sde_c4::info::expect::type& c4, kw::sde_com1::info::expect::type& com1, kw::sde_com2::info::expect::type& com2)
- Constructor: initialize coefficients.
Function documentation
walker:: DissipationCoeffConst:: DissipationCoeffConst(kw::sde_c3::info::expect::type c3_,
kw::sde_c4::info::expect::type c4_,
kw::sde_com1::info::expect::type com1_,
kw::sde_com2::info::expect::type com2_,
kw::sde_c3::info::expect::type& c3,
kw::sde_c4::info::expect::type& c4,
kw::sde_com1::info::expect::type& com1,
kw::sde_com2::info::expect::type& com2)
Constructor: initialize coefficients.
Parameters | |
---|---|
c3_ in | Scalar coefficient used to initialize coefficient c3 |
c4_ in | Scalar coefficient used to initialize coefficient c4 |
com1_ in | Scalar coefficient used to initialize coefficient com1 |
com2_ in | Scalar coefficient used to initialize coefficient com2 |
c3 in/out | Scalar coefficient to be initialized |
c4 in/out | Scalar coefficient to be initialized |
com1 in/out | Scalar coefficient to be initialized |
com2 in/out | Scalar coefficient to be initialized |