Turbulent dispersion model of Burns et al. More...
#include <Burns.H>


Public Member Functions | |
| TypeName ("Burns") | |
| Runtime type information. | |
| Burns (const dictionary &dict, const phasePair &pair) | |
| Construct from a dictionary and a phase pair. | |
| virtual | ~Burns () |
| Destructor. | |
| virtual tmp< volScalarField > | D () const |
| Turbulent diffusivity. | |
| TypeName ("Burns") | |
| Runtime type information. | |
| Burns (const dictionary &dict, const phasePair &pair) | |
| Construct from a dictionary and a phase pair. | |
| virtual | ~Burns () |
| Destructor. | |
| virtual tmp< volScalarField > | D () const |
| Turbulent diffusivity. | |
| 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 phaseCompressibleTurbulenceModel & | continuousTurbulence () const |
| Return a reference to the turbulence model for the continuous phase. | |
| virtual tmp< volVectorField > | F () const |
| Turbulent dispersion force. | |
| virtual tmp< surfaceScalarField > | Ff () 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. | |
| virtual tmp< volVectorField > | F () const |
| Turbulent dispersion force. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from turbulentDispersionModel | |
| static autoPtr< turbulentDispersionModel > | New (const dictionary &dict, const phasePair &pair) |
| static autoPtr< turbulentDispersionModel > | New (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 phasePair & | pair_ |
| Phase pair. | |
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).
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
| Burns | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct from a dictionary and a phase pair.
Definition at line 47 of file Burns.C.
References dict, Foam::dimless, turbulentDispersionModel::pair_, and turbulentDispersionModel::turbulentDispersionModel().

| Burns | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct from a dictionary and a phase pair.
References dict.
|
virtual |
Destructor.
| TypeName | ( | "Burns" | ) |
Runtime type information.
References dict.
|
virtual |
Turbulent diffusivity.
multiplying the gradient of the phase-fraction
Implements turbulentDispersionModel.
Definition at line 74 of file Burns.C.
References turbulentDispersionModel::continuousTurbulence(), drag, IOobject::groupName(), Foam::max(), mesh, turbulentDispersionModel::pair_, and Foam::sqr().

| TypeName | ( | "Burns" | ) |
Runtime type information.
|
virtual |
Turbulent diffusivity.
multiplying the gradient of the phase-fraction
Implements turbulentDispersionModel.