Path: Thermal/HeatExchanger
% Computes the thermal conductivity
Thermal conductivity of gases. Extrapolates beyond the range of data. The data
may not be valid for any t since the substance may not be a gas or a
molecule may dissociate at the input temperature.
Type ThermalConductivity for a demo for Xenon.
--------------------------------------------------------------------------
Form:
mu = ThermalConductivity( gas, t )
--------------------------------------------------------------------------
------
Inputs
------
gas (1,:) Gas
t (1,:) Temperature (deg-K)
-------
Outputs
-------
k (1,:) Thermal conductivity (mW/m-K)
--------------------------------------------------------------------------
Reference: https://www.engineersedge.com/heat_transfer/
thermal-conductivity-gases.htm
Heat Transfer, Lindon C. Thomas, Prentice-Hall, 1992
--------------------------------------------------------------------------
Common: Graphics/Plot2D
Back to the Thermal Module page