SolidsSeparatorCalculate Method

Performs the steady-state calculation for the solids separator: splits inlet stream phases to their respective outlets based on the configured separation efficiencies.

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).

See Also