Go to the documentation of this file.
40 "combustionProperties",
41 ct.
T().time().constant(),
43 IOobject::MUST_READ_IF_MODIFIED,
49 const word corrType(propDict.
lookup(
"laminarFlameSpeedCorrelation"));
51 Info<<
"Selecting laminar flame speed correlation " << corrType <<
endl;
53 dictionaryConstructorTable::iterator cstrIter =
54 dictionaryConstructorTablePtr_->find(corrType);
56 if (cstrIter == dictionaryConstructorTablePtr_->end())
61 ) <<
"Unknown laminarFlameSpeed type "
62 << corrType <<
nl <<
nl
63 <<
"Valid laminarFlameSpeed types are :" <<
endl
64 << dictionaryConstructorTablePtr_->sortedToc()
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
A class for handling words, derived from string.
Foam::psiuReactionThermo.
virtual const volScalarField & T() const
Temperature [K].
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
Ostream & endl(Ostream &os)
Add newline and flush stream.
errorManipArg< error, int > exit(error &err, const int errNo=1)
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
static autoPtr< laminarFlameSpeed > New(const psiuReactionThermo &)
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.