Lopez de Bertodano (1992) turbulent dispersion model. More...
Public Member Functions | |
TypeName ("LopezDeBertodano") | |
Runtime type information. More... | |
LopezDeBertodano (const dictionary &dict, const phaseInterface &interface) | |
Construct from a dictionary and an interface. More... | |
virtual | ~LopezDeBertodano () |
Destructor. More... | |
virtual tmp< volScalarField > | D () const |
Turbulent diffusivity. More... | |
Public Member Functions inherited from dispersedTurbulentDispersionModel | |
dispersedTurbulentDispersionModel (const dictionary &dict, const phaseInterface &interface) | |
virtual | ~dispersedTurbulentDispersionModel () |
Destructor. More... | |
const phaseCompressible::momentumTransportModel & | continuousTurbulence () const |
Return a reference to the turbulence model for the continuous phase. 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... | |
static const bool | correctFixedFluxBCs = true |
Does this model require correcting on fixed flux boundaries? More... | |
Protected Attributes inherited from dispersedTurbulentDispersionModel | |
const dispersedPhaseInterface | interface_ |
Interface. More... | |
Lopez de Bertodano (1992) turbulent dispersion model.
Lopez, D. B. M. (1992). Turbulent bubbly two-phase flow in a triangular duct. PhD Thesis, Rensselaer Polytechnic Institution.
Definition at line 56 of file LopezDeBertodano.H.
LopezDeBertodano | ( | const dictionary & | dict, |
const phaseInterface & | interface | ||
) |
Construct from a dictionary and an interface.
Definition at line 49 of file LopezDeBertodano.C.
|
virtual |
Destructor.
Definition at line 62 of file LopezDeBertodano.C.
TypeName | ( | "LopezDeBertodano" | ) |
Runtime type information.
|
virtual |
Turbulent diffusivity.
multiplying the gradient of the phase-fraction
Implements turbulentDispersionModel.
Definition at line 69 of file LopezDeBertodano.C.