42#ifndef infinitelyFastChemistry_H
43#define infinitelyFastChemistry_H
58template<
class ReactionThermo,
class ThermoType>
59class infinitelyFastChemistry
61 public singleStepCombustion<ReactionThermo, ThermoType>
72 infinitelyFastChemistry(
const infinitelyFastChemistry&) =
delete;
75 void operator=(
const infinitelyFastChemistry&) =
delete;
87 infinitelyFastChemistry
89 const word& modelType,
92 const word& combustionProperties
compressible::turbulenceModel & turb
virtual ReactionThermo & thermo()
Return access to the thermo package.
virtual void correct()
Correct combustion rate.
TypeName("infinitelyFastChemistry")
Runtime type information.
virtual bool read()
Update properties.
virtual ~infinitelyFastChemistry()
Destructor.
Abstract base class for turbulence models (RAS, LES and laminar).
A class for handling words, derived from Foam::string.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.