Specific enthalpy of liquid sodium as a function of Specific entropy
function h_s import SolarTherm.Media.Sodium.Sodium_utilities.*; extends Modelica.Icons.Function; input Modelica.SIunits.SpecificEntropy s "Specific entropy"; output Modelica.SIunits.SpecificEnthalpy h "Specific enthalpy"; end h_s;