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
True if the calculation converged successfully.
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public bool Calculate_Internal(
double dVF,
Object args = null
)VB
Public Function Calculate_Internal (
dVF As Double,
Optional args As Object = Nothing
) As BooleanParameters
- dVF Double
- Volume fraction scale factor applied to the integration step.
- args Object (Optional)
- Optional. If True, indicates a dynamic-mode call.
Return Value
BooleanTrue if the calculation converged successfully.