26 #include "noPhaseChange.H" 32 namespace regionModels
34 namespace surfaceFilmModels
49 {phaseChangeModel::typeName,
"phaseChangeModel"},
60 dict.
found(phaseChangeModel::typeName)
61 ? dict.
subDict(phaseChangeModel::typeName)
67 dict.
found(phaseChangeModel::typeName)
68 ? phaseChangeDict.lookup(
"model")
69 : phaseChangeDict.lookup(
"phaseChangeModel")
72 Info<<
" Selecting phaseChangeModel " << modelType <<
endl;
74 dictionaryConstructorTable::iterator cstrIter =
75 dictionaryConstructorTablePtr_->find(modelType);
77 if (cstrIter == dictionaryConstructorTablePtr_->end())
80 <<
"Unknown phaseChangeModel type " << modelType
81 <<
nl <<
nl <<
"Valid phaseChangeModel types are:" <<
nl 82 << dictionaryConstructorTablePtr_->toc()
bool found(const word &, bool recursive=false, bool patternMatch=true) const
Search dictionary for given keyword.
Base class for surface film models.
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...
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
const entry * lookupEntryPtrBackwardsCompatible(const wordList &, bool recursive, bool patternMatch) const
Find and return an entry data stream if present, trying a list.
Ostream & endl(Ostream &os)
Add newline and flush stream.
static autoPtr< phaseChangeModel > New(surfaceFilmRegionModel &film, const dictionary &dict)
Return a reference to the selected phase change model.
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
Dummy phase change model for 'none'.
A class for handling words, derived from string.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...