ICapeElectrolyteReactionContext Interface

Provides access to the properties of a set of electrolyte reactions.

Definition

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

Remarks

This interface allows a reaction object to be passed to a component that needs access to the properties of a set of equilibrium reactions.

This interface is used to set the reaction object upon which reaction calculations will take place. Calculated reaction properties will be stored in this reaction object.

Methods

SetReactionObject Provides access to the properties of a set of equilibrium reactions.

See Also