viscosity_gas.h

来自「Flowlive The thermo library provides th」· C头文件 代码 · 共 53 行

H
53
字号
//---------------------------------------------------------------------------
//  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 + =
减小字号Ctrl + -
显示快捷键?