Compute specific entropy, low T region
function s0_Tlow extends Modelica.Icons.Function; input IdealGases.Common.DataRecord data "Ideal gas data"; input SI.Temperature T "Temperature"; output SI.SpecificEntropy s "Specific entropy at temperature T"; end s0_Tlow;