This function get the molar masses of the components of the given TILMedia VLEFluidType.
No physical effects considered.
(no remarks)
(no remarks)
(no elements)
(no remarks)
(no remarks)
(no remarks)
(no remarks)
Created by Lisa Andresen (andresen@tuhh.de), Sep 2015
function getMolarMasses_realGas import TransiEnt; extends TransiEnt.Basics.Icons.Function; input TILMedia.VLEFluidTypes.BaseVLEFluid realGasType annotation( choicesAllMatching = true); input Integer nc; output Modelica.Units.SI.MolarMass[nc] M_i "Molar masses of the gas components"; end getMolarMasses_realGas;