Reactor_ReaktoroGibbsCalculate Method

Performs the Reaktoro Gibbs reactor calculation by invoking the Reaktoro Python library to minimise the Gibbs free energy and determine the equilibrium product distribution.

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 calculation arguments (not used).

See Also