packingDispersionModel Class Referenceabstract

Packing dispersion model. More...

Inheritance diagram for packingDispersionModel:
Collaboration diagram for packingDispersionModel:

Public Member Functions

 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< volScalarFieldsigmaPrime () const =0
 Return the derivative of the packing stress w.r.t. phase-fraction. More...
 
virtual tmp< volScalarFieldDd () const
 Return the diffusion coefficient of the dispersed phase. More...
 
void operator= (const packingDispersionModel &)=delete
 Disallow default bitwise assignment. More...
 

Static Public Member Functions

static autoPtr< packingDispersionModelNew (const dictionary &dict, const relativeVelocityModel &relativeVelocity)
 

Protected Attributes

const relativeVelocityModelrelativeVelocity_
 Relative velocity model. More...
 
const incompressibleDriftFluxMixturemixture_
 Mixture properties. More...
 

Detailed Description

Packing dispersion model.

Source files

Definition at line 49 of file packingDispersionModel.H.

Constructor & Destructor Documentation

◆ packingDispersionModel() [1/2]

packingDispersionModel ( const relativeVelocityModel relativeVelocity)

Construct from components.

Definition at line 38 of file packingDispersionModel.C.

◆ packingDispersionModel() [2/2]

Disallow default bitwise copy construction.

◆ ~packingDispersionModel()

~packingDispersionModel ( )
virtual

Destructor.

Definition at line 98 of file packingDispersionModel.C.

Member Function Documentation

◆ TypeName()

TypeName ( "packingDispersionModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
packingDispersionModel  ,
dictionary  ,
(const dictionary &dict, const relativeVelocityModel &relativeVelocity)  ,
(dict, relativeVelocity)   
)

Declare runtime constructor selection table.

◆ New()

Foam::autoPtr< Foam::packingDispersionModel > New ( const dictionary dict,
const relativeVelocityModel relativeVelocity 
)
static

◆ sigmaPrime()

virtual tmp<volScalarField> sigmaPrime ( ) const
pure virtual

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

Implemented in Usher, none, Landman, Green, and DeClercq.

◆ Dd()

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

Return the diffusion coefficient of the dispersed phase.

Reimplemented in none.

Definition at line 105 of file packingDispersionModel.C.

◆ operator=()

void operator= ( const packingDispersionModel )
delete

Disallow default bitwise assignment.

Member Data Documentation

◆ relativeVelocity_

const relativeVelocityModel& relativeVelocity_
protected

Relative velocity model.

Definition at line 57 of file packingDispersionModel.H.

◆ mixture_

const incompressibleDriftFluxMixture& mixture_
protected

Mixture properties.

Definition at line 60 of file packingDispersionModel.H.


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