PropertyPackageValidityCheck Method

Checks the validity of the calculation. This method is deprecated.

Definition

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public virtual Object ValidityCheck(
	Object materialObject,
	Object props
)

Parameters

materialObject  Object
The Material Object for the calculations.
props  Object
The list of properties to check.

Return Value

Object
The properties for which reliability is checked.

Implements

ICapeThermoPropertyPackageValidityCheck(Object, Object)

Remarks

The ValidityCheck method must not be used, since the ICapeThermoReliability interface is not yet defined.

See Also