derivative function of h_pT
function h_pT_der extends Modelica.Icons.Function; input Units.SI.Pressure p "pressure"; input Units.SI.Temperature T "temperature"; input ThermoSysPro.Properties.WaterSteam.Common.IF97TwoPhaseAnalytic aux "auxiliary record"; input Real p_der "derivative of pressure"; input Real T_der "derivative of temperature"; output Real h_der "derivative of specific enthalpy"; end h_pT_der;