Reactor_ConversionCalculate Method

Performs the conversion reactor calculation: applies each conversion reaction in sequence, computes the product composition and energy balance, and flashes the outlet stream.

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