Click or drag to resize

MaterialStreamValidityCheck Method

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

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public Object ValidityCheck(
	Object props
)
Request Example View Source

Parameters

props  Object
The properties for which reliability is checked.

Return Value

Object
Returns the reliability scale of the calculation.

Implements

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