Go to the documentation of this file.
46 coeffDict_(dictionary::null),
48 combModel_(combModel),
49 fuel_(
dict.lookup(
"fuel")),
55 mesh_.time().timeName(),
67 const word& modelType,
73 coeffDict_(
dict.subDict(modelType +
"Coeffs")),
75 combModel_(combModel),
76 fuel_(
dict.lookup(
"fuel")),
82 mesh_.time().timeName(),
Base class for combustion models.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
virtual ~reactionRateFlameArea()
A class for handling words, derived from string.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
reactionRateFlameArea(const reactionRateFlameArea &)
Disallow copy construct.
virtual bool read(const dictionary &dictProperties)
Update from dictionary.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh data needed to do the Finite Volume discretisation.
defineTypeNameAndDebug(combustionModel, 0)