32template<
class ReactionThermo>
33Foam::ChemistryCombustion<ReactionThermo>::ChemistryCombustion
35 const word& modelType,
38 const word& combustionProperties
41 CombustionModel<ReactionThermo>
54template<
class ReactionThermo>
62template<
class ReactionThermo>
70template<
class ReactionThermo>
74 return chemistryPtr_->thermo();
compressible::turbulenceModel & turb
Basic chemistry model templated on thermodynamics.
virtual ~ChemistryCombustion()
Destructor.
autoPtr< BasicChemistryModel< ReactionThermo > > chemistryPtr_
Pointer to chemistry model.
virtual ReactionThermo & thermo()
Return access to the thermo package.
static autoPtr< CombustionModel > New(ReactionThermo &thermo, const compressibleTurbulenceModel &turb, const word &combustionProperties=combustionPropertiesName)
Selector.
Abstract base class for turbulence models (RAS, LES and laminar).
A class for handling words, derived from Foam::string.