Derivative function for the specific enthalpy along the phase boundary
function hvl_p_der extends Modelica.Icons.Function; input SI.Pressure p "Pressure"; input 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;