Go to the documentation of this file.
35 #ifndef turbulentDispersionModel_H
36 #define turbulentDispersionModel_H
66 TypeName(
"turbulentDispersionModel");
virtual tmp< surfaceScalarField > Ff() const
Turbulent dispersion force on faces.
turbulentDispersionModel(const dictionary &dict, const phasePair &pair)
Construct from a dictionary and a phase pair.
A class for managing temporary objects.
const phasePair & pair_
Phase pair.
Dimension set for the base types.
static autoPtr< turbulentDispersionModel > New(const dictionary &dict, const phasePair &pair)
virtual tmp< volScalarField > D() const =0
Turbulent diffusivity.
virtual tmp< volVectorField > F() const
Turbulent dispersion force.
A list of keyword definitions, which are a keyword followed by any number of values (e....
static const dimensionSet dimD
Diffusivity dimensions.
static const dimensionSet dimF
Force dimensions.
declareRunTimeSelectionTable(autoPtr, turbulentDispersionModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
TypeName("turbulentDispersionModel")
Runtime type information.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual ~turbulentDispersionModel()
Destructor.
Macros to ease declaration of run-time selection tables.