Click or drag to resize

PropertyPackageSetPhaseEquilibriaCalculationMode Method

Sets the Phase Equilibria Calculation mode for this instance. Default behavior is SVLLE.

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.4.5.0
Syntax
public void SetPhaseEquilibriaCalculationMode(
	string mode
)
Request Example View Source

Parameters

mode  String
Recognized values: 'Default', 'VLE', 'VLLE', 'SVLE' and 'SVLLE'.
See Also