Click or drag to resize

PropertyPackageValidityCheck Method

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

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.4.5.0
Syntax
public virtual Object ValidityCheck(
	Object materialObject,
	Object props
)
Request Example View Source

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

ICapeThermoPropertyPackage.ValidityCheck(Object, Object)
Remarks
The ValidityCheck method must not be used, since the ICapeThermoReliability interface is not yet defined.
See Also