41 const word& modelType,
47 coeffDict_(
dict.optionalSubDict(modelType +
"Coeffs")),
49 combModel_(combModel),
50 fuel_(
dict.lookup(
"fuel")),
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
Base class for combustion models.
A list of keyword definitions, which are a keyword followed by any number of values (e....
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
Mesh data needed to do the Finite Volume discretisation.
Abstract class for reaction rate per flame area unit.
reactionRateFlameArea(const word &modelType, const dictionary &dict, const fvMesh &mesh, const combustionModel &combModel)
Construct from components.
virtual ~reactionRateFlameArea()
virtual bool read(const dictionary &dictProperties)
Update from dictionary.
A class for handling words, derived from string.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
word name(const bool)
Return a word representation of a bool.
defineTypeNameAndDebug(combustionModel, 0)