.StreamConnectors.Functions.temperature_ph

Information

Return temperature as a function of pressure and specific enthalpy

Interface

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

Generated at 2024-04-26T18:16:04Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos