Density as function of pressure and specific enthalpy
function rho_ph extends Modelica.Icons.Function; input Modelica.SIunits.Pressure p "Pressure"; input Modelica.SIunits.SpecificEnthalpy h "Specific enthalpy"; output Modelica.SIunits.Density rho "Density"; end rho_ph;