.SiemensPower.Media.TTSE.Utilities.lambda_pT

Information

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
Copyright © 2007 Siemens AG. All rights reserved.

This model is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. For details see disclaimer

Interface

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;

Revisions


Generated at 2024-05-11T18:16:00Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos