Separation Spec 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
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public enum SeparationSpecVB
Public Enumeration SeparationSpecMembers
| MassFlow | 0 | Specify the component separation as an absolute mass flow rate. |
| MolarFlow | 1 | Specify the component separation as an absolute molar flow rate. |
| PercentInletMassFlow | 2 | Specify the component separation as a percentage of the inlet mass flow rate. |
| PercentInletMolarFlow | 3 | Specify the component separation as a percentage of the inlet molar flow rate. |