Go to the documentation of this file.
30 #include "phasePair.H"
49 const dictionary&
dict,
62 const dictionary&
dict,
66 const word modelType(
dict.
get<word>(
"type"));
68 Info<<
"Selecting turbulentDispersionModel for "
69 << pair <<
": " << modelType <<
endl;
71 auto* ctorPtr = dictionaryConstructorTable(modelType);
78 "turbulentDispersionModel",
80 *dictionaryConstructorTablePtr_
84 return ctorPtr(
dict, pair);
turbulentDispersionModel(const dictionary &dict, const phasePair &pair)
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
A class for managing temporary objects.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
Ostream & endl(Ostream &os)
T get(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
Dimension set for the base types, which can be used to implement rigorous dimension checking for alge...
virtual tmp< volVectorField > F() const
static autoPtr< turbulentDispersionModel > New(const dictionary &dict, const phasePair &pair)
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
static const dimensionSet dimD
static const dimensionSet dimF
errorManipArg< error, int > exit(error &err, const int errNo=1)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Calculate the gradient of the given field.
const dimensionedScalar & D
defineTypeNameAndDebug(combustionModel, 0)