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