Burns Class Reference

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

Inheritance diagram for Burns:
[legend]
Collaboration diagram for Burns:
[legend]

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...
 
 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 ()=default
 Destructor. More...
 
const phaseCompressibleTurbulenceModelcontinuousTurbulence () const
 Return a reference to the turbulence model for the continuous phase. More...
 
virtual tmp< volScalarFieldD () const =0
 Turbulent diffusivity. More...
 
virtual tmp< volVectorFieldF () const
 Turbulent dispersion force. More...
 
virtual tmp< surfaceScalarFieldFf () const
 Turbulent dispersion force on faces. More...
 
 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 ()=default
 Destructor. More...
 
virtual tmp< volScalarFieldD () const =0
 Turbulent diffusivity. More...
 
virtual tmp< volVectorFieldF () const
 Turbulent dispersion force. More...
 

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. 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:

    Otromke, M. (2013).
    Implementation and Comparison of Correlations for interfacial Forces in
    a Gas-Liquid System within an Euler-Euler Framework.
    PhD Thesis.
    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

References:

    "Implementation and Comparison of Correlations for interfacial Forces
    in a Gas-Liquid System within an Euler-Euler Framework"
    Otromke, M.,
    PhD Thesis
    April 2013
    "The Favre averaged drag model for turbulent dispersion in Eulerian
     multi-phase flows"
    Burns, A.D., Frank, T., Hamill, I., Shi, J.M.,
    5th international conference on multiphase flow
    Volume 4, Paper 392, May 2004
Source files

Definition at line 71 of file Burns.H.

Constructor & Destructor Documentation

◆ Burns() [1/2]

Burns ( const dictionary dict,
const phasePair pair 
)

Construct from a dictionary and a phase pair.

Definition at line 54 of file Burns.C.

References Foam::dimless.

◆ ~Burns() [1/2]

~Burns ( )
virtual

Destructor.

Definition at line 74 of file Burns.C.

◆ Burns() [2/2]

Burns ( const dictionary dict,
const phasePair pair 
)

Construct from a dictionary and a phase pair.

◆ ~Burns() [2/2]

virtual ~Burns ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "Burns"  )

Runtime type information.

◆ D() [1/2]

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

Turbulent diffusivity.

multiplying the gradient of the phase-fraction

Implements turbulentDispersionModel.

Definition at line 81 of file Burns.C.

References drag, IOobject::groupName(), Foam::max(), mesh, Foam::sqr(), and ensightPTraits< Type >::typeName.

Here is the call graph for this function:

◆ TypeName() [2/2]

TypeName ( "Burns"  )

Runtime type information.

◆ D() [2/2]

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 files: