simple Class Reference
Inheritance diagram for simple:
[legend]
Collaboration diagram for simple:
[legend]

Public Member Functions

 TypeName ("simple")
 Runtime type information. More...
 
 simple (const dictionary &dict, const incompressibleTwoPhaseInteractingMixture &mixture)
 Construct from components. More...
 
 ~simple ()
 Destructor. More...
 
virtual void correct ()
 Update the diffusion velocity. More...
 
- Public Member Functions inherited from relativeVelocityModel
 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...
 

Additional Inherited Members

- Static Public Member Functions inherited from relativeVelocityModel
static autoPtr< relativeVelocityModelNew (const dictionary &dict, const incompressibleTwoPhaseInteractingMixture &mixture)
 
- Protected Attributes inherited from relativeVelocityModel
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

Definition at line 52 of file simple.H.

Constructor & Destructor Documentation

◆ simple()

simple ( const dictionary dict,
const incompressibleTwoPhaseInteractingMixture mixture 
)

Construct from components.

◆ ~simple()

~simple ( )

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "simple"  )

Runtime type information.

◆ correct()

virtual void correct ( )
virtual

Update the diffusion velocity.

Implements relativeVelocityModel.


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