Go to the documentation of this file.
44 Urel.time().constant(),
46 IOobject::MUST_READ_IF_MODIFIED,
53 Info<<
"Selecting SRFModel " << modelType <<
endl;
55 dictionaryConstructorTable::iterator cstrIter =
56 dictionaryConstructorTablePtr_->find(modelType);
58 if (cstrIter == dictionaryConstructorTablePtr_->end())
61 <<
"Unknown SRFModel type "
62 << modelType <<
nl <<
nl
63 <<
"Valid SRFModel types are :" <<
nl
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.
static autoPtr< SRFModel > New(const volVectorField &Urel)
Return a reference to the selected SRF model.
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...
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
Generic GeometricField class.