Material StreamValidity Check Method
Checks the validity of the calculation. This method is deprecated.
Definition
Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Returns the reliability scale of the calculation.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public Object ValidityCheck(
Object props
)VB
Public Function ValidityCheck (
props As Object
) As ObjectParameters
- props Object
- The properties for which reliability is checked.
Return Value
ObjectReturns the reliability scale of the calculation.
Implements
ICapeThermoMaterialObjectValidityCheck(Object)Remarks
The ValidityCheck method must not be used, since the ICapeThermoReliability interface is not yet defined.