A two-phase mixture model. More...
Public Member Functions | |
twoPhaseMixture (const fvMesh &mesh, const dictionary &dict) | |
Construct from components. More... | |
~twoPhaseMixture () | |
Destructor. More... | |
const word & | phase1Name () const |
const word & | phase2Name () const |
const volScalarField & | alpha1 () const |
Return the phase-fraction of phase 1. More... | |
volScalarField & | alpha1 () |
Return the phase-fraction of phase 1. More... | |
const volScalarField & | alpha2 () const |
Return the phase-fraction of phase 2. More... | |
volScalarField & | alpha2 () |
Return the phase-fraction of phase 2. More... | |
Protected Attributes | |
word | phase1Name_ |
word | phase2Name_ |
volScalarField | alpha1_ |
volScalarField | alpha2_ |
twoPhaseMixture | ( | const fvMesh & | mesh, |
const dictionary & | dict | ||
) |
Construct from components.
Definition at line 32 of file twoPhaseMixture.C.
|
inline |
Destructor.
Definition at line 74 of file twoPhaseMixture.H.
|
inline |
Definition at line 80 of file twoPhaseMixture.H.
References twoPhaseMixture::phase1Name_.
|
inline |
Definition at line 85 of file twoPhaseMixture.H.
References twoPhaseMixture::phase2Name_.
|
inline |
Return the phase-fraction of phase 1.
Definition at line 91 of file twoPhaseMixture.H.
References twoPhaseMixture::alpha1_.
|
inline |
Return the phase-fraction of phase 1.
Definition at line 97 of file twoPhaseMixture.H.
References twoPhaseMixture::alpha1_.
|
inline |
Return the phase-fraction of phase 2.
Definition at line 103 of file twoPhaseMixture.H.
References twoPhaseMixture::alpha2_.
|
inline |
Return the phase-fraction of phase 2.
Definition at line 109 of file twoPhaseMixture.H.
References twoPhaseMixture::alpha2_.
|
protected |
Definition at line 54 of file twoPhaseMixture.H.
Referenced by twoPhaseMixture::phase1Name().
|
protected |
Definition at line 55 of file twoPhaseMixture.H.
Referenced by twoPhaseMixture::phase2Name().
|
protected |
Definition at line 57 of file twoPhaseMixture.H.
Referenced by twoPhaseMixture::alpha1(), and incompressibleTwoPhaseInteractingMixture::rho().
|
protected |
Definition at line 58 of file twoPhaseMixture.H.
Referenced by twoPhaseMixture::alpha2(), and incompressibleTwoPhaseInteractingMixture::rho().