SplitterOpMode Enumeration

Defines the calculation mode used by the splitter to determine how outlet stream flows are specified.

Definition

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

Members

SplitRatios0 Outlet flows are determined by fractional split ratios that must sum to 1.
StreamMassFlowSpec1 Outlet flows are specified as absolute mass flow rates (kg/s).
StreamMoleFlowSpec2 Outlet flows are specified as absolute molar flow rates (mol/s).

See Also