Return thermal conductivity for low pressure gas mixtures
function thermalConductivity extends Modelica.Icons.Function; input ThermodynamicState state "thermodynamic state record"; input Integer method = 1 "method to compute single component thermal conductivity"; output ThermalConductivity lambda "Thermal conductivity"; end thermalConductivity;