.ThermofluidStream.Media.XRGMedia.CO2_ph.hofpT

Information

This function calculates the specific enthalpy of CO2 from absolute pressure and temperature. The function can only be executed in one-phase region. The safety margin to the phase boundary is 1[K] and 1000[Pa].

Interface

function hofpT
  extends Modelica.Icons.Function;
  input AbsolutePressure p "Pressure";
  input Temperature T "Temperature";
  input AbsolutePressure delp "Iteration converged if (p-pre(p) < delp)";
  output SpecificEnthalpy h "Specific Enthalpy";
end hofpT;

Generated at 2024-12-17T19:26:02Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos