thermal conductivity of gas
function thermalConductivity extends Modelica.Icons.Function; input ThermodynamicState state "thermodynamic state record"; output ThermalConductivity lambda "Thermal conductivity"; input Integer method = 2 "1: Eucken Method, 2: Modified Eucken Method"; end thermalConductivity;