MaterialStreamGetPhaseComposition Method

Returns the molar composition of a phase.

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public double[] GetPhaseComposition(
	int phs
)

Parameters

phs  Int32
Phase code (0 = mixture, 1 = overall liquid, 2 = vapor, 3 = liquid1, 4 = liquid2, 7 = solid

Return Value

Double

Implements

IMaterialStreamGetPhaseComposition(Int32)

See Also