.ThermofluidStream.Media.myMedia.Air.DryAirNasa.thermalConductivity

Return thermal conductivity of dry air (simple polynomial, moisture influence small, valid from 123.15 K to 1273.15 K, outside of this range linear extrapolation is used)

Information

Thermal conductivity is computed from temperature using a simple polynomial for dry air. Range of validity is from 123.15 K to 1273.15 K. The influence of pressure is neglected.

Source: VDI Waermeatlas, 8th edition.

Interface

function thermalConductivity
  extends Modelica.Icons.Function;
  input ThermodynamicState state "Thermodynamic state record";
  input Integer method = 1 "Dummy for compatibility reasons";
  output ThermalConductivity lambda "Thermal conductivity";
  import Modelica.Math.Polynomials;
end thermalConductivity;

Generated at 2025-03-09T19:25:01Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos