Property PackageGet PDependent Prop List Method
Returns the list of supported pressure-dependent properties.
Definition
Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
The list of Physical Property identifiers for all supported pressure-dependent properties. The standard identifiers are listed in section 7.5.4
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public virtual Object GetPDependentPropList()VB
Public Overridable Function GetPDependentPropList As ObjectReturn Value
ObjectThe list of Physical Property identifiers for all supported pressure-dependent properties. The standard identifiers are listed in section 7.5.4
Implements
ICapeThermoCompoundsGetPDependentPropListRemarks
GetPDependentPropList returns identifiers for all the pressure-dependent properties that can
be retrieved by the GetPDependentProperty method. If no properties are supported
UNDEFINED should be returned. The CAPE-OPEN standards do not define a minimum list
of Physical Properties to be made available by a software component that implements the
ICapeThermoCompounds interface.
A component that implements the ICapeThermoCompounds interface may return identifiers
which do not belong to the list defined in section 7.5.4. However, these proprietary
identifiers may not be understood by most of the clients of this component.