MaterialStreamSetPhaseComposition1 Method

Sets the molar composition of a phase by index. Delegates to SetPhaseComposition(Double, Phase).

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public void SetPhaseComposition1(
	Array Vx,
	int phase
)

Parameters

Vx  Array
Molar composition array.
phase  Int32
Phase index.

Implements

IMaterialStreamSetPhaseComposition(Array, Int32)

See Also