45 const dictionary& XiEqProperties,
46 const hhuCombustionThermo&
thermo,
51 XiEqModel(XiEqProperties, thermo, turbulence, Su),
52 XiEqCoef(
readScalar(XiEqModelCoeffs_.lookup(
"XiEqCoef"))),
53 XiEqExp(
readScalar(XiEqModelCoeffs_.lookup(
"XiEqExp"))),
54 lCoef(
readScalar(XiEqModelCoeffs_.lookup(
"lCoef"))),
62 "combustionProperties",
63 Su.
mesh().time().constant(),
94 tmp<volScalarField> tXiEq
101 epsilon.time().timeName(),
114 if (Ma[celli] > 0.01)
117 XiEqCoef*
pow(K[celli]*Ma[celli], -XiEqExp)*upBySu[celli];
130 if (Ma[facei] > 0.01)
133 XiEqCoef*
pow(Kp[facei]*Map[facei], -XiEqExp)*upBySup[facei];
146 XiEqModelCoeffs_.lookup(
"XiEqCoef") >> XiEqCoef;
147 XiEqModelCoeffs_.lookup(
"XiEqExp") >> XiEqExp;
148 XiEqModelCoeffs_.lookup(
"lCoef") >> lCoef;