RecycleCalculate Method

Performs one iteration of the recycle convergence check, optionally applying Wegstein or Broyden acceleration, and updates the outlet stream with the new estimated values.

Definition

Namespace: DWSIM.UnitOperations.SpecialOps
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