54 word diffTypeName(mdData);
56 Info <<
"Selecting motion diffusion: " << diffTypeName <<
endl;
58 IstreamConstructorTable::iterator cstrIter =
59 IstreamConstructorTablePtr_->find(diffTypeName);
61 if (cstrIter == IstreamConstructorTablePtr_->end())
65 "motionDiffusivity::New(const tetPolyMesh& tetMesh, "
66 "const Istream& dict)"
67 ) <<
"Unknown diffusion type " << diffTypeName
69 <<
"Valid diffusion types are :" << endl
70 << IstreamConstructorTablePtr_->sortedToc()