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