SplitterCalculate Method
Executes the steady-state mass balance calculation for the splitter.
Distributes the inlet stream to the connected outlet streams according to the
active OperationMode (split ratios, mass flow spec, or mole flow spec).
Outlet streams inherit the inlet temperature, pressure, enthalpy, and composition.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations
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 override void Calculate(
Object args = null
)VB
Public Overrides Sub Calculate (
Optional args As Object = Nothing
)Parameters
- args Object (Optional)
- Optional calculation arguments (not used by this operation).