Go to the documentation of this file.
40 #ifndef zoneCombustion_H
41 #define zoneCombustion_H
49 namespace combustionModels
56 template<
class ReactionThermo>
96 const word& modelType,
99 const word& combustionProperties
110 virtual ReactionThermo&
thermo();
113 virtual const ReactionThermo&
thermo()
const;
Combustion models for templated thermodynamics.
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
virtual tmp< volScalarField > Qdot() const
virtual tmp< fvScalarMatrix > R(volScalarField &Y) const
Zone-filtered combustion model.
virtual ReactionThermo & thermo()
virtual ~zoneCombustion()
PtrList< volScalarField > & Y
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
TypeName("zoneCombustion")
Generic GeometricField class.
compressible::turbulenceModel & turb
Abstract base class for turbulence models (RAS, LES and laminar).