30 template<
class CloudType>
38 const word modelType(dict.
lookup(
"phaseChangeModel"));
40 Info<<
"Selecting phase change model " << modelType <<
endl;
42 typename dictionaryConstructorTable::iterator cstrIter =
43 dictionaryConstructorTablePtr_->find(modelType);
45 if (cstrIter == dictionaryConstructorTablePtr_->end())
49 "PhaseChangeModel<CloudType>::New" 54 ) <<
"Unknown phase change model type " 55 << modelType <<
nl <<
nl 56 <<
"Valid phase change model types are:" <<
nl 57 << dictionaryConstructorTablePtr_->sortedToc()
static autoPtr< PhaseChangeModel< CloudType > > New(const dictionary &dict, CloudType &owner)
Selector.
A class for handling words, derived from string.
errorManipArg< error, int > exit(error &err, const int errNo=1)
A list of keyword definitions, which are a keyword followed by any number of values (e...
Ostream & endl(Ostream &os)
Add newline and flush stream.
#define FatalErrorIn(functionName)
Report an error message using Foam::FatalError.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
Templated base class for dsmc cloud.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...