Path: Thermal/HeatExchanger
% Computes the absolute viscosity.
Absolute viscosity. Extrapolates beyond the range of data. The data
might not be valid for the input temperature. For example, the gas
may become a liquid at a low temperature or a molecule mau dissociate
at a high temperature.
Type AbsoluteViscosity for a demo for xenon.
--------------------------------------------------------------------------
Form:
mu = AbsoluteViscosity( gas, t )
--------------------------------------------------------------------------
------
Inputs
------
gas (1,:) Gas
t (1,:) Temperature (deg-K)
-------
Outputs
-------
mu (1,:) Absolute viscosity (Pa s)
--------------------------------------------------------------------------
Reference: https://www.engineeringtoolbox.com/
gases-absolute-dynamic-viscosity-d_1888.html
--------------------------------------------------------------------------
Common: Graphics/Plot2D
Back to the Thermal Module page