PropertyPackagePropCheck Method

Check to see if properties can be calculated.

Definition

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public virtual Object PropCheck(
	Object materialObject,
	Object props
)

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

ICapeThermoPropertyPackagePropCheck(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