#include <turbulentDispersionModel.H>


Public Member Functions | |
| 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< volScalarField > | D () const =0 |
| Turbulent diffusivity. | |
| 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< volScalarField > | D () const =0 |
| Turbulent diffusivity. | |
| virtual tmp< volVectorField > | F () const |
| Turbulent dispersion force. | |
Static Public Member Functions | |
| static autoPtr< turbulentDispersionModel > | New (const dictionary &dict, const phasePair &pair) |
| static autoPtr< turbulentDispersionModel > | New (const dictionary &dict, const phasePair &pair) |
Static Public Attributes | |
| static const dimensionSet | dimD |
| Diffusivity dimensions. | |
| static const dimensionSet | dimF |
| Force dimensions. | |
Protected Attributes | |
| const phasePair & | pair_ |
| Phase pair. | |
| turbulentDispersionModel | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct from a dictionary and a phase pair.
Definition at line 45 of file turbulentDispersionModel.C.
Referenced by Burns::Burns(), constantTurbulentDispersionCoefficient::constantTurbulentDispersionCoefficient(), declareRunTimeSelectionTable(), Gosman::Gosman(), LopezDeBertodano::LopezDeBertodano(), and noTurbulentDispersion::noTurbulentDispersion().

|
virtualdefault |
Destructor.
References dict.
| turbulentDispersionModel | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct from a dictionary and a phase pair.
References dict.
|
virtualdefault |
Destructor.
| TypeName | ( | "turbulentDispersionModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| turbulentDispersionModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const phasePair &pair) | , | ||
| (dict, pair) | ) |
|
static |
Definition at line 58 of file turbulentDispersionModel.C.
References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, and Foam::Info.

| const Foam::phaseCompressibleTurbulenceModel & continuousTurbulence | ( | ) | const |
Return a reference to the turbulence model for the continuous phase.
Definition at line 89 of file turbulentDispersionModel.C.
References IOobject::groupName(), pair_, and turbulenceModel::propertiesName.
Referenced by Burns::D(), constantTurbulentDispersionCoefficient::D(), Gosman::D(), and LopezDeBertodano::D().


|
pure virtual |
Turbulent diffusivity.
multiplying the gradient of the phase-fraction
Implemented in Burns, Burns, constantTurbulentDispersionCoefficient, constantTurbulentDispersionCoefficient, Gosman, Gosman, LopezDeBertodano, LopezDeBertodano, noTurbulentDispersion, and noTurbulentDispersion.
|
virtual |
Turbulent dispersion force.
Reimplemented in noTurbulentDispersion, and noTurbulentDispersion.
Definition at line 104 of file turbulentDispersionModel.C.
References D, Foam::fvc::grad(), and pair_.

|
virtual |
Turbulent dispersion force on faces.
Definition at line 111 of file turbulentDispersionModel.C.
References D, Foam::fvc::interpolate(), pair_, and Foam::fvc::snGrad().

| TypeName | ( | "turbulentDispersionModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| turbulentDispersionModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const phasePair &pair) | , | ||
| (dict, pair) | ) |
References dict, dimD, dimF, and turbulentDispersionModel().

|
static |
References dict.
|
pure virtual |
Turbulent diffusivity.
multiplying the gradient of the phase-fraction
Implemented in Burns, Burns, constantTurbulentDispersionCoefficient, constantTurbulentDispersionCoefficient, Gosman, Gosman, LopezDeBertodano, LopezDeBertodano, noTurbulentDispersion, and noTurbulentDispersion.
|
virtual |
Turbulent dispersion force.
Reimplemented in noTurbulentDispersion, and noTurbulentDispersion.
|
protected |
Phase pair.
Definition at line 61 of file turbulentDispersionModel.H.
Referenced by Burns::Burns(), continuousTurbulence(), Burns::D(), constantTurbulentDispersionCoefficient::D(), Gosman::D(), LopezDeBertodano::D(), noTurbulentDispersion::D(), F(), noTurbulentDispersion::F(), Ff(), and turbulentDispersionModel().
|
static |
Diffusivity dimensions.
Definition at line 91 of file turbulentDispersionModel.H.
Referenced by noTurbulentDispersion::D(), and declareRunTimeSelectionTable().
|
static |
Force dimensions.
Definition at line 96 of file turbulentDispersionModel.H.
Referenced by declareRunTimeSelectionTable(), and noTurbulentDispersion::F().