none Class Reference

Dummy packing dispersion model. More...

Inheritance diagram for none:
Collaboration diagram for none:

Public Member Functions

 TypeName ("none")
 Runtime type information. More...
 
 none (const relativeVelocityModel &relativeVelocity)
 Construct from relativeVelocity. More...
 
 none (const dictionary &dict, const relativeVelocityModel &relativeVelocity)
 Construct from components. More...
 
 ~none ()
 Destructor. More...
 
virtual tmp< volScalarFieldsigmaPrime () const
 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...
 
- 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...
 
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

Dummy packing dispersion model.

Usage
Example usage:
    packingDispersionModel none;
Source files

Definition at line 56 of file none_packingDispersionModel.H.

Constructor & Destructor Documentation

◆ none() [1/2]

none ( const relativeVelocityModel relativeVelocity)

Construct from relativeVelocity.

Definition at line 48 of file none_packingDispersionModel.C.

◆ none() [2/2]

none ( const dictionary dict,
const relativeVelocityModel relativeVelocity 
)

Construct from components.

Definition at line 57 of file none_packingDispersionModel.C.

◆ ~none()

~none ( )

Destructor.

Definition at line 69 of file none_packingDispersionModel.C.

Member Function Documentation

◆ TypeName()

TypeName ( "none"  )

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 76 of file none_packingDispersionModel.C.

References NotImplemented.

◆ Dd()

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

Return the diffusion coefficient of the dispersed phase.

Reimplemented from packingDispersionModel.

Definition at line 84 of file none_packingDispersionModel.C.

References Foam::dimKinematicViscosity, GeometricField< Type, GeoMesh, PrimitiveField >::New(), and Foam::typedName().

Here is the call graph for this function:

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