Returns the list of properties that can be used with capeOpenEquilibrium and capeOpenEquilibriumProp.
list=capeOpenFlashPropList(handle)
handle: package handle, as obtained from capeOpenGetPackage
list: string list of property identifiers that can be used as flash constraints
-->handle=capeOpenGetPackage("TEA (CAPE-OPEN 1.1)","C1_C2");
-->capeOpenFlashPropList(handle)
ans =
!temperature !
! !
!pressure !
! !
!vaporFraction !
! !
!enthalpy !
! !
!entropy !
! !
!volume !
-->[phases,phaseFracs,phaseCompositions,T]=capeOpenEquilibrium(handle,[0.5 0.5],"vaporFraction",0.5,"pressure",101325)
T =
151.47008
phaseCompositions =
0.9003788 0.0996212
0.0996212 0.9003788
phaseFracs =
0.5
0.5
phases =
!Vapor !
! !
!Liquid !