Go to the documentation of this file.
30 #include "phasePair.H"
64 Info<<
"Selecting swarmCorrection for "
65 << pair <<
": " << modelType <<
endl;
67 auto* ctorPtr = dictionaryConstructorTable(modelType);
76 *dictionaryConstructorTablePtr_
80 return ctorPtr(
dict, pair);
Description for mass transfer between a pair of phases. The direction of the mass transfer is from th...
A class for handling words, derived from Foam::string.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
swarmCorrection(const dictionary &dict, const phasePair &pair)
Ostream & endl(Ostream &os)
static autoPtr< swarmCorrection > New(const dictionary &dict, const phasePair &pair)
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
errorManip< error > abort(error &err)
defineTypeNameAndDebug(combustionModel, 0)