Model for turbulent dispersion between two phases. More...


Public Member Functions | |
| 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... | |
| virtual tmp< volScalarField > | D () const =0 |
| Return the turbulent diffusivity multiplying the gradient of the. More... | |
Static Public Member Functions | |
| static autoPtr< turbulentDispersionModel > | New (const dictionary &dict, const phaseInterface &interface, const bool outer=true) |
Static Public Attributes | |
| static const dimensionSet | dimD |
| Diffusivity dimensions. More... | |
Model for turbulent dispersion between two phases.
Definition at line 52 of file turbulentDispersionModel.H.
| turbulentDispersionModel | ( | const dictionary & | dict, |
| const phaseInterface & | interface | ||
| ) |
Construct from a dictionary and an interface.
Definition at line 43 of file turbulentDispersionModel.C.
|
virtual |
Destructor.
Definition at line 53 of file turbulentDispersionModel.C.
| TypeName | ( | "turbulentDispersionModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| turbulentDispersionModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const phaseInterface &interface) | , | ||
| (dict, interface) | |||
| ) |
|
static |
Definition at line 32 of file turbulentDispersionModelNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::Info, dictionary::lookup(), phaseInterface::name(), and Foam::outer().

|
pure virtual |
Return the turbulent diffusivity multiplying the gradient of the.
phase-fraction
Implemented in noTurbulentDispersion, LopezDeBertodano, Gosman, constantTurbulentDispersionCoefficient, and Burns.
Referenced by blendedTurbulentDispersionModel::D().

|
static |
Diffusivity dimensions.
Definition at line 77 of file turbulentDispersionModel.H.
Referenced by blendedTurbulentDispersionModel::D().