Function to compute the thermal conductivity of gases
function thermalConductivity input Buildings.HeatTransfer.Data.Gases.Generic gas "Record of gas data"; input Modelica.Units.SI.Temperature T "Gas temperature"; output Modelica.Units.SI.ThermalConductivity k "Thermal conductivity"; end thermalConductivity;