ICapeUnitPortVariables Interface

Port variables for equation-oriented simulators.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[ComImportAttribute]
[GuidAttribute("678c09b1-7d66-11d2-a67d-00105a42887f")]
[ComVisibleAttribute(false)]
public interface ICapeUnitPortVariables

Remarks

This interface is optional and would be implemented by a port object. It is intended to allow a port to describe which Equation-oriented variables are associated with it and should only be implemented for the ports contained in a unit operation which supports the ICapeNumericESO interface described in “CAPE-OPEN Interface Specification – Numerical Solvers”.

Methods

SetIndex Sets the position of port variables: this should ultimately be a private member function.
Variable The position of a port variable in the EO model.

See Also