Pressure of Chloride Salt as a function of density
function p_rho extends Modelica.Icons.Function; input Modelica.SIunits.Density rho "Density"; output Modelica.Media.Interfaces.Types.AbsolutePressure p "Pressure"; end p_rho;