Public Member Functions | Protected Attributes | List of all members
twoPhaseMixture Class Reference

A two-phase mixture model. More...

Inheritance diagram for twoPhaseMixture:
Inheritance graph
[legend]
Collaboration diagram for twoPhaseMixture:
Collaboration graph
[legend]

Public Member Functions

 twoPhaseMixture (const fvMesh &mesh, const dictionary &dict)
 
 ~twoPhaseMixture ()
 
const wordphase1Name () const
 
const wordphase2Name () const
 
const volScalarFieldalpha1 () const
 
volScalarFieldalpha1 ()
 
const volScalarFieldalpha2 () const
 
volScalarFieldalpha2 ()
 

Protected Attributes

word phase1Name_
 
word phase2Name_
 
volScalarField alpha1_
 
volScalarField alpha2_
 

Detailed Description

A two-phase mixture model.

Source files

Definition at line 46 of file twoPhaseMixture.H.

Constructor & Destructor Documentation

◆ twoPhaseMixture()

twoPhaseMixture ( const fvMesh mesh,
const dictionary dict 
)

Definition at line 27 of file twoPhaseMixture.C.

◆ ~twoPhaseMixture()

~twoPhaseMixture ( )
inline

Definition at line 72 of file twoPhaseMixture.H.

Member Function Documentation

◆ phase1Name()

const word& phase1Name ( ) const
inline

Definition at line 78 of file twoPhaseMixture.H.

References twoPhaseMixture::phase1Name_.

◆ phase2Name()

const word& phase2Name ( ) const
inline

Definition at line 83 of file twoPhaseMixture.H.

References twoPhaseMixture::phase2Name_.

◆ alpha1() [1/2]

const volScalarField& alpha1 ( ) const
inline

Definition at line 89 of file twoPhaseMixture.H.

References twoPhaseMixture::alpha1_.

◆ alpha1() [2/2]

volScalarField& alpha1 ( )
inline

Definition at line 95 of file twoPhaseMixture.H.

References twoPhaseMixture::alpha1_.

◆ alpha2() [1/2]

const volScalarField& alpha2 ( ) const
inline

Definition at line 101 of file twoPhaseMixture.H.

References twoPhaseMixture::alpha2_.

◆ alpha2() [2/2]

volScalarField& alpha2 ( )
inline

Definition at line 107 of file twoPhaseMixture.H.

References twoPhaseMixture::alpha2_.

Member Data Documentation

◆ phase1Name_

word phase1Name_
protected

Definition at line 52 of file twoPhaseMixture.H.

Referenced by twoPhaseMixture::phase1Name().

◆ phase2Name_

word phase2Name_
protected

Definition at line 53 of file twoPhaseMixture.H.

Referenced by twoPhaseMixture::phase2Name().

◆ alpha1_

volScalarField alpha1_
protected

◆ alpha2_

volScalarField alpha2_
protected

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