Go to the documentation of this file.
26 #include "noTurbulentDispersion.H"
27 #include "phasePair.H"
34 namespace turbulentDispersionModels
39 turbulentDispersionModel,
40 noTurbulentDispersion,
51 const dictionary&
dict,
55 turbulentDispersionModel(
dict, pair)
71 const fvMesh&
mesh(this->pair_.phase1().mesh());
73 return tmp<volScalarField>
80 mesh.time().timeName(),
96 const fvMesh&
mesh(this->pair_.phase1().mesh());
106 mesh.time().timeName(),
noTurbulentDispersion(const dictionary &dict, const phasePair &pair)
Construct from a dictionary and a phase pair.
A class for managing temporary objects.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
dimensioned< vector > dimensionedVector
Dimensioned vector obtained from generic dimensioned type.
virtual tmp< volScalarField > D() const
Turbulent diffusivity.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Macros for easy insertion into run-time selection tables.
GeometricField< vector, fvPatchField, volMesh > volVectorField
virtual tmp< volVectorField > F() const
Turbulent dispersion force.
virtual ~noTurbulentDispersion()
Destructor.
defineTypeNameAndDebug(combustionModel, 0)