Returns the phases defined in the specified property package
list=capeOpenPhases(handle)
handle: package handle, as obtained from capeOpenGetPackage
list: string list of phase IDs. These are textual identifiers for the phases. To obtain the state of aggregation for a given phase, use capeOpenAggregationState.
» handle=capeOpenGetPackage('TEA (CAPE-OPEN 1.1)','C1_C2'); » capeOpenPhases(handle) ans = 'Vapor' 'Liquid'