turbulentDispersionModel Class Referenceabstract

Model for turbulent dispersion between two phases. More...

Inheritance diagram for turbulentDispersionModel:
Collaboration diagram for turbulentDispersionModel:

Public Member Functions

 TypeName ("turbulentDispersionModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, turbulentDispersionModel, dictionary,(const dictionary &dict, const phaseInterface &interface),(dict, interface))
 
 turbulentDispersionModel (const dictionary &dict, const phaseInterface &interface)
 Construct from a dictionary and an interface. More...
 
virtual ~turbulentDispersionModel ()
 Destructor. More...
 
virtual tmp< volScalarFieldD () const =0
 Return the turbulent diffusivity multiplying the gradient of the. More...
 

Static Public Member Functions

static autoPtr< turbulentDispersionModelNew (const dictionary &dict, const phaseInterface &interface, const bool outer=true)
 

Static Public Attributes

static const dimensionSet dimD
 Diffusivity dimensions. More...
 
static const bool correctFixedFluxBCs = true
 Does this model require correcting on fixed flux boundaries? More...
 

Detailed Description

Model for turbulent dispersion between two phases.

Source files

Definition at line 52 of file turbulentDispersionModel.H.

Constructor & Destructor Documentation

◆ turbulentDispersionModel()

turbulentDispersionModel ( const dictionary dict,
const phaseInterface interface 
)

Construct from a dictionary and an interface.

Definition at line 43 of file turbulentDispersionModel.C.

◆ ~turbulentDispersionModel()

Destructor.

Definition at line 53 of file turbulentDispersionModel.C.

Member Function Documentation

◆ TypeName()

TypeName ( "turbulentDispersionModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
turbulentDispersionModel  ,
dictionary  ,
(const dictionary &dict, const phaseInterface &interface)  ,
(dict, interface)   
)

◆ New()

Foam::autoPtr< Foam::turbulentDispersionModel > New ( const dictionary dict,
const phaseInterface interface,
const bool  outer = true 
)
static

◆ D()

virtual tmp<volScalarField> D ( ) const
pure virtual

Return the turbulent diffusivity multiplying the gradient of the.

phase-fraction

Implemented in noTurbulentDispersion, LopezDeBertodano, Gosman, constantTurbulentDispersionCoefficient, and Burns.

Referenced by blendedTurbulentDispersionModel::D().

Here is the caller graph for this function:

Member Data Documentation

◆ dimD

const Foam::dimensionSet dimD
static

Diffusivity dimensions.

Definition at line 77 of file turbulentDispersionModel.H.

Referenced by blendedTurbulentDispersionModel::D().

◆ correctFixedFluxBCs

const bool correctFixedFluxBCs = true
static

Does this model require correcting on fixed flux boundaries?

Definition at line 80 of file turbulentDispersionModel.H.


The documentation for this class was generated from the following files: