37 if (
dict.isDict(
"sigma"))
43 Info<<
"Selecting surfaceTensionModel "
44 << surfaceTensionModelType <<
endl;
46 dictionaryConstructorTable::iterator cstrIter =
47 dictionaryConstructorTablePtr_->find(surfaceTensionModelType);
49 if (cstrIter == dictionaryConstructorTablePtr_->end())
52 <<
"Unknown surfaceTensionModel type "
53 << surfaceTensionModelType <<
endl <<
endl
54 <<
"Valid surfaceTensionModel types are : " <<
endl
55 << dictionaryConstructorTablePtr_->sortedToc()
A list of keyword definitions, which are a keyword followed by any number of values (e....
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
Mesh data needed to do the Finite Volume discretisation.
static autoPtr< surfaceTensionModel > New(const dictionary &dict, const fvMesh &mesh)
static const dictionary & sigmaDict(const dictionary &dict)
Uniform constant surface tension model.
A class for handling words, derived from string.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
errorManipArg< error, int > exit(error &err, const int errNo=1)
Ostream & endl(Ostream &os)
Add newline and flush stream.