Return temperature dependent part of the entropy, expects full entropy vector
function s_TX extends Modelica.Icons.Function; input Temperature T "Temperature"; input MassFraction[nX] X "Mass fraction"; output SpecificEntropy s "Specific entropy"; end s_TX;