.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-11-22T19:25:38Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos