mission

CAPE-OPEN
COCO
Excel Unit Operation
Matlab Unit Operation
Matlab Thermo Import
» 
Help
OO Calc Thermo Import
REFPROP PPM
SciLab Unit Operation
SciLab Thermo Import

ScanIt
WinVI

downloads

services

links

about us

contact us

capeOpenConstantList

Returns the list of compound constants for which values can be obtained using capeOpenCompoundConstant.

Syntax

list=capeOpenConstantList(handle)

Arguments

handle: package handle, as obtained from capeOpenGetPackage

Returns

list: string list of compound constant identifiers

Example

 
» 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
INDEX
CONTENT