Green Class Reference

Green packing dispersion model for industrial separations. More...

Inheritance diagram for Green:
Collaboration diagram for Green:

Public Member Functions

 TypeName ("Green")
 Runtime type information. More...
 
 Green (const dictionary &dict, const relativeVelocityModel &relativeVelocity)
 Construct from components. More...
 
 ~Green ()
 Destructor. More...
 
virtual tmp< volScalarFieldsigmaPrime () const
 Return the derivative of the packing stress w.r.t. phase-fraction. More...
 
- Public Member Functions inherited from packingDispersionModel
 TypeName ("packingDispersionModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, packingDispersionModel, dictionary,(const dictionary &dict, const relativeVelocityModel &relativeVelocity),(dict, relativeVelocity))
 Declare runtime constructor selection table. More...
 
 packingDispersionModel (const relativeVelocityModel &relativeVelocity)
 Construct from components. More...
 
 packingDispersionModel (const packingDispersionModel &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~packingDispersionModel ()
 Destructor. More...
 
virtual tmp< volScalarFieldDd () const
 Return the diffusion coefficient of the dispersed phase. More...
 
void operator= (const packingDispersionModel &)=delete
 Disallow default bitwise assignment. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from packingDispersionModel
static autoPtr< packingDispersionModelNew (const dictionary &dict, const relativeVelocityModel &relativeVelocity)
 
- Protected Attributes inherited from packingDispersionModel
const relativeVelocityModelrelativeVelocity_
 Relative velocity model. More...
 
const incompressibleDriftFluxMixturemixture_
 Mixture properties. More...
 

Detailed Description

Green packing dispersion model for industrial separations.

Reference:

    Green, M. D., Eberl, M., & Landman, K. A. (1996).
    Compressive yield stress of flocculated suspensions:
    determination via experiment.
    AIChE journal, 42(8), 2308-2318.
Usage
Example usage:
    packingDispersionModel Green;

    GreenCoeffs
    {
        sigma0          2.11e-3;
        n               9;
        alphaGel        0.1;
    }
Source files

Definition at line 71 of file Green.H.

Constructor & Destructor Documentation

◆ Green()

Green ( const dictionary dict,
const relativeVelocityModel relativeVelocity 
)

Construct from components.

Definition at line 48 of file Green.C.

◆ ~Green()

~Green ( )

Destructor.

Definition at line 63 of file Green.C.

Member Function Documentation

◆ TypeName()

TypeName ( "Green"  )

Runtime type information.

◆ sigmaPrime()

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

Return the derivative of the packing stress w.r.t. phase-fraction.

Implements packingDispersionModel.

Definition at line 70 of file Green.C.

References Foam::pos(), and Foam::pow().

Here is the call graph for this function:

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