Go to the documentation of this file.
42 "combustionProperties",
43 ct.
T().time().constant(),
51 const word modelType(propDict.
get<
word>(
"laminarFlameSpeedCorrelation"));
53 Info<<
"Selecting laminar flame speed correlation " << modelType <<
endl;
55 auto* ctorPtr = dictionaryConstructorTable(modelType);
62 "laminarFlameSpeedCorrelation",
64 *dictionaryConstructorTablePtr_
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
Defines the attributes of an object for which implicit objectRegistry management is supported,...
A class for handling words, derived from Foam::string.
Foam::psiuReactionThermo.
virtual const volScalarField & T() const
Ostream & endl(Ostream &os)
T get(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
errorManipArg< error, int > exit(error &err, const int errNo=1)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
static autoPtr< laminarFlameSpeed > New(const psiuReactionThermo &)