44 word SRFModelTypeName;
62 SRFPropertiesDict.
lookup(
"SRFModel") >> SRFModelTypeName;
65 Info<<
"Selecting SRFModel " << SRFModelTypeName <<
endl;
67 dictionaryConstructorTable::iterator cstrIter =
68 dictionaryConstructorTablePtr_->find(SRFModelTypeName);
70 if (cstrIter == dictionaryConstructorTablePtr_->end())
74 "SRFModel::New(const fvMesh&)"
75 ) <<
"Unknown SRFModel type " << SRFModelTypeName
77 <<
"Valid SRFModel types are :" <<
nl
78 << dictionaryConstructorTablePtr_->sortedToc()