.SiemensPower.Media.TTSE.Utilities.cp_ph

Information

This function returns heat capacity Cp as function of p and h. 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 cp_ph
  import SI = Modelica.SIunits;
  input SI.Pressure p "Pressure";
  input SI.SpecificEnthalpy h "Specific enthalpy";
  input Integer phase = 0 "2 for two-phase, 1 for one-phase, 0 if not known";
  output Real cp "Specific heat capacity";
end cp_ph;

Revisions


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