Obtains a list of property packages exposed by a given property package manager. A list of installed property package managers can be obtained using capeOpenPackageManagers.
The names that are returned by capeOpenPackages can be used to create or get a property package using capeOpenGetPackage.
Mind that you can generally configure new packages - depending on the thermodynamic software you are using. For example, when using TEA use ConfigureTEA from the Start Menu.
list=capeOpenPackages(mgr)
mgr: string, name of an installed property package manager or stand-alone property package
list: string list of property package names for the specified manager. For a stand-alone property package, a dummy string is returned.
-->mgrs=capeOpenPackageManagers()
mgrs =
!Multiflash Property Package Manager !
! !
!Simulis CAPE-OPENr Thermo System (1.0) / P.P.M. (1.1) !
! !
!Water !
! !
!VMG Thermo Property Package Manager 1.1 !
! !
!OATS Property Package Manager (CAPE-OPEN 1.1) !
! !
!TEA (CAPE-OPEN 1.1) !
! !
!SolidSim Physical Property Package !
-->tea=mgrs(6)
tea =
TEA (CAPE-OPEN 1.1)
-->capeOpenPackages(tea)
ans =
!C1_C2 !
! !
!C1_C2 (EOS) !
! !
!n-depropropanizer !
! !
!alkanes !
! !
!HDA !
! !
!Water-nButanol-UNIQUAC !
-->capeOpenPackages("Water")
ans =
(stand-alone)