36 #ifndef reactionRateFlameArea_H
37 #define reactionRateFlameArea_H
95 (modelType,
dict, coeffDict,
mesh, combModel)
104 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 keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Mesh data needed to do the Finite Volume discretisation.
Abstract class for reaction rate per flame area unit.
const combustionModel & combModel_
Combustion model owner.
const fvMesh & mesh_
Mesh reference.
declareRunTimeSelectionTable(autoPtr, reactionRateFlameArea, dictionary,(const word modelType, const dictionary &dict, const dictionary &coeffDict, const fvMesh &mesh, const combustionModel &combModel),(modelType, dict, coeffDict, mesh, combModel))
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.
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.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
const dimensionedScalar sigma
Stefan-Boltzmann constant: default SI units: [W/m^2/K^4].
Macros to ease declaration of run-time selection tables.