Reactor_ PFRODEFunc Method
Evaluates the system of ODEs (molar flow derivatives with respect to volume) for the
PFR integration at the current position and composition.
Definition
Namespace: DWSIM.UnitOperations.Reactors
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
An array of derivatives dN/dV for each compound.
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public double[] ODEFunc(
double x,
double[] y
)VB
Public Function ODEFunc (
x As Double,
y As Double()
) As Double()Parameters
Return Value
DoubleAn array of derivatives dN/dV for each compound.