45 "thermophysicalProperties",
53 thermoDict.
lookup(
"thermoType") >> thermoTypeName;
56 Info<<
"Selecting thermodynamics package " << thermoTypeName <<
endl;
58 fvMeshConstructorTable::iterator cstrIter =
59 fvMeshConstructorTablePtr_->find(thermoTypeName);
61 if (cstrIter == fvMeshConstructorTablePtr_->end())
64 <<
"Unknown basicPsiThermo type " << thermoTypeName <<
nl <<
nl
65 <<
"Valid basicPsiThermo types are:" <<
nl
66 << fvMeshConstructorTablePtr_->sortedToc() <<
nl