mission

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

ScanIt
WinVI

downloads

services

links

about us

contact us

getPDependentProperty

getPDependentProperty is used to retrieve compound specific values that depend only on pressure.

Syntax

value=getPDependentProperty(propName,pressure)

Arguments

propName
String; name of the pressure dependent property. The following pressure dependent properties may be supported, depending on the underlying thermo system:

property namedescriptionunit of measure
boilingPointTemperatureTemperature at liquid-vapour transitionK
glassTransitionTemperatureGlass transition temperatureK
meltingTemperatureTemperature on melting lineK
solidSolidPhaseTransitionTemperatureTemperature at phase transitionK
The pressure derivatives of the above properties may be obtained by adding .Dpressure to the property name, e.g. boilingPointTemperature.Dpressure

pressure
Double; pressure (Pa) at which to retrieve the property values

Returns:

value
Double; values for the pressure dependent properties. Return value is a row vector with one element for each compound.

INDEX
CONTENT