30 template<
class ReactionThermo>
33 const word& modelType,
34 const ReactionThermo& thermo,
36 const word& combustionProperties
52 template<
class ReactionThermo>
60 template<
class ReactionThermo>
64 return chemistryPtr_->thermo();
Basic chemistry model templated on thermodynamics.
virtual const ReactionThermo & thermo() const
Return const access to the thermo package.
rhoReactionThermo & thermo
ChemistryCombustion(const word &modelType, const ReactionThermo &thermo, const compressibleMomentumTransportModel &turb, const word &combustionProperties)
Construct from components and thermo.
A class for handling words, derived from string.
virtual ~ChemistryCombustion()
Destructor.
Combustion models for templated thermodynamics.
Abstract base class for turbulence models (RAS, LES and laminar).