Gosman Class Reference

Turbulent dispersion model of Gosman et al. More...

Inheritance diagram for Gosman:
Collaboration diagram for Gosman:

Public Member Functions

 TypeName ("Gosman")
 Runtime type information. More...
 
 Gosman (const dictionary &dict, const phaseInterface &interface)
 Construct from a dictionary and an interface. More...
 
virtual ~Gosman ()
 Destructor. More...
 
virtual tmp< volScalarFieldD () const
 Turbulent diffusivity. More...
 
- Public Member Functions inherited from dispersedTurbulentDispersionModel
 dispersedTurbulentDispersionModel (const dictionary &dict, const phaseInterface &interface)
 
virtual ~dispersedTurbulentDispersionModel ()
 Destructor. More...
 
const phaseCompressible::momentumTransportModelcontinuousTurbulence () 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< turbulentDispersionModelNew (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...
 

Detailed Description

Turbulent dispersion model of Gosman et al.

Reference:

    Gosman, A. D., Lekakou, C., Politis, S., Issa, R. I., &
    Looney, M. K. (1992).
    Multidimensional modeling of turbulent two-phase flows in stirred
    vessels.
    AIChE Journal, 38(12), 1946-1956.
Source files

Definition at line 59 of file Gosman.H.

Constructor & Destructor Documentation

◆ Gosman()

Gosman ( const dictionary dict,
const phaseInterface interface 
)

Construct from a dictionary and an interface.

Definition at line 50 of file Gosman.C.

◆ ~Gosman()

~Gosman ( )
virtual

Destructor.

Definition at line 63 of file Gosman.C.

Member Function Documentation

◆ TypeName()

TypeName ( "Gosman"  )

Runtime type information.

◆ D()

Foam::tmp< Foam::volScalarField > D ( ) const
virtual

Turbulent diffusivity.

multiplying the gradient of the phase-fraction

Implements turbulentDispersionModel.

Definition at line 70 of file Gosman.C.

References drag, and IOobject::groupName().

Here is the call graph for this function:

The documentation for this class was generated from the following files: