Click or drag to resize

MaterialStreamGetPhaseComposition Method

Returns the molar composition of a phase.

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public double[] GetPhaseComposition(
	int phs
)
Request Example View Source

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