CapeThermoMaterialWrapperGetSinglePhasePropList Method

Returns the list of supported non-constant single-phase Physical Properties.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
private string[] GetSinglePhasePropList()

Return Value

String
List of all supported non-constant single-phase property identifiers. The standard single-phase property identifiers are listed in section 7.5.5.

Remarks

A non-constant property depends on the state of the Material Object.

Single-phase properties, e.g. enthalpy, only depend on the state of one phase. GetSinglePhasePropList must return all the single-phase properties that can be calculated by CalcSinglePhaseProp. If derivatives can be calculated these must also be returned.

If no single-phase properties are supported this method should return UNDEFINED.

To get the list of supported two-phase properties, use GetTwoPhasePropList.

A component that implements this method may return non-constant single-phase property identifiers which do not belong to the list defined in section 7.5.5. However, these proprietary identifiers may not be understood by most of the clients of this component.

Exceptions

ECapeNoImplThe operation is “not” implemented even if this method can be called for reasons of compatibility with the CAPE-OPEN standards. That is to say that the operation exists, but it is not supported by the current implementation.
ECapeUnknownThe error to be raised when other error(s), specified for the GetSinglePhasePropList operation, are not suitable.

See Also