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

capeOpen1PhasePropList

Returns the list of single phase properties for which values can be obtained using capeOpen1PhaseProp.

Syntax

list=capeOpen1PhasePropList(handle)

Arguments

handle: package handle, as obtained from capeOpenGetPackage

Returns

list: string list of single phase property identifiers

Example

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