36 #ifndef reactionRateFlameArea_H
37 #define reactionRateFlameArea_H
97 (modelType,
dict, mesh, combModel)
106 const word& modelType,
Generic GeometricField class.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Base class for combustion models.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh data needed to do the Finite Volume discretisation.
Abstract class for reaction rate per flame area unit.
dictionary coeffDict_
Dictionary.
const combustionModel & combModel_
Combustion model owner.
const fvMesh & mesh_
Mesh reference.
reactionRateFlameArea(const word &modelType, const dictionary &dict, const fvMesh &mesh, const combustionModel &combModel)
Construct from components.
const volScalarField & omega() const
Access functions.
void operator=(const reactionRateFlameArea &)=delete
Disallow default bitwise assignment.
TypeName("reactionRateFlameArea")
Runtime type information.
volScalarField omega_
Fuel consumption rate per unit of flame area.
virtual ~reactionRateFlameArea()
virtual void correct(const volScalarField &sigma)=0
Correct omega.
declareRunTimeSelectionTable(autoPtr, reactionRateFlameArea, dictionary,(const word modelType, const dictionary &dict, const fvMesh &mesh, const combustionModel &combModel),(modelType, dict, mesh, combModel))
static autoPtr< reactionRateFlameArea > New(const dictionary &dict, const fvMesh &mesh, const combustionModel &combModel)
virtual bool read(const dictionary &dictProperties)
Update from dictionary.
A class for handling words, derived from string.
const dimensionedScalar sigma
Stefan-Boltzmann constant: default SI units: [W/m^2/K^4].
Macros to ease declaration of run-time selection tables.