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
public double[] ODEFunc(
	double x,
	double[] y
)

Parameters

x  Double
Current volume coordinate (m³).
y  Double
Current molar flows (mol/s) for each compound.

Return Value

Double
An array of derivatives dN/dV for each compound.

See Also