41 const word& modelType,
49 combModel_(combModel),
50 fuel_(dict.
lookup(
"fuel")),
56 mesh_.time().timeName(),
76 dict.
lookup(
"fuel") >> fuel_;
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual bool read(const dictionary &dictProperties)
Update from dictionary.
const dictionary & optionalSubDict(const word &) const
Find and return a sub-dictionary if found.
A class for handling words, derived from string.
reactionRateFlameArea(const word &modelType, const dictionary &dict, const fvMesh &mesh, const combustionModel &combModel)
Construct from components.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
Base class for combustion models.
defineTypeNameAndDebug(combustionModel, 0)
Mesh data needed to do the Finite Volume discretisation.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
virtual ~reactionRateFlameArea()
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.