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