PropertyPackageSetPhaseEquilibriaCalculationMode Method

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

Definition

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public void SetPhaseEquilibriaCalculationMode(
	string mode
)

Parameters

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

See Also