26 #include "noTurbulentDispersion.H" 27 #include "phasePair.H" 34 namespace turbulentDispersionModels
39 turbulentDispersionModel,
40 noTurbulentDispersion,
51 const dictionary&
dict,
55 turbulentDispersionModel(dict, pair)
73 return tmp<volScalarField>
80 mesh.time().timeName(),
106 mesh.time().timeName(),
const phaseModel & phase1() const
Return phase 1.
dimensioned< vector > dimensionedVector
Dimensioned vector obtained from generic dimensioned type.
GeometricField< vector, fvPatchField, volMesh > volVectorField
static const dimensionSet dimF
Force dimensions.
Macros for easy insertion into run-time selection tables.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
virtual tmp< volVectorField > F() const
Turbulent dispersion force.
static const dimensionSet dimD
Diffusivity dimensions.
const phasePair & pair_
Phase pair.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
const Mesh & mesh() const
Return mesh.
defineTypeNameAndDebug(combustionModel, 0)
virtual ~noTurbulentDispersion()
Destructor.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
noTurbulentDispersion(const dictionary &dict, const phasePair &pair)
Construct from a dictionary and a phase pair.
virtual tmp< volScalarField > D() const
Turbulent diffusivity.
A class for managing temporary objects.