40#ifndef zoneCombustion_H
41#define zoneCombustion_H
56template<
class ReactionThermo>
59 public CombustionModel<ReactionThermo>
79 zoneCombustion(
const zoneCombustion&) =
delete;
82 void operator=(
const zoneCombustion&) =
delete;
96 const word& modelType,
99 const word& combustionProperties
110 virtual ReactionThermo&
thermo();
113 virtual const ReactionThermo&
thermo()
const;
#define R(A, B, C, D, E, F, K, M)
compressible::turbulenceModel & turb
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
virtual void correct()
Correct combustion rate.
TypeName("zoneCombustion")
Runtime type information.
virtual ~zoneCombustion()
Destructor.
virtual ReactionThermo & thermo()
Return access to the thermo package.
virtual tmp< volScalarField > Qdot() const
Heat release rate [kg/m/s3].
virtual bool read()
Update properties from given dictionary.
Abstract base class for turbulence models (RAS, LES and laminar).
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
PtrList< volScalarField > & Y
List< word > wordList
List of word.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.