.StreamConnectors.Functions.enthalpy_pT

Return specific enthalpy as a function of pressure and temperature

Interface

function enthalpy_pT
  extends Modelica.Icons.Function;
  input Real p "Pressure [bar]";
  input Real T "Temperature [°C]";
  output Real h "Enthalpy [kJ/kg]";
end enthalpy_pT;

Generated at 2026-01-29T19:15:51Z by OpenModelicaOpenModelica 1.26.1 using GenerateDoc.mos