Reactor_CSTRCalculate Method

Performs the CSTR calculation, solving the mass and energy balances at the outlet composition using the selected calculation model.

Definition

Namespace: DWSIM.UnitOperations.Reactors
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public override void Calculate(
	Object args = null
)

Parameters

args  Object  (Optional)
Optional. If True, indicates a dynamic-mode call.

See Also