Go to the documentation of this file.
30 #include "phasePair.H"
31 #include "BlendedInterfacialModel.H"
68 Info<<
"Selecting massTransferModel for "
69 << pair <<
": " << modelType <<
endl;
71 auto* ctorPtr = dictionaryConstructorTable(modelType);
80 *dictionaryConstructorTablePtr_
84 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)
Ostream & endl(Ostream &os)
Dimension set for the base types, which can be used to implement rigorous dimension checking for alge...
defineBlendedInterfacialModelTypeNameAndDebug(massTransferModel, 0)
#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)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
static const dimensionSet dimK
massTransferModel(const dictionary &dict, const phasePair &pair)
defineTypeNameAndDebug(combustionModel, 0)
static autoPtr< massTransferModel > New(const dictionary &dict, const phasePair &pair)