Go to the documentation of this file.
38 #ifndef reactionRateFlameArea_H
39 #define reactionRateFlameArea_H
105 const word modelType,
119 const word& modelType,
Base class for combustion models.
virtual ~reactionRateFlameArea()
A class for handling words, derived from Foam::string.
virtual bool read(const dictionary &dictProperties)
const volScalarField & omega() const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual void correct(const volScalarField &sigma)=0
Mesh data needed to do the Finite Volume discretisation.
const combustionModel & combModel_
declareRunTimeSelectionTable(autoPtr, reactionRateFlameArea, dictionary,(const word modelType, const dictionary &dict, const fvMesh &mesh, const combustionModel &combModel),(modelType, dict, mesh, combModel))
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
static autoPtr< reactionRateFlameArea > New(const dictionary &dict, const fvMesh &mesh, const combustionModel &combModel)
Abstract class for reaction rate per flame area unit.
Macros to ease declaration of run-time selection tables.
dimensionedScalar sigma("sigma", dimMass/sqr(dimTime), transportProperties)
Generic GeometricField class.
TypeName("reactionRateFlameArea")