Contents - Index


Conductivity_LiClH2O

Function Conductivity_LiClH2O(T, x)  returns the thermal conductivity of a liquid solution of lithium chloride and water as a function of the pressure, T, and composition, x.

The temperature, T, is assumed to be in the temperature units specified in the EES Unit System dialog, which can be C, K, F, or K.

The composition, x is assumed to be the lithium chloride mass fraction if EES is configured to operate with specific properties on a mass basis.  If EES is configured to operate on a  molar basis, x is assumed to be the lithium chloride mole fraction.

The thermal conducitivity is returned in units of W/m-K (if EES is configured in SI units) or Btu/hr-ft-R (if EES is configured in English units).

___________________________________________________________
Example:
$UnitSystem SI C kPa kJ mass
T=20 [C]
w=0.4 "mass fraction"
$VarInfo k units=W/m-K
k=conductivity_liclh2o(T, w)

{Solution:
k=0.5249 [W/m-K]
}

______________________________________________________________


Return to Function List