Click or drag to resize

PropertyPackagePropCheck Method

Check to see if properties can be calculated.

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.4.5.0
Syntax
public virtual Object PropCheck(
	Object materialObject,
	Object props
)
Request Example View Source

Parameters

materialObject  Object
The Material Object for the calculations.
props  Object
List of Properties to check.

Return Value

Object
The array of booleans for each property.

Implements

ICapeThermoPropertyPackage.PropCheck(Object, Object)
Remarks
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 property Package. However, this can also be verified with PropList. It is advised not to use PropCheck.
See Also