Reactor_PFRCalculate_Internal Method

Internal calculation routine that integrates the PFR ODEs using the specified volume-fraction scale factor.

Definition

Namespace: DWSIM.UnitOperations.Reactors
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public bool Calculate_Internal(
	double dVF,
	Object args = null
)

Parameters

dVF  Double
Volume fraction scale factor applied to the integration step.
args  Object  (Optional)
Optional. If True, indicates a dynamic-mode call.

Return Value

Boolean
True if the calculation converged successfully.

See Also