This function returns thermal conductivity as function of p and T. The water/steam functions are computed according to TTSE.
Author: | Julien Bonifay | SCD |
Checked by: | ||
Protection class: | internal |
function lambda_pT import SI = Modelica.SIunits; input Integer phase "-1: water, 0: unknown, 1: sat water, 2: steam"; input SI.Pressure p "Pressure"; input SI.Temperature T "Temperature"; output Real lambda "Conductivity"; end lambda_pT;