Templated parcel single phase, multi-component class. More...
#include <lagrangianIntermediate/SinglePhaseMixture.H>
Templated parcel single phase, multi-component class.
Definition at line 50 of file SinglePhaseMixture.H.
Inheritance diagram for SinglePhaseMixture< CloudType >:
Collaboration diagram for SinglePhaseMixture< CloudType >:Public Member Functions | |
| TypeName ("SinglePhaseMixture") | |
| Runtime type information. | |
| SinglePhaseMixture (const dictionary &dict, CloudType &owner) | |
| Construct from dictionary. | |
| virtual | ~SinglePhaseMixture () |
| Destructor. | |
| const scalarField & | YGas0 () const |
| Return the list of gas mass fractions. | |
| scalar | YGasTot0 () const |
| Return the total gas mass fraction. | |
| const scalarField & | YLiquid0 () const |
| Return the list of liquid mass fractions. | |
| scalar | YLiquidTot0 () const |
| Return the total liquid mass fraction. | |
| const scalarField & | YSolid0 () const |
| Return the list of solid mass fractions. | |
| scalar | YSolidTot0 () const |
| Return the total solid mass fraction. | |
| virtual const scalarField & | YMixture0 () const |
| Return the list of mixture mass fractions. | |
| virtual label | idGas () const |
| Gas id. | |
| virtual label | idLiquid () const |
| Liquid id. | |
| virtual label | idSolid () const |
| Solid id. | |
Public Member Functions inherited from CompositionModel< CloudType > | |
| TypeName ("CompositionModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, CompositionModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
| Declare runtime constructor selection table. | |
| CompositionModel (const dictionary &dict, CloudType &owner, const word &type) | |
| Construct from dictionary. | |
| virtual | ~CompositionModel () |
| Destructor. | |
| const CloudType & | owner () const |
| Return the cloud object. | |
| const dictionary & | dict () const |
| Return the cloud dictionary. | |
| const dictionary & | coeffDict () const |
| Return the coefficients dictionary. | |
| const multiComponentMixture < typename CloudType::thermoType > & | mcCarrierThermo () const |
| Return the carrier phase thermo package. | |
| const liquidMixture & | liquids () const |
| Return the global (additional) liquids. | |
| const solidMixture & | solids () const |
| Return the global (additional) solids. | |
| const phasePropertiesList & | phaseProps () const |
| Return the list of phase properties. | |
| label | nPhase () const |
| Return the number of phases. | |
| const wordList & | phaseTypes () const |
| Return the list of phase type names. | |
| const wordList & | stateLabels () const |
| Return the list of state labels (s), (l), (g) etc. | |
| const wordList & | componentNames (const label phaseI) const |
| Return the list of component names for phaseI. | |
| label | globalCarrierId (const word &cmptName) const |
| Return global id of component cmptName in carrier thermo. | |
| label | globalId (const label phaseI, const word &cmptName) const |
| Return global id of component cmptName in phase phaseI. | |
| const labelList & | globalIds (const label phaseI) const |
| Return global ids of for phase phaseI. | |
| label | localId (const label phaseI, const word &cmptName) const |
| Return local id of component cmptName in phase phaseI. | |
| label | localToGlobalCarrierId (const label phaseI, const label id) const |
| Return global carrier id of component given local id. | |
| const scalarField & | Y0 (const label phaseI) const |
| Return the list of phase phaseI mass fractions. | |
| scalarField | X (const label phaseI, const scalarField &Y) const |
| Return the list of phase phaseI volume fractions fractions. | |
| virtual scalar | H (const label phaseI, const scalarField &Y, const scalar p, const scalar T) const |
| Return total enthalpy for the phase phaseI. | |
| virtual scalar | Hs (const label phaseI, const scalarField &Y, const scalar p, const scalar T) const |
| Return sensible enthalpy for the phase phaseI. | |
| virtual scalar | Hc (const label phaseI, const scalarField &Y, const scalar p, const scalar T) const |
| Return chemical enthalpy for the phase phaseI. | |
| virtual scalar | cp (const label phaseI, const scalarField &Y, const scalar p, const scalar T) const |
| Return specific heat caoacity for the phase phaseI. | |
| virtual scalar | L (const label phaseI, const scalarField &Y, const scalar p, const scalar T) const |
| Return latent heat for the phase phaseI. | |
Additional Inherited Members | |
Static Public Member Functions inherited from CompositionModel< CloudType > | |
| static autoPtr < CompositionModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
| Selector. | |
| SinglePhaseMixture | ( | const dictionary & | dict, |
| CloudType & | owner | ||
| ) |
Construct from dictionary.
Definition at line 80 of file SinglePhaseMixture.C.
|
virtual |
Destructor.
Definition at line 97 of file SinglePhaseMixture.C.
| TypeName | ( | "SinglePhaseMixture< CloudType >" | ) |
Runtime type information.
| const Foam::scalarField & YGas0 | ( | ) | const |
Return the list of gas mass fractions.
Definition at line 105 of file SinglePhaseMixture.C.
References notImplemented.
| scalar YGasTot0 | ( | ) | const |
Return the total gas mass fraction.
| const Foam::scalarField & YLiquid0 | ( | ) | const |
Return the list of liquid mass fractions.
Definition at line 118 of file SinglePhaseMixture.C.
References notImplemented.
| scalar YLiquidTot0 | ( | ) | const |
Return the total liquid mass fraction.
| const Foam::scalarField & YSolid0 | ( | ) | const |
Return the list of solid mass fractions.
Definition at line 131 of file SinglePhaseMixture.C.
References notImplemented.
| scalar YSolidTot0 | ( | ) | const |
Return the total solid mass fraction.
|
virtual |
Return the list of mixture mass fractions.
Implements CompositionModel< CloudType >.
Definition at line 144 of file SinglePhaseMixture.C.
|
virtual |
Gas id.
Implements CompositionModel< CloudType >.
Definition at line 151 of file SinglePhaseMixture.C.
|
virtual |
Liquid id.
Implements CompositionModel< CloudType >.
Definition at line 158 of file SinglePhaseMixture.C.
|
virtual |
Solid id.
Implements CompositionModel< CloudType >.
Definition at line 165 of file SinglePhaseMixture.C.