function rho_props_ph extends Modelica.Icons.Function; input SI.Pressure p "Pressure"; input SI.SpecificEnthalpy h "Specific enthalpy"; input Common.InverseDerivatives_rhoT derivs "Record for the calculation of rho_ph_der"; output SI.Density d "Density"; end rho_props_ph;