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