CapeSolutionStatus 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)
[SerializableAttribute]
[ComVisibleAttribute(false)]
[GuidAttribute("D1B15843-C0F5-4CB7-B462-E1B80456808E")]
public enum CapeSolutionStatus

Remarks

This enumeration provides the flowsheeting monitoring object with information about the solution status of the flowsheet.

Members

CAPE_SOLVED0 The flowsheet solved without error.
CAPE_NOT_SOLVED1 Signifies that there has been no attempt to solve the flowsheet.
CAPE_FAILED_TO_CONVERGE2 The last attempt to solve the flowsheet did not converge.
CAPE_TIMED_OUT3 The last attempt to solve the flowsheet timed out.
CAPE_NO_MEMORY4 The last attempt to solve the flowsheet failed to solve due to lack of memory.
CAPE_FAILED_INITIALIZATION5 The last attempt to solve the flowsheet failed to initialize.
CAPE_SOLVING_ERROR6 The last attempt to solve the flowsheet produced a solving error.
CAPE_INVALID_OPERATION7 The last attempt to solve the flowsheet failed due to an invalid operation.
CAPE_BAD_INVOCATION_ORDER8 The last attempt to solve the flowsheet failed due to an invalid invocation order.
CAPE_COMPUTATION_ERROR9 The last attempt to solve the flowsheet produced a computation error.

See Also