Go to the documentation of this file.
36 #ifndef reactionRateFlameArea_H
37 #define reactionRateFlameArea_H
103 const word modelType,
125 const word& modelType,
Base class for combustion models.
virtual ~reactionRateFlameArea()
A class for handling words, derived from string.
void operator=(const reactionRateFlameArea &)
Disallow default bitwise assignment.
reactionRateFlameArea(const reactionRateFlameArea &)
Disallow copy construct.
dictionary coeffDict_
Dictionary.
virtual bool read(const dictionary &dictProperties)
Update from dictionary.
const volScalarField & omega() const
Access functions.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual void correct(const volScalarField &sigma)=0
Correct omega.
Mesh data needed to do the Finite Volume discretisation.
const fvMesh & mesh_
Mesh reference.
const combustionModel & combModel_
Combstion model owner.
declareRunTimeSelectionTable(autoPtr, reactionRateFlameArea, dictionary,(const word modelType, const dictionary &dict, const fvMesh &mesh, const combustionModel &combModel),(modelType, dict, mesh, combModel))
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
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.
volScalarField omega_
Fuel consumption rate per unit of flame area.
const dimensionedScalar sigma
Stefan-Boltzmann constant: default SI units: [W/m2/K4].
Generic GeometricField class.
TypeName("reactionRateFlameArea")
Runtime type information.