Derivative function for the specific enthalpy along the phase boundary
function hvl_dp extends Modelica.Icons.Function; input SI.Pressure p "Pressure"; input Common.IF97PhaseBoundaryProperties bpro "Property record"; output Real dh_dp "Derivative of specific enthalpy along the phase boundary"; end hvl_dp;