35 #ifndef ChemistryCombustion_H 36 #define ChemistryCombustion_H 51 template<
class ReactionThermo>
71 const word& modelType,
72 const ReactionThermo&
thermo,
74 const word& combustionProperties
85 virtual const ReactionThermo&
thermo()
const;
autoPtr< BasicChemistryModel< ReactionThermo > > chemistryPtr_
Pointer to chemistry model.
virtual const ReactionThermo & thermo() const
Return const access to the thermo package.
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.
Chemistry model wrapper for combustion models.
virtual ~ChemistryCombustion()
Destructor.
Combustion models for templated thermodynamics.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Abstract base class for turbulence models (RAS, LES and laminar).