Specific entropy of Chloride Salt as a function of temperature
function s_T extends Modelica.Icons.Function; import Modelica.Math.*; input Modelica.SIunits.Temperature T "Temperature"; output Modelica.SIunits.SpecificEntropy s "Specific entropy"; end s_T;