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