#include <noTurbulentDispersion.H>


Public Member Functions | |
| TypeName ("none") | |
| Runtime type information. | |
| noTurbulentDispersion (const dictionary &dict, const phasePair &pair) | |
| Construct from a dictionary and a phase pair. | |
| virtual | ~noTurbulentDispersion () |
| Destructor. | |
| virtual tmp< volScalarField > | D () const |
| Turbulent diffusivity. | |
| virtual tmp< volVectorField > | F () const |
| Turbulent dispersion force. | |
| TypeName ("none") | |
| Runtime type information. | |
| noTurbulentDispersion (const dictionary &dict, const phasePair &pair) | |
| Construct from a dictionary and a phase pair. | |
| virtual | ~noTurbulentDispersion () |
| Destructor. | |
| virtual tmp< volScalarField > | D () const |
| Turbulent diffusivity. | |
| virtual tmp< volVectorField > | F () const |
| Turbulent dispersion force. | |
| 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< 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. | |
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. | |
| noTurbulentDispersion | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct from a dictionary and a phase pair.
Definition at line 44 of file noTurbulentDispersion.C.
References dict, and turbulentDispersionModel::turbulentDispersionModel().

|
virtual |
Destructor.
Definition at line 56 of file noTurbulentDispersion.C.
| noTurbulentDispersion | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct from a dictionary and a phase pair.
References dict.
|
virtual |
Destructor.
| TypeName | ( | "none" | ) |
Runtime type information.
References dict.
|
virtual |
Turbulent diffusivity.
multiplying the gradient of the phase-fraction
Implements turbulentDispersionModel.
Definition at line 64 of file noTurbulentDispersion.C.
References turbulentDispersionModel::dimD, mesh, GeometricField< scalar, fvPatchField, volMesh >::New(), and turbulentDispersionModel::pair_.

|
virtual |
Turbulent dispersion force.
Reimplemented from turbulentDispersionModel.
Definition at line 78 of file noTurbulentDispersion.C.
References turbulentDispersionModel::dimF, mesh, GeometricField< vector, fvPatchField, volMesh >::New(), and turbulentDispersionModel::pair_.

| TypeName | ( | "none" | ) |
Runtime type information.
|
virtual |
Turbulent diffusivity.
multiplying the gradient of the phase-fraction
Implements turbulentDispersionModel.
|
virtual |
Turbulent dispersion force.
Reimplemented from turbulentDispersionModel.