Convert from rad/s to Hz
function to_Hz extends Modelica.SIunits.Icons.Conversion; input SIunits.AngularVelocity w "angular velocity"; output SIunits.Frequency f "frequency"; end to_Hz;