derivative function for the specific enthalpy along the phase boundary
function hvl_p_der extends Modelica.Icons.Function; input Units.SI.Pressure p "pressure"; input ThermoSysPro.Properties.WaterSteam.Common.IF97PhaseBoundaryProperties bpro "property record"; input Real p_der "derivative of pressure"; output Real h_der "time derivative of specific enthalpy along the phase boundary"; end hvl_p_der;