38 const word modelType(XiProfileDict.
lookup(
"model"));
40 Info<<
"Selecting equilibrium flame-wrinkling profile model "
43 dictionaryConstructorTable::iterator cstrIter =
44 dictionaryConstructorTablePtr_->find(modelType);
46 if (cstrIter == dictionaryConstructorTablePtr_->end())
49 <<
"Unknown XiProfile model "
50 << modelType <<
nl <<
nl
51 <<
"Valid XiProfile models are : " <<
endl
52 << dictionaryConstructorTablePtr_->sortedToc()
Generic GeometricField class.
static autoPtr< XiProfile > New(const dictionary &XiProperties, const volScalarField &b)
Return a reference to the selected XiEq model.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
const dictionary & optionalSubDict(const word &) const
Find and return a sub-dictionary if found.
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
A class for handling words, derived from string.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
errorManipArg< error, int > exit(error &err, const int errNo=1)
Ostream & endl(Ostream &os)
Add newline and flush stream.