37#ifndef turbulentDispersionModel_H
38#define turbulentDispersionModel_H
45#include "phaseCompressibleTurbulenceModelFwd.H"
70 TypeName(
"turbulentDispersionModel");
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Dimension set for the base types, which can be used to implement rigorous dimension checking for alge...
Description for mass transfer between a pair of phases. The direction of the mass transfer is from th...
A class for managing temporary objects.
virtual ~turbulentDispersionModel()=default
Destructor.
virtual tmp< surfaceScalarField > Ff() const
Turbulent dispersion force on faces.
virtual tmp< volScalarField > D() const =0
Turbulent diffusivity.
virtual tmp< volVectorField > F() const
Turbulent dispersion force.
declareRunTimeSelectionTable(autoPtr, turbulentDispersionModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
static autoPtr< turbulentDispersionModel > New(const dictionary &dict, const phasePair &pair)
const phasePair & pair_
Phase pair.
static const dimensionSet dimD
Diffusivity dimensions.
TypeName("turbulentDispersionModel")
Runtime type information.
const phaseCompressibleTurbulenceModel & continuousTurbulence() const
Return a reference to the turbulence model for the continuous phase.
static const dimensionSet dimF
Force dimensions.
turbulentDispersionModel(const dictionary &dict, const phasePair &pair)
Construct from a dictionary and a phase pair.
ThermalDiffusivity< PhaseCompressibleTurbulenceModel< phaseModel > > phaseCompressibleTurbulenceModel
Typedef for phaseCompressibleTurbulenceModel.
Macros to ease declaration of run-time selection tables.
#define declareRunTimeSelectionTable(ptrWrapper, baseType, argNames, argList, parList)
Declare a run-time selection (variables and adder classes).
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.