Class which represents a phase with multiple species. Returns the species' mass fractions, and their governing equations. More...
Public Member Functions | |
MultiComponentPhaseModel (const phaseSystem &fluid, const word &phaseName, const label index) | |
virtual | ~MultiComponentPhaseModel () |
Destructor. More... | |
virtual void | correctThermo () |
Correct the thermodynamics. More... | |
virtual bool | pure () const |
Return whether the phase is pure (i.e., not multi-component) More... | |
virtual tmp< fvScalarMatrix > | YiEqn (volScalarField &Yi) |
Return the species fraction equation. More... | |
virtual const PtrList< volScalarField > & | Y () const |
Return the species mass fractions. More... | |
virtual const volScalarField & | Y (const word &name) const |
Return a species mass fraction by name. More... | |
virtual PtrList< volScalarField > & | YRef () |
Access the species mass fractions. More... | |
virtual const UPtrList< volScalarField > & | YActive () const |
Return the active species mass fractions. More... | |
virtual UPtrList< volScalarField > & | YActiveRef () |
Access the active species mass fractions. More... | |
Protected Attributes | |
dimensionedScalar | Sct_ |
Turbulent Schmidt number. More... | |
dimensionedScalar | residualAlpha_ |
Residual phase fraction. More... | |
label | inertIndex_ |
Inert species index. More... | |
UPtrList< volScalarField > | YActive_ |
Pointer list to active species. More... | |
Class which represents a phase with multiple species. Returns the species' mass fractions, and their governing equations.
Definition at line 50 of file MultiComponentPhaseModel.H.
MultiComponentPhaseModel | ( | const phaseSystem & | fluid, |
const word & | phaseName, | ||
const label | index | ||
) |
|
virtual |
Destructor.
|
virtual |
Correct the thermodynamics.
|
virtual |
Return whether the phase is pure (i.e., not multi-component)
|
virtual |
Return the species fraction equation.
|
virtual |
Return the species mass fractions.
|
virtual |
Return a species mass fraction by name.
|
virtual |
Access the species mass fractions.
|
virtual |
Return the active species mass fractions.
|
virtual |
Access the active species mass fractions.
|
protected |
Turbulent Schmidt number.
Definition at line 59 of file MultiComponentPhaseModel.H.
|
protected |
Residual phase fraction.
Definition at line 62 of file MultiComponentPhaseModel.H.
|
protected |
Inert species index.
Definition at line 65 of file MultiComponentPhaseModel.H.
|
protected |
Pointer list to active species.
Definition at line 68 of file MultiComponentPhaseModel.H.