capeSinglePhaseProperty returns a single phase mixture property. The result may be a scalar, vector or matrix. Matrix values are represented by a vector of elements.
For the unit of measure of a single phase property, use capePropertyUnit.
Syntax:
=capeSinglePhaseProperty(propName, phaseName, T , P , moleFractions)
Arguments:
propName | Name of the property. For a list of available single phase properties, click the P-Dependent Properties button on the control sheet. Temperature derivatives are indicated with .Dtemperature, pressure derivatives are indicated with .Dpressure, unconstrained mole fraction derivatives are indicated with .DmolFraction and mole number derivatives for one mole of substance are indicated with .Dmoles |
phaseName | Phase for which to calculate the property. For a list of defined phases, click the Phases button on the control sheet. |
T | Temperature at which to calculate the property |
P | Pressure at which to calculate the property |
moleFractions | Composition for which to calculate the property; number of values must correspond to the number of compounds. Composition must be normalized. |
Example:
=capeSinglePhaseProperty("enthalpy", "liquid", 293.15 , 101325.0 , feeds!F2:H2)
This function can be inserted by clicking the Mixture Property button on the Unit Operation ribbon.