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
public override void Calculate(
	Object args = null
)

Parameters

args  Object  (Optional)
Optional calculation arguments (not used by this operation).

See Also