relativeVelocityModel Class Referenceabstract
Inheritance diagram for relativeVelocityModel:
Collaboration diagram for relativeVelocityModel:

Public Member Functions

 TypeName ("relativeVelocityModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, relativeVelocityModel, dictionary,(const dictionary &dict, const incompressibleTwoPhaseInteractingMixture &mixture, const uniformDimensionedVectorField &g),(dict, mixture, g))
 Declare runtime constructor selection table. More...
 
 relativeVelocityModel (const dictionary &dict, const incompressibleTwoPhaseInteractingMixture &mixture, const uniformDimensionedVectorField &g)
 Construct from components. More...
 
 relativeVelocityModel (const relativeVelocityModel &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~relativeVelocityModel ()
 Destructor. More...
 
const incompressibleTwoPhaseInteractingMixturemixture () const
 Mixture properties. More...
 
const volVectorFieldUdm () const
 Return the diffusion velocity of the dispersed phase. More...
 
tmp< volVectorFieldacceleration () const
 Return the dispersed phase acceleration. More...
 
tmp< volSymmTensorFieldtauDm () const
 Return the stress tensor due to the phase transport. More...
 
virtual void correct ()=0
 Update the diffusion velocity. More...
 
void operator= (const relativeVelocityModel &)=delete
 Disallow default bitwise assignment. More...
 

Static Public Member Functions

static autoPtr< relativeVelocityModelNew (const dictionary &dict, const incompressibleTwoPhaseInteractingMixture &mixture, const uniformDimensionedVectorField &g)
 

Protected Attributes

const incompressibleTwoPhaseInteractingMixturemixture_
 Mixture properties. More...
 
const uniformDimensionedVectorFieldg_
 Acceleration due to gravity. More...
 
volVectorField Udm_
 Dispersed diffusion velocity. More...
 

Detailed Description

Constructor & Destructor Documentation

◆ relativeVelocityModel() [1/2]

Construct from components.

◆ relativeVelocityModel() [2/2]

Disallow default bitwise copy construction.

◆ ~relativeVelocityModel()

virtual ~relativeVelocityModel ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "relativeVelocityModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
relativeVelocityModel  ,
dictionary  ,
(const dictionary &dict, const incompressibleTwoPhaseInteractingMixture &mixture, const uniformDimensionedVectorField &g ,
(dict, mixture, g  
)

Declare runtime constructor selection table.

◆ New()

static autoPtr<relativeVelocityModel> New ( const dictionary dict,
const incompressibleTwoPhaseInteractingMixture mixture,
const uniformDimensionedVectorField g 
)
static

◆ mixture()

Mixture properties.

Definition at line 121 of file relativeVelocityModel.H.

References relativeVelocityModel::mixture_.

◆ Udm()

const volVectorField& Udm ( ) const
inline

Return the diffusion velocity of the dispersed phase.

Definition at line 127 of file relativeVelocityModel.H.

References relativeVelocityModel::acceleration(), relativeVelocityModel::correct(), relativeVelocityModel::operator=(), relativeVelocityModel::tauDm(), and relativeVelocityModel::Udm_.

Here is the call graph for this function:

◆ acceleration()

tmp<volVectorField> acceleration ( ) const

Return the dispersed phase acceleration.

Including buoyancy and flow curvature

Referenced by relativeVelocityModel::Udm().

Here is the caller graph for this function:

◆ tauDm()

tmp<volSymmTensorField> tauDm ( ) const

Return the stress tensor due to the phase transport.

Referenced by relativeVelocityModel::Udm().

Here is the caller graph for this function:

◆ correct()

virtual void correct ( )
pure virtual

Update the diffusion velocity.

Implemented in MichaelsBolger, general, and simple.

Referenced by relativeVelocityModel::Udm().

Here is the caller graph for this function:

◆ operator=()

void operator= ( const relativeVelocityModel )
delete

Disallow default bitwise assignment.

Referenced by relativeVelocityModel::Udm().

Here is the caller graph for this function:

Member Data Documentation

◆ mixture_

const incompressibleTwoPhaseInteractingMixture& mixture_
protected

Mixture properties.

Definition at line 62 of file relativeVelocityModel.H.

Referenced by relativeVelocityModel::mixture().

◆ g_

const uniformDimensionedVectorField& g_
protected

Acceleration due to gravity.

Definition at line 65 of file relativeVelocityModel.H.

◆ Udm_

volVectorField Udm_
mutableprotected

Dispersed diffusion velocity.

Definition at line 68 of file relativeVelocityModel.H.

Referenced by relativeVelocityModel::Udm().


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