Click or drag to resize

MaterialStreamSetPhaseComposition Method

Sets the molar composition of a phase.

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public void SetPhaseComposition(
	double[] Vx,
	Phase phase
)
Request Example View Source

Parameters

Vx  Double
Molar composition array
phase  Phase
Phase to set composition of
See Also