41Foam::reactionRateFlameArea::reactionRateFlameArea
43 const word& modelType,
49 coeffDict_(
dict.optionalSubDict(modelType +
"Coeffs")),
51 combModel_(combModel),
78 dict.readEntry(
"fuel", fuel_);
Defines the attributes of an object for which implicit objectRegistry management is supported,...
Base class for combustion models.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
Lookup type of boundary radiation properties.
Abstract class for reaction rate per flame area unit.
dictionary coeffDict_
Dictionary.
const combustionModel & combModel_
Combustion model owner.
const fvMesh & mesh_
Mesh reference.
volScalarField omega_
Fuel consumption rate per unit of flame area.
virtual ~reactionRateFlameArea()
virtual bool read(const dictionary &dictProperties)
Update from dictionary.
A class for handling words, derived from Foam::string.
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
#define defineRunTimeSelectionTable(baseType, argNames)
Define run-time selection table.