Saturation temperature of molten salt as a function of saturated pressure
function T_sat_p extends Modelica.Icons.Function; input Modelica.Media.Interfaces.Types.AbsolutePressure p "Pressure"; output Modelica.SIunits.Temperature T "Temperature"; end T_sat_p;