ICape Thermo Equilibrium ServerValidity Check Method
Checks the validity of the given properties.
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#
[DispIdAttribute(3)]
void ValidityCheck(
Object materialObject,
Object props,
ref Object relList
)VB
<DispIdAttribute(3)>
Sub ValidityCheck (
materialObject As Object,
props As Object,
ByRef relList As Object
)Parameters
- materialObject Object
- The material object of the calculation.
- props Object
- Properties to be calculated at equilibrium. emptyVariant for no properties. If a list, then the property values should be set for each phase present at equilibrium.
- relList Object
- The properties for which reliability is checked. First element reserved for reliability of flash calculations.
Remarks
Checks the reliability of the calculation.
Exceptions
| ECapeUnknown | The error to be raised when other error(s), specified for this operation, are not suitable. |
| ECapeInvalidArgument | To be used when an invalid argument value was passed, for example UNDEFINED for property. |