37 word reactionRateFlameAreaType
39 dict.lookup(
"reactionRateFlameArea")
42 Info<<
"Selecting reaction rate flame area correlation "
43 << reactionRateFlameAreaType <<
endl;
45 dictionaryConstructorTable::iterator cstrIter =
46 dictionaryConstructorTablePtr_->find(reactionRateFlameAreaType);
48 if (cstrIter == dictionaryConstructorTablePtr_->end())
53 ) <<
"Unknown reactionRateFlameArea type "
54 << reactionRateFlameAreaType <<
endl <<
endl
55 <<
"Valid reaction rate flame area types are :" <<
endl
56 << dictionaryConstructorTablePtr_->toc()
60 const label tempOpen = reactionRateFlameAreaType.find(
'<');
62 const word className = reactionRateFlameAreaType(0, tempOpen);
65 (cstrIter()(className,
dict,
mesh, combModel));