Temperature as function of density and temperature
function s_dT extends Modelica.Icons.Function; input SI.Density d "Density"; input SI.Temperature T "Temperature"; output SI.SpecificEntropy s "Specific entropy"; end s_dT;