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