returns specific entropy for a given d and T
function specificEntropy_dT_state extends Modelica.Icons.Function; input Density d "Density"; input Temperature T "Temperature"; input ThermodynamicState state; output SpecificEntropy s "Specific Entropy"; end specificEntropy_dT_state;