Compute specific enthalpy from pressure and temperature
function h_pT import Modelica.Units.Conversions.to_degC; extends Modelica.Icons.Function; input SI.Pressure p "Pressure"; input SI.Temperature T "Temperature"; input Boolean densityOfT = false "Include or neglect density derivative dependence of enthalpy"; output SI.SpecificEnthalpy h "Specific enthalpy at p, T"; end h_pT;