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...
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.
Base class for reaction models.
Abstract class for reaction rate per flame area unit.
reactionRateFlameArea(const word &modelType, const dictionary &dict, const fvMesh &mesh, const reactionModel &combModel)
Construct from components.
const reactionModel & combModel_
Reaction model owner.
const fvMesh & mesh_
Mesh reference.
static autoPtr< reactionRateFlameArea > New(const dictionary &dict, const fvMesh &mesh, const reactionModel &combModel)
const volScalarField & omega() const
Access functions.
void operator=(const reactionRateFlameArea &)=delete
Disallow default bitwise assignment.
declareRunTimeSelectionTable(autoPtr, reactionRateFlameArea, dictionary,(const word modelType, const dictionary &dict, const dictionary &coeffDict, const fvMesh &mesh, const reactionModel &combModel),(modelType, dict, coeffDict, mesh, combModel))
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.
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.