.Modelica.Media.Air.DryAirNasa.thermalConductivity

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 2024-03-28T19:15:55Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos