Returns the list of single phase properties for which values can be obtained using capeOpen1PhaseProp.
list=capeOpen1PhasePropList(handle)
handle: package handle, as obtained from capeOpenGetPackage
list: string list of single phase property identifiers
» handle=capeOpenGetPackage('TEA (CAPE-OPEN 1.1)','C1_C2'); » capeOpen1PhasePropList(handle) ans = 'activityCoefficient' 'activityCoefficient.Dmoles' 'activityCoefficient.DmolFraction' 'activityCoefficient.Dtemperature' 'density' 'density.Dmoles' 'density.DmolFraction' 'density.Dtemperature' 'enthalpy' 'enthalpy.Dmoles' 'enthalpy.DmolFraction' 'enthalpy.Dtemperature' 'entropy' 'entropy.Dmoles' 'entropy.DmolFraction' 'entropy.Dtemperature' 'excessEnthalpy' 'excessEnthalpy.Dmoles' 'excessEnthalpy.DmolFraction' 'excessEnthalpy.Dtemperature' 'fugacity' 'fugacity.Dmoles' 'fugacity.DmolFraction' 'fugacity.Dtemperature' 'fugacityCoefficient' 'fugacityCoefficient.Dmoles' 'fugacityCoefficient.DmolFraction' 'fugacityCoefficient.Dtemperature' 'logFugacityCoefficient' 'logFugacityCoefficient.Dmoles' 'logFugacityCoefficient.DmolFraction' 'logFugacityCoefficient.Dtemperature' 'thermalConductivity' 'thermalConductivity.Dmoles' 'thermalConductivity.DmolFraction' 'thermalConductivity.Dtemperature' 'viscosity' 'viscosity.Dmoles' 'viscosity.DmolFraction' 'viscosity.Dtemperature' 'volume' 'volume.Dmoles' 'volume.DmolFraction' 'volume.Dtemperature'