Go to the documentation of this file.
28 #include "noTurbulentDispersion.H"
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)
Construct from a dictionary and a phase pair.
A class for managing temporary objects.
static constexpr const zero Zero
Global zero (0)
virtual tmp< volVectorField > F() const
Turbulent dispersion force.
virtual tmp< volScalarField > D() const
Turbulent diffusivity.
addToRunTimeSelectionTable(turbulentDispersionModel, Burns, dictionary)
virtual ~noTurbulentDispersion()
Destructor.
dimensioned< vector > dimensionedVector
Dimensioned vector obtained from generic dimensioned type.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
Macros for easy insertion into run-time selection tables.
defineTypeNameAndDebug(Burns, 0)
static tmp< T > New(Args &&... args)
Construct tmp of T with forwarding arguments.