CapePhaseStatus Enumeration

Status of the phases present in the material object.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[SerializableAttribute]
public enum CapePhaseStatus

Remarks

All the Phases with a status of Cape_AtEquilibrium have values of temperature, pressure, composition and Phase fraction set that correspond to an equilibrium state, i.e. equal temperature, pressure and fugacities of each Compound. Phases with a Cape_Estimates status have values of temperature, pressure, composition and Phase fraction set in the Material Object. These values are available for use by an Equilibrium Calculator component to initialise an Equilibrium Calculation. The stored values are available but there is no guarantee that they will be used.

Members

CAPE_UNKNOWNPHASESTATUS0 This is the normal setting when a Phase is specified as being available for an Equilibrium Calculation.
CAPE_ATEQUILIBRIUM1 The Phase has been set as present as a result of an Equilibrium Calculation.
CAPE_ESTIMATES2 Estimates of the equilibrium state have been set in the Material Object.

See Also