Derivatives required for inversion of temperature and density functions
function derivsOf_ph extends Modelica.Icons.Function; input AbsolutePressure p "pressure"; input SpecificEnthalpy h "specific enthalpy"; input Integer phase "number of phases"; output Common.InverseDerivatives_rhoT derivs "inverse derivatives for density and temperature"; end derivsOf_ph;