Copyright © EDF 2002 - 2010
ThermoSysPro Version 2.0
function ThermalConductivity_rhoT input Units.SI.Density rho "Density"; input Units.SI.Temperature T "Temperature"; input Units.SI.AbsolutePressure P "Pressure"; input Integer region = 0 "IF97 region. 0:automatic"; output Units.SI.ThermalConductivity lambda "Thermal conductivity"; end ThermalConductivity_rhoT;