Flowsheet UOMass Transfer Mode Enumeration
Defines how mass is transferred between the parent and sub-flowsheet streams.
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 FlowsheetUOMassTransferModeVB
Public Enumeration FlowsheetUOMassTransferModeMembers
| CompoundMassFlows | 0 | Transfer using individual compound mass flows. |
| CompoundMoleFlows | 1 | Transfer using individual compound molar flows. |
| CompoundMassFractions | 2 | Transfer using compound mass fractions with total flow. |
| CompoundMoleFractions | 3 | Transfer using compound mole fractions with total flow. |