.SiemensPower.Media.TTSE.Utilities.pr_pT

Information

This function returns the Prandtl number 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 pr_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 pr "Prandtl number";
end pr_pT;

Revisions


Generated at 2024-05-12T18:15:56Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos