MaterialStreamValidityCheck 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
public Object ValidityCheck(
	Object props
)

Parameters

props  Object
The properties for which reliability is checked.

Return Value

Object
Returns 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.

See Also