32 const dictionary& XiGProperties,
33 const hhuCombustionThermo&
thermo,
38 word XiGModelTypeName = XiGProperties.lookup(
"XiGModel");
40 Info<<
"Selecting flame-wrinkling model " << XiGModelTypeName <<
endl;
42 dictionaryConstructorTable::iterator cstrIter =
43 dictionaryConstructorTablePtr_->find(XiGModelTypeName);
45 if (cstrIter == dictionaryConstructorTablePtr_->end())
51 " const hhuCombustionThermo& thermo,"
52 " const compressible::RASModel& turbulence,"
53 " const volScalarField& Su"
55 ) <<
"Unknown XiGModel type "
56 << XiGModelTypeName << endl << endl
57 <<
"Valid XiGModels are : " << endl
58 << dictionaryConstructorTablePtr_->sortedToc()
62 return autoPtr<XiGModel>