Property PackageValidity Check 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
The properties for which reliability is checked.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public virtual Object ValidityCheck(
Object materialObject,
Object props
)VB
Public Overridable Function ValidityCheck (
materialObject As Object,
props As Object
) As ObjectParameters
- materialObject Object
- The Material Object for the calculations.
- props Object
- The list of properties to check.
Return Value
ObjectThe 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.