Go to the documentation of this file.
29 #include "phasePair.H"
36 namespace turbulentDispersionModels
41 turbulentDispersionModel,
42 noTurbulentDispersion,
53 const dictionary&
dict,
57 turbulentDispersionModel(
dict, pair)
73 const fvMesh&
mesh(this->pair_.phase1().mesh());
80 mesh.time().timeName(),
95 const fvMesh&
mesh(this->pair_.phase1().mesh());
102 mesh.time().timeName(),
noTurbulentDispersion(const dictionary &dict, const phasePair &pair)
A class for managing temporary objects.
static constexpr const zero Zero
virtual tmp< volVectorField > F() const
virtual tmp< volScalarField > D() const
virtual ~noTurbulentDispersion()
dimensioned< vector > dimensionedVector
Dimensioned vector obtained from generic dimensioned type.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
addToRunTimeSelectionTable(turbulentDispersionModel, Burns, dictionary)
Macros for easy insertion into run-time selection tables.
defineTypeNameAndDebug(Burns, 0)
static tmp< T > New(Args &&... args)