Material StreamProp Check Method
Checks to see if a list of given properties can be calculated.
Definition
Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Returns Boolean List associated to list of properties to be checked.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public Object PropCheck(
Object props
)VB
Public Function PropCheck (
props As Object
) As ObjectParameters
- props Object
- Properties to check.
Return Value
ObjectReturns Boolean List associated to list of properties to be checked.
Implements
ICapeThermoMaterialObjectPropCheck(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.