partial function molarMass_n extends TILMedia.BaseClasses.PartialGasFunction; input TILMedia.GasTypes.BaseGas gasType "Gas type" annotation( choicesAllMatching = true); input Integer compNo "Component ID"; output SI.MolarMass M_i "Molar mass of component i"; end molarMass_n;