MaterialStreamGetTDependentPropList Method |
Returns the list of supported temperature-dependent Physical Properties.
Namespace: DWSIM.Thermodynamics.StreamsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public Object GetTDependentPropList()
Public Function GetTDependentPropList As Object
Request Example
View SourceReturn Value
ObjectThe list of Physical Property identifiers for all supported temperature-dependent
properties. The standard identifiers are listed in section 7.5.3
Implements
ICapeThermoCompounds.GetTDependentPropListRemarks GetTDependentPropList returns identifiers for all the temperature-dependent Physical
Properties that can be retrieved by the GetTDependentProperty method. If no properties are
supported UNDEFINED should be returned. The CAPE-OPEN standards do not define a
minimum list of 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.3. However, these proprietary identifiers
may not be understood by most of the clients of this component.
See Also