📄 viscosity_gas.h
字号:
//---------------------------------------------------------------------------
// Project: FlowLive
// Module: thermo
/*!\file viscosity_gas.h
\brief constants for the viscosity of gases
\version 0.0.2.3
\date Created: 2006-09-18
\date Last modified: 2007-09-26
\author <a href="mailto:xtobias@gmx.net">Tobias Severin, xtobias@gmx.net</a>
*/
//---------------------------------------------------------------------------
#ifndef VISCOSITY_GAS_H
#define VISCOSITY_GAS_H
//---------------------------------------------------------------------------
#include <thermo/thermo.h>
//---------------------------------------------------------------------------
THERMO_BEGIN
// Gas (273 K) in 礟a穝 ? (1 atm) in nm
// data taken from de.wikipedia.org on 2006-09-12
// Luft 17,1 59,8
static const double kViscosity_Air = 17.1E-6; // [Pa s]
// Sauerstoff (O2) 19,2 63,3
static const double kViscosity_O2 = 19.2E-6; // [Pa s]
// Kohlendioxid (CO2) 13,8 39,0
static const double kViscosity_CO2 = 13.8E-6; // [Pa s]
// Stickstoff (N2) 16,6 58,8
static const double kViscosity_N2 = 16.6E-6; // [Pa s]
// Argon 21,0 62,6
static const double kViscosity_Ar = 21.0E-6; // [Pa s]
// Neon 29,7 124,0
static const double kViscosity_Ne = 29.7E-6; // [Pa s]
// Helium 18,6 174,0
static const double kViscosity_He = 18.6E-6; // [Pa s]
// Wasserstoff (H2) 8,4 111,0
static const double kViscosity_H2 = 8.4E-6; // [Pa s]
// Gases (at 0 癈):
// data taken from en.wikipedia.org on 2006-09-12
// viscosity (Pa穝)
// hydrogen 8.4
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -