Returns the list of compound constants for which values can be obtained using capeOpenCompoundConstant.
list=capeOpenConstantList(handle)
handle: package handle, as obtained from capeOpenGetPackage
list: string list of compound constant identifiers
» handle=capeOpenGetPackage('TEA (CAPE-OPEN 1.1)','C1_C2');
» capeOpenCompounds(handle)
ans =
'Methane'
'Ethane'
» capeOpenConstantList(handle)
ans =
'molecularWeight'
'diffusionVolume'
'triplePointPressure'
'heatOfVaporizationAtNormalBoilingPoint'
'heatOfFusionAtNormalFreezingPoint'
'idealGasGibbsFreeEnergyOfFormationAt25C'
'idealGasEnthalpyOfFormationAt25C'
'criticalTemperature'
'criticalPressure'
'criticalVolume'
'criticalCompressibilityFactor'
'parachor'
'gyrationRadius'
'vanderwaalsVolume'
'vanderwaalsArea'
'energyLennardJones'
'lengthLennardJones'
'criticalDensity'
'acentricFactor'
'dipoleMoment'
'normalBoilingPoint'
'normalFreezingPoint'
'casRegistryNumber'
'SMILESformula'
'chemicalFormula'
'charge'
» capeOpenCompoundConstant(handle,'CASRegistryNumber')
ans =
'74-82-8'
'74-84-0'
» capeOpenCompoundConstant(handle,'criticaltemperature')
ans =
190.5600 305.3200
» capeOpenPropUnit('criticalTemperature')
ans =
K