Turbulent dispersion model of Gosman et al. More...
Public Member Functions | |
TypeName ("Gosman") | |
Runtime type information. More... | |
Gosman (const dictionary &dict, const phasePair &pair) | |
Construct from a dictionary and a phase pair. More... | |
virtual | ~Gosman () |
Destructor. More... | |
virtual tmp< volScalarField > | D () const |
Turbulent diffusivity. More... | |
TypeName ("Gosman") | |
Runtime type information. More... | |
Gosman (const dictionary &dict, const phasePair &pair) | |
Construct from a dictionary and a phase pair. More... | |
virtual | ~Gosman () |
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 phasePair &pair),(dict, pair)) | |
turbulentDispersionModel (const dictionary &dict, const phasePair &pair) | |
Construct from a dictionary and a phase pair. More... | |
virtual | ~turbulentDispersionModel () |
Destructor. More... | |
const phaseCompressibleTurbulenceModel & | continuousTurbulence () const |
Return a reference to the turbulence model for the continuous phase. 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< volVectorField > | F () const |
Turbulent dispersion force. More... | |
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. More... | |
static const dimensionSet | dimF |
Force dimensions. More... | |
Protected Attributes inherited from turbulentDispersionModel | |
const phasePair & | pair_ |
Phase pair. More... | |
Turbulent dispersion model of Gosman et al.
"Multidimensional modeling of turbulent two-phase flows in stirred vessels" Gosman, A.D., Lekakou, C., Politis, S., Issa, R.I., and Looney, M.K., AIChE Journal Volume 38, Issue 12, 1992, pp. 1946-1956
"Multidimensional modeling of turbulent two-phase flows in stirred vessels" Gosman, A.D., Lekakou, C., Politis, S., Issa, R.I., and Looney, M.K., AIChE Journal Volume 38, Issue 12, 1992, pp. 1946-1956
Gosman | ( | const dictionary & | dict, |
const phasePair & | pair | ||
) |
Construct from a dictionary and a phase pair.
|
virtual |
Destructor.
Gosman | ( | const dictionary & | dict, |
const phasePair & | pair | ||
) |
Construct from a dictionary and a phase pair.
|
virtual |
Destructor.
TypeName | ( | "Gosman" | ) |
Runtime type information.
|
virtual |
Turbulent diffusivity.
multiplying the gradient of the phase-fraction
Implements turbulentDispersionModel.
TypeName | ( | "Gosman" | ) |
Runtime type information.
|
virtual |
Turbulent diffusivity.
multiplying the gradient of the phase-fraction
Implements turbulentDispersionModel.