44 const word interfaceCompositionModelType(modelDict.
lookup(
"type"));
46 Info<<
"Selecting interfaceCompositionModel for "
49 dictionaryConstructorTable::iterator cstrIter =
50 dictionaryConstructorTablePtr_->find(interfaceCompositionModelType);
52 if (cstrIter == dictionaryConstructorTablePtr_->end())
55 <<
"Unknown interfaceCompositionModel type "
56 << interfaceCompositionModelType <<
endl <<
endl
57 <<
"Valid interfaceCompositionModel types are : " <<
endl
58 << 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.
Generic base class for interface composition models. These models describe the composition in phase 1...
const sidedPhaseInterface & interface() const
Return the interface.
static autoPtr< interfaceCompositionModel > New(const dictionary &dict, const phaseInterface &interface, const bool outer=true)
Class to represent an interface between phases. Derivations can further specify the configuration of ...
const phaseSystem & fluid() const
Return the phase system.
static const dictionary & modelSubDict(const dictionary &dict)
Return the dictionary from which to construct a low-level.
static autoPtr< sidedInterfaceCompositionModel > New(const dictionary &dict, const phaseInterface &interface)
virtual word name() const
Name.
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.
void outer(FieldField< Field1, typename outerProduct< Type1, Type2 >::type > &f, const FieldField< Field1, Type1 > &f1, const FieldField< Field2, Type2 > &f2)