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;