Specific enthalpy of molten salt as a function of Specific entropy
function h_s import SolarTherm.Media.MoltenSalt.MoltenSalt_utilities.*; extends Modelica.Icons.Function; input Modelica.SIunits.SpecificEntropy s "Specific entropy"; output Modelica.SIunits.SpecificEnthalpy h "Specific enthalpy"; end h_s;