Burns Class Reference

Turbulent dispersion model of Burns et al. More...

Inheritance diagram for Burns:
Collaboration diagram for Burns:

Public Member Functions

 TypeName ("Burns")
 Runtime type information. More...
 
 Burns (const dictionary &dict, const phasePair &pair)
 Construct from a dictionary and a phase pair. More...
 
virtual ~Burns ()
 Destructor. More...
 
virtual tmp< volScalarFieldD () const
 Turbulent diffusivity. More...
 
- Public Member Functions inherited from turbulentDispersionModel
 TypeName ("turbulentDispersionModel")
 Runtime type information. More...
 
 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. More...
 
virtual ~turbulentDispersionModel ()
 Destructor. More...
 
const phaseCompressibleMomentumTransportModelcontinuousTurbulence () const
 Return a reference to the turbulence model for the continuous phase. More...
 
virtual tmp< volVectorFieldF () const
 Turbulent dispersion force. More...
 
virtual tmp< surfaceScalarFieldFf () const
 Turbulent dispersion force on faces. More...
 

Additional Inherited Members

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

Detailed Description

Turbulent dispersion model of Burns et al.

References:

    Burns, A. D., Frank, T., Hamill, I., & Shi, J. M. (2004, May).
    The Favre averaged drag model for turbulent dispersion in Eulerian
    multi-phase flows.
    In 5th international conference on multiphase flow,
    ICMF (Vol. 4, pp. 1-17).
Source files

Definition at line 62 of file Burns.H.

Constructor & Destructor Documentation

◆ Burns()

Burns ( const dictionary dict,
const phasePair pair 
)

Construct from a dictionary and a phase pair.

◆ ~Burns()

virtual ~Burns ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "Burns"  )

Runtime type information.

◆ D()

virtual tmp<volScalarField> D ( ) const
virtual

Turbulent diffusivity.

multiplying the gradient of the phase-fraction

Implements turbulentDispersionModel.


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