PropertyPackageGetPhaseList Method |
Provides the list of the supported phases. When supported for one or more property calculations, the Overall
phase and multiphase identifiers must be returned by this method.
Namespace: DWSIM.Thermodynamics.PropertyPackagesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public virtual Object GetPhaseList()
Public Overridable Function GetPhaseList As Object
Request Example
View SourceReturn Value
ObjectThe list of phases supported by the Property Package.
Implements
ICapeThermoPropertyPackage.GetPhaseListSee Also