partial function molarMass_n
extends TILMedia.BaseClasses.PartialGasFunction;
input TILMedia.Gas.Types.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;