Click or drag to resize

MaterialStreamPropCheck Method

Checks to see if a list of given properties can be calculated.

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

Parameters

props  Object
Properties to check.

Return Value

Object
Returns Boolean List associated to list of properties to be checked.

Implements

ICapeThermoMaterialObject.PropCheck(Object)
Remarks
Not implemented in DWSIM. As it was unclear from the original specification what PropCheck should exactly be checking, and as the argument list does not include a phase specification, implementations vary. It is generally expected that PropCheck at least verifies that the Property is available for calculation in the Material Object. However, this can also be verified with PropList. It is advised not to use PropCheck. The Material Object may or may not delegate this call to a Property Package.
See Also