Go to the documentation of this file.
38 Pout<<
"coordinateRotation::New(const dictionary&) : "
39 <<
"constructing coordinateRotation"
45 objectRegistryConstructorTable::iterator cstrIter =
46 objectRegistryConstructorTablePtr_->find(rotType);
48 if (cstrIter == dictionaryConstructorTablePtr_->end())
53 ) <<
"Unknown coordinateRotation type "
54 << rotType <<
nl <<
nl
55 <<
"Valid coordinateRotation types are :" <<
nl
57 << dictionaryConstructorTablePtr_->sortedToc()
72 Pout<<
"coordinateRotation::New(const dictionary&) : "
73 <<
"constructing coordinateRotation"
79 dictionaryConstructorTable::iterator cstrIter =
80 dictionaryConstructorTablePtr_->find(rotType);
82 if (cstrIter == dictionaryConstructorTablePtr_->end())
87 ) <<
"Unknown coordinateRotation type "
88 << rotType <<
nl <<
nl
89 <<
"Valid coordinateRotation types are :" <<
nl
91 << dictionaryConstructorTablePtr_->sortedToc()
A class for handling words, derived from string.
Ostream & endl(Ostream &os)
Add newline and flush stream.
Registry of regIOobjects.
static autoPtr< coordinateRotation > New(const dictionary &dict, const objectRegistry &obr)
Select constructed from dictionary and objectRegistry.
A list of keyword definitions, which are a keyword followed by any number of values (e....
errorManipArg< error, int > exit(error &err, const int errNo=1)
prefixOSstream Pout(cout, "Pout")
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.