35 #ifndef turbulentDispersionModel_H 36 #define turbulentDispersionModel_H 43 #include "phaseCompressibleTurbulenceModelFwd.H" 67 TypeName(
"turbulentDispersionModel");
declareRunTimeSelectionTable(autoPtr, turbulentDispersionModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual tmp< surfaceScalarField > Ff() const
Turbulent dispersion force on faces.
static const dimensionSet dimF
Force dimensions.
virtual tmp< volVectorField > F() const
Turbulent dispersion force.
static autoPtr< turbulentDispersionModel > New(const dictionary &dict, const phasePair &pair)
Dimension set for the base types.
static const dimensionSet dimD
Diffusivity dimensions.
virtual tmp< volScalarField > D() const =0
Turbulent diffusivity.
const phasePair & pair_
Phase pair.
virtual ~turbulentDispersionModel()
Destructor.
const phaseCompressibleTurbulenceModel & continuousTurbulence() const
Return a reference to the turbulence model for the continuous phase.
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...
Macros to ease declaration of run-time selection tables.
A class for managing temporary objects.
turbulentDispersionModel(const dictionary &dict, const phasePair &pair)
Construct from a dictionary and a phase pair.