33 const hsCombustionThermo&
thermo,
34 const compressible::turbulenceModel&
turbulence,
39 word combustionModelTypeName = combustionProperties.lookup
44 Info<<
"Selecting combustion model " << combustionModelTypeName <<
endl;
46 dictionaryConstructorTable::iterator cstrIter =
47 dictionaryConstructorTablePtr_->find(combustionModelTypeName);
49 if (cstrIter == dictionaryConstructorTablePtr_->end())
53 "combustionModel::New"
54 ) <<
"Unknown combustionModel type "
55 << combustionModelTypeName << endl << endl
56 <<
"Valid combustionModels are : " << endl
57 << dictionaryConstructorTablePtr_->sortedToc()
61 return autoPtr<combustionModel>