ICape Unit Interface
This interface handles most of the interaction with the Flowsheet Unit.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[ComImportAttribute]
[ComVisibleAttribute(false)]
[GuidAttribute("678c0998-0100-11d2-a67d-00105a42887f")]
public interface ICapeUnitVB
<ComImportAttribute>
<ComVisibleAttribute(false)>
<GuidAttribute("678c0998-0100-11d2-a67d-00105a42887f")>
Public Interface ICapeUnitRemarks
This interface provides the basic funcational requirements for a unit operation
component that can be inserted into a flowsheeting package.
Properties
| ports | Gets the collection of unit operation ports. |
| ValStatus | Gets the flag to indicate the unit operation's validation status CapeValidationStatus. |
Methods
| Calculate | Executes the necessary calculations involved in the unit operation model. |
| Validate | Validate the unit operation to verify that the parameters and ports are all valid. If invalid, this method returns a message indicating the reason that the unit is invalid. |