ICapeThermoEquilibriumServerValidityCheck 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)
[DispIdAttribute(3)]
void ValidityCheck(
	Object materialObject,
	Object props,
	ref Object relList
)

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

ECapeUnknownThe error to be raised when other error(s), specified for this operation, are not suitable.
ECapeInvalidArgumentTo be used when an invalid argument value was passed, for example UNDEFINED for property.

See Also