Reactor_PFRCalculate Method

Performs the PFR calculation by integrating the reaction-rate ODEs along the reactor volume, computing temperature, pressure, and composition profiles.

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