

Public Member Functions | |
| 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... | |
| virtual tmp< volScalarField > | D () const =0 |
| Turbulent diffusivity. More... | |
| virtual tmp< volVectorField > | F () const |
| Turbulent dispersion force. More... | |
| virtual tmp< surfaceScalarField > | Ff () 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 () |
| Destructor. More... | |
| virtual tmp< volScalarField > | D () const =0 |
| Turbulent diffusivity. More... | |
| virtual tmp< volVectorField > | F () const |
| Turbulent dispersion force. More... | |
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. More... | |
| static const dimensionSet | dimF |
| Force dimensions. More... | |
Protected Attributes | |
| const phasePair & | pair_ |
| Phase pair. More... | |
Definition at line 52 of file turbulentDispersionModel.H.
| turbulentDispersionModel | ( | const dictionary & | dict, |
| const phasePair & | pair | ||
| ) |
Construct from a dictionary and a phase pair.
|
virtual |
Destructor.
| turbulentDispersionModel | ( | const dictionary & | dict, |
| const phasePair & | pair | ||
| ) |
Construct from a dictionary and a phase pair.
|
virtual |
Destructor.
| TypeName | ( | "turbulentDispersionModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| turbulentDispersionModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const phasePair &pair) | , | ||
| (dict, pair) | |||
| ) |
|
static |
|
pure virtual |
Turbulent diffusivity.
multiplying the gradient of the phase-fraction
Implemented in Burns, Burns, LopezDeBertodano, LopezDeBertodano, Gosman, Gosman, constantTurbulentDispersionCoefficient, constantTurbulentDispersionCoefficient, noTurbulentDispersion, and noTurbulentDispersion.
|
virtual |
Turbulent dispersion force.
Reimplemented in noTurbulentDispersion, and noTurbulentDispersion.
|
virtual |
Turbulent dispersion force on faces.
| TypeName | ( | "turbulentDispersionModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| turbulentDispersionModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const phasePair &pair) | , | ||
| (dict, pair) | |||
| ) |
|
static |
|
pure virtual |
Turbulent diffusivity.
multiplying the gradient of the phase-fraction
Implemented in Burns, Burns, LopezDeBertodano, LopezDeBertodano, Gosman, Gosman, constantTurbulentDispersionCoefficient, constantTurbulentDispersionCoefficient, noTurbulentDispersion, and noTurbulentDispersion.
|
virtual |
Turbulent dispersion force.
Reimplemented in noTurbulentDispersion, and noTurbulentDispersion.
|
protected |
Phase pair.
Definition at line 59 of file turbulentDispersionModel.H.
|
static |
Diffusivity dimensions.
Definition at line 85 of file turbulentDispersionModel.H.
|
static |
Force dimensions.
Definition at line 88 of file turbulentDispersionModel.H.
1.8.11