38 word hhuCombustionThermoTypeName;
48 "thermophysicalProperties",
56 thermoDict.
lookup(
"thermoType") >> hhuCombustionThermoTypeName;
59 Info<<
"Selecting thermodynamics package "
60 << hhuCombustionThermoTypeName <<
endl;
62 fvMeshConstructorTable::iterator cstrIter =
63 fvMeshConstructorTablePtr_->find(hhuCombustionThermoTypeName);
65 if (cstrIter == fvMeshConstructorTablePtr_->end())
68 <<
"Unknown hhuCombustionThermo type "
69 << hhuCombustionThermoTypeName << endl << endl
70 <<
"Valid hhuCombustionThermo types are :" << endl
71 << fvMeshConstructorTablePtr_->sortedToc()