Reactor_GibbsCalculate Method

Performs the Gibbs reactor calculation, delegating to either direct minimisation or Lagrange multiplier method depending on the selected solving approach.

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. If True, indicates a dynamic-mode call.

See Also