Density as function of pressure and specific entropy
function rho_ps extends Modelica.Icons.Function; input SI.Pressure p "Pressure"; input SI.SpecificEntropy s "Specific entropy"; output SI.Density rho "Density"; end rho_ps;