Convert from rad/s to Hz
function to_Hz extends Modelica.Units.Icons.Conversion; input SI.AngularVelocity w "Value in radian per second"; output SI.Frequency f "Value in hertz"; end to_Hz;