A two-phase mixture model. More...
#include <twoPhaseMixture.H>


Public Member Functions | |
| twoPhaseMixture (const fvMesh &mesh, const dictionary &dict) | |
| Construct from components. | |
| ~twoPhaseMixture () | |
| Destructor. | |
| const word & | phase1Name () const |
| const word & | phase2Name () const |
| const volScalarField & | alpha1 () const |
| Return the phase-fraction of phase 1. | |
| volScalarField & | alpha1 () |
| Return the phase-fraction of phase 1. | |
| const volScalarField & | alpha2 () const |
| Return the phase-fraction of phase 2. | |
| volScalarField & | alpha2 () |
| Return the phase-fraction of phase 2. | |
Protected Attributes | |
| word | phase1Name_ |
| word | phase2Name_ |
| volScalarField | alpha1_ |
| volScalarField | alpha2_ |
| twoPhaseMixture | ( | const fvMesh & | mesh, |
| const dictionary & | dict ) |
Construct from components.
Definition at line 26 of file twoPhaseMixture.C.
References alpha1_, alpha2_, dict, mesh, phase1Name_, phase2Name_, and timeName.
Referenced by incompressibleTwoPhaseMixture::incompressibleTwoPhaseMixture().

|
inline |
Destructor.
Definition at line 76 of file twoPhaseMixture.H.
|
inline |
Definition at line 82 of file twoPhaseMixture.H.
References phase1Name_.
|
inline |
Definition at line 87 of file twoPhaseMixture.H.
References phase2Name_.
|
inline |
Return the phase-fraction of phase 1.
Definition at line 95 of file twoPhaseMixture.H.
References alpha1_.
Referenced by immiscibleIncompressibleTwoPhaseMixture::immiscibleIncompressibleTwoPhaseMixture().

|
inline |
Return the phase-fraction of phase 1.
Definition at line 103 of file twoPhaseMixture.H.
References alpha1_.
|
inline |
Return the phase-fraction of phase 2.
Definition at line 111 of file twoPhaseMixture.H.
References alpha2_.
|
inline |
Return the phase-fraction of phase 2.
Definition at line 119 of file twoPhaseMixture.H.
References alpha2_.
|
protected |
Definition at line 52 of file twoPhaseMixture.H.
Referenced by incompressibleTwoPhaseMixture::incompressibleTwoPhaseMixture(), phase1Name(), incompressibleTwoPhaseMixture::read(), and twoPhaseMixture().
|
protected |
Definition at line 53 of file twoPhaseMixture.H.
Referenced by incompressibleTwoPhaseMixture::incompressibleTwoPhaseMixture(), phase2Name(), incompressibleTwoPhaseMixture::read(), and twoPhaseMixture().
|
protected |
Definition at line 55 of file twoPhaseMixture.H.
Referenced by alpha1(), alpha1(), incompressibleTwoPhaseMixture::calcNu(), incompressibleTwoPhaseMixture::mu(), incompressibleTwoPhaseMixture::muf(), incompressibleTwoPhaseMixture::nuf(), incompressibleTwoPhaseInteractingMixture::rho(), incompressibleTwoPhaseInteractingMixture::rho(), and twoPhaseMixture().
|
protected |
Definition at line 56 of file twoPhaseMixture.H.
Referenced by alpha2(), alpha2(), incompressibleTwoPhaseInteractingMixture::rho(), incompressibleTwoPhaseInteractingMixture::rho(), and twoPhaseMixture().