Go to the documentation of this file.
40 if (
dict.isDict(
"sigma"))
42 const dictionary& sigmaDict = surfaceTensionModel::sigmaDict(
dict);
46 Info<<
"Selecting surfaceTensionModel " << modelType <<
endl;
48 auto* ctorPtr = dictionaryConstructorTable(modelType);
55 "surfaceTensionModel",
57 *dictionaryConstructorTablePtr_
61 return ctorPtr(sigmaDict,
mesh);
A class for handling words, derived from Foam::string.
Ostream & endl(Ostream &os)
Add newline and flush stream.
T get(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
Report an error message using Foam::FatalIOError.
static autoPtr< surfaceTensionModel > New(const dictionary &dict, const phasePair &pair)
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,...
Mesh data needed to do the Finite Volume discretisation.
errorManipArg< error, int > exit(error &err, const int errNo=1)
Uniform constant surface tension model.