42 const word interfaceCompositionModelType(modelDict.
lookup(
"type"));
44 Info<<
"Selecting interfaceCompositionModel for "
47 dictionaryConstructorTable::iterator cstrIter =
48 dictionaryConstructorTablePtr_->find(interfaceCompositionModelType);
50 if (cstrIter == dictionaryConstructorTablePtr_->end())
53 <<
"Unknown interfaceCompositionModel type "
54 << interfaceCompositionModelType <<
endl <<
endl
55 <<
"Valid interfaceCompositionModel types are : " <<
endl
56 << dictionaryConstructorTablePtr_->sortedToc()
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
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 ...
virtual word name() const
Name.
A class for handling words, derived from string.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
errorManipArg< error, int > exit(error &err, const int errNo=1)
void outer(LagrangianPatchField< typename outerProduct< Type1, Type2 >::type > &f, const LagrangianPatchField< Type1 > &f1, const LagrangianPatchField< Type2 > &f2)
Ostream & endl(Ostream &os)
Add newline and flush stream.