37#ifndef ChemistryCombustion_H
38#define ChemistryCombustion_H
53template<
class ReactionThermo>
54class ChemistryCombustion
56 public CombustionModel<ReactionThermo>
63 const ChemistryCombustion<ReactionThermo>&
67 void operator=(
const ChemistryCombustion<ReactionThermo>&) =
delete;
85 const word& modelType,
88 const word& combustionProperties
99 virtual ReactionThermo&
thermo();
102 virtual const ReactionThermo&
thermo()
const;
compressible::turbulenceModel & turb
virtual ~ChemistryCombustion()
Destructor.
autoPtr< BasicChemistryModel< ReactionThermo > > chemistryPtr_
Pointer to chemistry model.
virtual ReactionThermo & thermo()
Return access to the thermo package.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Abstract base class for turbulence models (RAS, LES and laminar).
A class for handling words, derived from Foam::string.