Convert from gauge pressure in kilopascals to absolute pressure as a quantity
function from_kPag extends Modelica.SIunits.Icons.Conversion; input Real p_kPag "Gauge pressure in kilopascals"; output Q.PressureAbsolute p "Absolute pressure"; end from_kPag;