MaterialStreamPropCheck Method |
Checks to see if a list of given properties can be calculated.
Namespace: DWSIM.Thermodynamics.StreamsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public Object PropCheck(
Object props
)
Public Function PropCheck (
props As Object
) As Object
Request Example
View SourceParameters
- props Object
- Properties to check.
Return Value
ObjectReturns 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