relativeVelocityModel Class Referenceabstract
Inheritance diagram for relativeVelocityModel:
[legend]
Collaboration diagram for relativeVelocityModel:
[legend]

Public Member Functions

 TypeName ("relativeVelocityModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, relativeVelocityModel, dictionary,(const dictionary &dict, const incompressibleTwoPhaseInteractingMixture &mixture),(dict, mixture))
 Declare runtime constructor selection table. More...
 
 relativeVelocityModel (const dictionary &dict, const incompressibleTwoPhaseInteractingMixture &mixture)
 Construct from components. More...
 
virtual ~relativeVelocityModel ()
 Destructor. More...
 
const incompressibleTwoPhaseInteractingMixturemixture () const
 Mixture properties. More...
 
tmp< volScalarFieldrho () const
 Return the mixture mean density. More...
 
const volVectorFieldUdm () const
 Return the diffusion velocity of the dispersed phase. More...
 
tmp< volSymmTensorFieldtauDm () const
 Return the stress tensor due to the phase transport. More...
 
virtual void correct ()=0
 Update the diffusion velocity. More...
 

Static Public Member Functions

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

Protected Attributes

const incompressibleTwoPhaseInteractingMixturemixture_
 Mixture properties. More...
 
const word continuousPhaseName_
 Name of the continuous phase. More...
 
const volScalarFieldalphac_
 Continuous phase fraction. More...
 
const volScalarFieldalphad_
 Dispersed phase fraction. More...
 
const dimensionedScalarrhoc_
 Continuous density. More...
 
const dimensionedScalarrhod_
 Dispersed density. More...
 
volVectorField Udm_
 Dispersed diffusion velocity. More...
 

Detailed Description

Constructor & Destructor Documentation

◆ relativeVelocityModel()

Construct from components.

◆ ~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 ,
(dict, mixture  
)

Declare runtime constructor selection table.

◆ New()

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

◆ mixture()

Mixture properties.

Definition at line 134 of file relativeVelocityModel.H.

References relativeVelocityModel::mixture_.

◆ rho()

tmp< volScalarField > rho ( ) const

Return the mixture mean density.

◆ Udm()

const volVectorField & Udm ( ) const
inline

Return the diffusion velocity of the dispersed phase.

Definition at line 143 of file relativeVelocityModel.H.

References relativeVelocityModel::Udm_.

◆ tauDm()

tmp< volSymmTensorField > tauDm ( ) const

Return the stress tensor due to the phase transport.

◆ correct()

virtual void correct ( )
pure virtual

Update the diffusion velocity.

Implemented in general, and simple.

Member Data Documentation

◆ mixture_

const incompressibleTwoPhaseInteractingMixture& mixture_
protected

Mixture properties.

Definition at line 71 of file relativeVelocityModel.H.

Referenced by relativeVelocityModel::mixture().

◆ continuousPhaseName_

const word continuousPhaseName_
protected

Name of the continuous phase.

Definition at line 74 of file relativeVelocityModel.H.

◆ alphac_

const volScalarField& alphac_
protected

Continuous phase fraction.

Definition at line 77 of file relativeVelocityModel.H.

◆ alphad_

const volScalarField& alphad_
protected

Dispersed phase fraction.

Definition at line 80 of file relativeVelocityModel.H.

◆ rhoc_

const dimensionedScalar& rhoc_
protected

Continuous density.

Definition at line 83 of file relativeVelocityModel.H.

◆ rhod_

const dimensionedScalar& rhod_
protected

Dispersed density.

Definition at line 86 of file relativeVelocityModel.H.

◆ Udm_

volVectorField Udm_
mutableprotected

Dispersed diffusion velocity.

Definition at line 89 of file relativeVelocityModel.H.

Referenced by relativeVelocityModel::Udm().


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