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