.SiemensPower.Media.TTSE.Utilities.T_ph_dh

Information

This function returns the partial derivative of T wrt h versus p and h 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 T_ph_dh
  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 dT_dh "Partial derivative dT/dh";
end T_ph_dh;

Revisions


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