48 "thermophysicalProperties",
56 thermoDict.
lookup(
"thermoType") >> thermoTypeName;
59 Info<<
"Selecting thermodynamics package " << thermoTypeName <<
endl;
61 fvMeshConstructorTable::iterator cstrIter =
62 fvMeshConstructorTablePtr_->find(thermoTypeName);
64 if (cstrIter == fvMeshConstructorTablePtr_->end())
67 <<
"Unknown basicRhoThermo type " << thermoTypeName <<
nl <<
nl
68 <<
"Valid basicRhoThermo types are:" <<
nl
69 << fvMeshConstructorTablePtr_->sortedToc() <<
nl