

Public Member Functions | |
| TypeName ("none") | |
| Runtime type information. More... | |
| noTurbulentDispersion (const dictionary &dict, const phaseInterface &interface) | |
| Construct from a dictionary and an interface. More... | |
| virtual | ~noTurbulentDispersion () |
| Destructor. More... | |
| virtual tmp< volScalarField > | D () const |
| Turbulent diffusivity. More... | |
Public Member Functions inherited from turbulentDispersionModel | |
| TypeName ("turbulentDispersionModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, turbulentDispersionModel, dictionary,(const dictionary &dict, const phaseInterface &interface),(dict, interface)) | |
| turbulentDispersionModel (const dictionary &dict, const phaseInterface &interface) | |
| Construct from a dictionary and an interface. More... | |
| virtual | ~turbulentDispersionModel () |
| Destructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from turbulentDispersionModel | |
| static autoPtr< turbulentDispersionModel > | New (const dictionary &dict, const phaseInterface &interface, const bool outer=true) |
Static Public Attributes inherited from turbulentDispersionModel | |
| static const dimensionSet | dimD |
| Diffusivity dimensions. More... | |
Definition at line 49 of file noTurbulentDispersion.H.
| noTurbulentDispersion | ( | const dictionary & | dict, |
| const phaseInterface & | interface | ||
| ) |
Construct from a dictionary and an interface.
Definition at line 48 of file noTurbulentDispersion.C.
|
virtual |
Destructor.
Definition at line 61 of file noTurbulentDispersion.C.
| TypeName | ( | "none" | ) |
Runtime type information.
|
virtual |
Turbulent diffusivity.
multiplying the gradient of the phase-fraction
Implements turbulentDispersionModel.
Definition at line 69 of file noTurbulentDispersion.C.
References GeometricField< Type, GeoMesh, PrimitiveField >::New().
