function specificInternalEnergy_dTX extends Modelica.Icons.Function; input SI.Density d "Density"; input SI.Temperature T "Temperature"; input SI.MassFraction X[:] "Mass fractions of moist air"; output SI.SpecificInternalEnergy u "Specific internal energy"; end specificInternalEnergy_dTX;