MaterialStreamSetOverallMassComposition Method

Sets the overall composition from a mass-fraction array, converting internally to mole fractions.

Definition

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

Parameters

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

Implements

IMaterialStreamSetOverallMassComposition(Double)

See Also