Go to the documentation of this file.
30 #include "phasePair.H"
67 Info<<
"Selecting wallDampingModel for "
68 << pair <<
": " << modelType <<
endl;
70 auto* ctorPtr = dictionaryConstructorTable(modelType);
79 *dictionaryConstructorTablePtr_
83 return ctorPtr(
dict, pair);
static const dimensionSet dimF
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.
static autoPtr< wallDampingModel > New(const dictionary &dict, const phasePair &pair)
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
Ostream & endl(Ostream &os)
Dimension set for the base types, which can be used to implement rigorous dimension checking for alge...
#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)
wallDampingModel(const dictionary &dict, const phasePair &pair)
const phaseModel & phase1() const
A class which provides on-demand creation and caching of wall distance and wall normal fields for use...
defineTypeNameAndDebug(combustionModel, 0)