SeparationSpec Enumeration

Defines the type of separation specification used for a component in the Component Separator.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations.Auxiliary
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public enum SeparationSpec

Members

MassFlow0Specify the component separation as an absolute mass flow rate.
MolarFlow1Specify the component separation as an absolute molar flow rate.
PercentInletMassFlow2Specify the component separation as a percentage of the inlet mass flow rate.
PercentInletMolarFlow3Specify the component separation as a percentage of the inlet molar flow rate.

See Also