36 const bool registerObject
42 const word heatTransferModelType(modelDict.
lookup(
"type"));
44 Info<<
"Selecting heatTransferModel for "
45 << interface.
name() <<
": " << heatTransferModelType <<
endl;
47 dictionaryConstructorTable::iterator cstrIter =
48 dictionaryConstructorTablePtr_->find(heatTransferModelType);
50 if (cstrIter == dictionaryConstructorTablePtr_->end())
53 <<
"Unknown heatTransferModel type "
54 << heatTransferModelType <<
endl <<
endl
55 <<
"Valid heatTransferModel types are : " <<
endl
56 << dictionaryConstructorTablePtr_->sortedToc()
bool & registerObject()
Register object created from this IOobject with registry if true.
static autoPtr< blendedHeatTransferModel > New(const dictionary &dict, const phaseInterface &interface)
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.
Model for heat transfer between phases.
static autoPtr< heatTransferModel > New(const dictionary &dict, const phaseInterface &interface, const bool outer=true, const bool registerObject=true)
Class to represent an interface between phases. Derivations can further specify the configuration of ...
const phaseSystem & fluid() const
Return the phase system.
virtual word name() const
Name.
static const dictionary & modelSubDict(const dictionary &dict)
Return the dictionary from which to construct a low-level.
static autoPtr< sidedBlendedHeatTransferModel > New(const dictionary &dict, const phaseInterface &interface)
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)