emissivity.h
来自「Flowlive The thermo library provides th」· C头文件 代码 · 共 28 行
H
28 行
//---------------------------------------------------------------------------
// Project: FlowLive
// Module: thermo
/*!\file emissivity.h
\brief constants for the surface emissivity of vorious materials
\version 0.0.2.2
\date Created: 2006-09-18
\date Last modified: 2006-09-18
\author <a href="mailto:xtobias@gmx.net">Tobias Severin, xtobias@gmx.net</a>
*/
//---------------------------------------------------------------------------
#ifndef EMISSIVITY_H
#define EMISSIVITY_H
//---------------------------------------------------------------------------
#include <thermo/thermo.h>
//---------------------------------------------------------------------------
THERMO_BEGIN
// data taken from de.wikipedia.org on 2006-09-12
// Stoff / 癈
// Buchenholz 70 0,94 0,91
static const double kEmissivity_Wood = 0.93;
// Eis, glatt, Dicke > 4 mm -9,6 0,965 0,918
static const double kEmissivity_Ice = 0.965;
// Emaillelack, wei
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?