Return specific internal energy
function specificInternalEnergy extends Modelica.Icons.Function; input ThermodynamicState state "thermodynamic state record"; output SpecificEnergy u "Specific internal energy"; end specificInternalEnergy;