Go to the documentation of this file.
35 namespace regionModels
37 namespace surfaceFilmModels
50 Info<<
" Selecting filmThermoModel " << modelType <<
endl;
52 auto* ctorPtr = dictionaryConstructorTable(modelType);
61 *dictionaryConstructorTablePtr_
A class for handling words, derived from Foam::string.
Ostream & endl(Ostream &os)
Add newline and flush stream.
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
Report an error message using Foam::FatalIOError.
Base class for surface film models.
messageStream Info
Information stream (stdout output on master, null elsewhere)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
static autoPtr< filmThermoModel > New(surfaceFilmRegionModel &film, const dictionary &dict)
Return a reference to the selected phase change model.
errorManipArg< error, int > exit(error &err, const int errNo=1)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.