43 Foam::XiEqModels::Gulder::Gulder
45 const dictionary& XiEqProperties,
46 const hhuCombustionThermo&
thermo,
51 XiEqModel(XiEqProperties, thermo, turbulence, Su),
52 XiEqCoef(
readScalar(XiEqModelCoeffs_.lookup(
"XiEqCoef"))),
78 return 1.0 + XiEqCoef*
sqrt(up/(Su_ + SuMin))*Reta;
86 XiEqModelCoeffs_.lookup(
"XiEqCoef") >> XiEqCoef;