38 const word interfaceCompositionModelType(modelDict.
lookup(
"type"));
41 << interfaceCompositionModelType;
45 dictionaryConstructorTable::iterator cstrIter =
46 dictionaryConstructorTablePtr_->find(interfaceCompositionModelType);
48 if (cstrIter == dictionaryConstructorTablePtr_->end())
51 <<
"Unknown interfaceCompositionModel type "
52 << interfaceCompositionModelType <<
endl <<
endl
53 <<
"Valid interfaceCompositionModel types are : " <<
endl
54 << dictionaryConstructorTablePtr_->sortedToc()
74 modelSubDict<interfaceCompositionModel>(subDicts),
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
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=false)
Class to represent an interface between phases. Derivations can further specify the configuration of ...
Enables the printing of a dictionary and subsequently looked-up defaulted entries.
virtual word name() const
Name.
Template function which returns the un-mangled name of a given type. Useful for types which do not ha...
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(GeometricField< typename outerProduct< Type1, Type2 >::type, GeoMesh, PrimitiveField1 > &gf, const GeometricField< Type1, GeoMesh, PrimitiveField2 > &gf1, const GeometricField< Type2, GeoMesh, PrimitiveField3 > &gf2)
Ostream & endl(Ostream &os)
Add newline and flush stream.
Ostream & indentOrNl(Ostream &os)
Indent stream or add newline if indent level == 0.
tmp< DimensionedField< TypeR, GeoMesh, Field > > New(const tmp< DimensionedField< TypeR, GeoMesh, Field >> &tdf1, const word &name, const dimensionSet &dimensions)