40 Info<<
" Selecting film-separation model: " 41 << modelType <<
nl <<
endl;
43 auto* ctorPtr = dictionaryConstructorTable(modelType);
50 "filmSeparationModel",
52 *dictionaryConstructorTablePtr_
errorManipArg< error, int > exit(error &err, const int errNo=1)
A list of keyword definitions, which are a keyword followed by a number of values (eg...
constexpr char nl
The newline '\n' character (0x0a)
Ostream & endl(Ostream &os)
Add newline and flush stream.
A class for handling words, derived from Foam::string.
word getWord(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
Same as get< word >(const word&, keyType::option)
static autoPtr< filmSeparationModel > New(const regionModels::areaSurfaceFilmModels::liquidFilmBase &film, const dictionary &dict)
Return a reference to the selected filmSeparation model.
messageStream Info
Information stream (stdout output on master, null elsewhere)
const regionModels::areaSurfaceFilmModels::liquidFilmBase & film() const
Return const access to the film properties.
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
Report an error message using Foam::FatalIOError.
IOerror FatalIOError
Error stream (stdout output on all processes), with additional 'FOAM FATAL IO ERROR' header text and ...