MaterialStreamSetOverallMolarComposition Method

Sets the overall molar composition using a mole-fraction array.

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public void SetOverallMolarComposition(
	double[] Vx
)

Parameters

Vx  Double
Array of mole fractions (one per compound, in compound order).

Implements

IMaterialStreamSetOverallMolarComposition(Double)

See Also