ICapeReactionsRoutine Interface

Calculates the values of reaction (or reaction related) properties.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[ComImportAttribute]
[ComVisibleAttribute(false)]
[GuidAttribute("678c0af9-0100-11d2-a67d-00105a42887f")]
public interface ICapeReactionsRoutine

Remarks

Similar in scope to ICapeThermoPropertyPackage. A software component or a PME that can calculate values of reaction (or reaction related) properties will implement this interface. It may also be implemented by a Physical Property package component that deals with electrolytes.

Methods

CalcReactionProp Sets the values of the specified reaction property within a reactions object.

See Also