Cape Solution Status Enumeration
Indicates solution status of the monitored flowsheet.
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#
[SerializableAttribute]
[ComVisibleAttribute(false)]
[GuidAttribute("D1B15843-C0F5-4CB7-B462-E1B80456808E")]
public enum CapeSolutionStatusVB
<SerializableAttribute>
<ComVisibleAttribute(false)>
<GuidAttribute("D1B15843-C0F5-4CB7-B462-E1B80456808E")>
Public Enumeration CapeSolutionStatusRemarks
This enumeration provides the flowsheeting monitoring object with information about the solution status of the flowsheet.
Members
| CAPE_SOLVED | 0 | The flowsheet solved without error. |
| CAPE_NOT_SOLVED | 1 | Signifies that there has been no attempt to solve the flowsheet. |
| CAPE_FAILED_TO_CONVERGE | 2 | The last attempt to solve the flowsheet did not converge. |
| CAPE_TIMED_OUT | 3 | The last attempt to solve the flowsheet timed out. |
| CAPE_NO_MEMORY | 4 | The last attempt to solve the flowsheet failed to solve due to lack of memory. |
| CAPE_FAILED_INITIALIZATION | 5 | The last attempt to solve the flowsheet failed to initialize. |
| CAPE_SOLVING_ERROR | 6 | The last attempt to solve the flowsheet produced a solving error. |
| CAPE_INVALID_OPERATION | 7 | The last attempt to solve the flowsheet failed due to an invalid operation. |
| CAPE_BAD_INVOCATION_ORDER | 8 | The last attempt to solve the flowsheet failed due to an invalid invocation order. |
| CAPE_COMPUTATION_ERROR | 9 | The last attempt to solve the flowsheet produced a computation error. |