Helper function to get the unit for a quantity.
function getFlowUnit extends Modelica.Icons.Function; input Types.MassFlowQuantities quantity; output String unit; end getFlowUnit;