Density of molten salt as a function of temperature
function rho_p_h extends Modelica.Icons.Function; input Modelica.Media.Interfaces.Types.AbsolutePressure p "Pressure"; input Modelica.SIunits.SpecificEnthalpy h "Specific enthalpy"; input Modelica.Blocks.Types.ExternalCombiTable2D tableID "Table with the values to interpolate"; output Modelica.SIunits.Density rho "Density"; end rho_p_h;