Loading...
Searching...
No Matches
noTurbulentDispersion Class Reference

#include <noTurbulentDispersion.H>

Inheritance diagram for noTurbulentDispersion:
Collaboration diagram for noTurbulentDispersion:

Public Member Functions

 TypeName ("none")
 Runtime type information.
 noTurbulentDispersion (const dictionary &dict, const phasePair &pair)
 Construct from a dictionary and a phase pair.
virtual ~noTurbulentDispersion ()
 Destructor.
virtual tmp< volScalarFieldD () const
 Turbulent diffusivity.
virtual tmp< volVectorFieldF () const
 Turbulent dispersion force.
 TypeName ("none")
 Runtime type information.
 noTurbulentDispersion (const dictionary &dict, const phasePair &pair)
 Construct from a dictionary and a phase pair.
virtual ~noTurbulentDispersion ()
 Destructor.
virtual tmp< volScalarFieldD () const
 Turbulent diffusivity.
virtual tmp< volVectorFieldF () const
 Turbulent dispersion force.
Public Member Functions inherited from turbulentDispersionModel
 TypeName ("turbulentDispersionModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, turbulentDispersionModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
 turbulentDispersionModel (const dictionary &dict, const phasePair &pair)
 Construct from a dictionary and a phase pair.
virtual ~turbulentDispersionModel ()=default
 Destructor.
const phaseCompressibleTurbulenceModelcontinuousTurbulence () const
 Return a reference to the turbulence model for the continuous phase.
virtual tmp< surfaceScalarFieldFf () const
 Turbulent dispersion force on faces.
 TypeName ("turbulentDispersionModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, turbulentDispersionModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
 turbulentDispersionModel (const dictionary &dict, const phasePair &pair)
 Construct from a dictionary and a phase pair.
virtual ~turbulentDispersionModel ()=default
 Destructor.

Additional Inherited Members

Static Public Member Functions inherited from turbulentDispersionModel
static autoPtr< turbulentDispersionModelNew (const dictionary &dict, const phasePair &pair)
static autoPtr< turbulentDispersionModelNew (const dictionary &dict, const phasePair &pair)
Static Public Attributes inherited from turbulentDispersionModel
static const dimensionSet dimD
 Diffusivity dimensions.
static const dimensionSet dimF
 Force dimensions.
Protected Attributes inherited from turbulentDispersionModel
const phasePairpair_
 Phase pair.

Detailed Description

Constructor & Destructor Documentation

◆ noTurbulentDispersion() [1/2]

noTurbulentDispersion ( const dictionary & dict,
const phasePair & pair )

Construct from a dictionary and a phase pair.

Definition at line 44 of file noTurbulentDispersion.C.

References dict, and turbulentDispersionModel::turbulentDispersionModel().

Here is the call graph for this function:

◆ ~noTurbulentDispersion() [1/2]

~noTurbulentDispersion ( )
virtual

Destructor.

Definition at line 56 of file noTurbulentDispersion.C.

◆ noTurbulentDispersion() [2/2]

noTurbulentDispersion ( const dictionary & dict,
const phasePair & pair )

Construct from a dictionary and a phase pair.

References dict.

◆ ~noTurbulentDispersion() [2/2]

virtual ~noTurbulentDispersion ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "none" )

Runtime type information.

References dict.

◆ D() [1/2]

Foam::tmp< Foam::volScalarField > D ( ) const
virtual

Turbulent diffusivity.

multiplying the gradient of the phase-fraction

Implements turbulentDispersionModel.

Definition at line 64 of file noTurbulentDispersion.C.

References turbulentDispersionModel::dimD, mesh, GeometricField< scalar, fvPatchField, volMesh >::New(), and turbulentDispersionModel::pair_.

Here is the call graph for this function:

◆ F() [1/2]

Foam::tmp< Foam::volVectorField > F ( ) const
virtual

Turbulent dispersion force.

Reimplemented from turbulentDispersionModel.

Definition at line 78 of file noTurbulentDispersion.C.

References turbulentDispersionModel::dimF, mesh, GeometricField< vector, fvPatchField, volMesh >::New(), and turbulentDispersionModel::pair_.

Here is the call graph for this function:

◆ TypeName() [2/2]

TypeName ( "none" )

Runtime type information.

◆ D() [2/2]

virtual tmp< volScalarField > D ( ) const
virtual

Turbulent diffusivity.

multiplying the gradient of the phase-fraction

Implements turbulentDispersionModel.

◆ F() [2/2]

virtual tmp< volVectorField > F ( ) const
virtual

Turbulent dispersion force.

Reimplemented from turbulentDispersionModel.


The documentation for this class was generated from the following files:
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/interfacialModels/turbulentDispersionModels/noTurbulentDispersion/noTurbulentDispersion.H
  • src/phaseSystemModels/twoPhaseEuler/twoPhaseSystem/interfacialModels/turbulentDispersionModels/noTurbulentDispersion/noTurbulentDispersion.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/interfacialModels/turbulentDispersionModels/noTurbulentDispersion/noTurbulentDispersion.C
  • src/phaseSystemModels/twoPhaseEuler/twoPhaseSystem/interfacialModels/turbulentDispersionModels/noTurbulentDispersion/noTurbulentDispersion.C