40 Foam::combustionModel::combustionModel
43 const hsCombustionThermo&
thermo,
44 const compressible::turbulenceModel&
turbulence,
49 combustionModelCoeffs_
51 combustionProperties.subDict
53 word(combustionProperties.lookup(
"combustionModel")) +
"Coeffs"
57 turbulence_(turbulence),
61 stoicRatio_(thermo.lookup(
"stoichiometricAirFuelMassRatio")),
62 s_(thermo.lookup(
"stoichiometricOxygenFuelMassRatio")),
63 qFuel_(thermo_.lookup(
"qFuel")),
79 const basicMultiComponentMixture&
composition = thermo_.composition();
84 return wFuelNorm*fres -
fvm::Sp(wFuelNorm, fu);
93 const basicMultiComponentMixture& composition = thermo_.composition();
96 return (-qFuel_)*(Rfu &
fu);
102 combustionModelCoeffs_ = combustionProperties.subDict(
type() +
"Coeffs");