Convert from Pascal to bar
function to_bar extends Modelica.SIunits.Icons.Conversion; input Pressure Pa "Pascal value"; output NonSIunits.Pressure_bar bar "bar value"; end to_bar;