surface_tension.h

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

H
31
字号
//---------------------------------------------------------------------------
//  Project:         FlowLive
//  Module:          thermo
/*!\file             surface_tension.h
	\brief            constants for the surface tension of liquids
	\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 SURFACE_TENSION_H
#define SURFACE_TENSION_H
//---------------------------------------------------------------------------
#include <thermo/thermo.h>

//---------------------------------------------------------------------------
THERMO_BEGIN


// data taken from de.wikipedia.org on 2006-09-12
// Wertetabelle f黵 die Oberfl鋍henspannung bei 20 癈 Fl黶sigkeit Oberfl鋍henspannung
// in mN/m

// n-Pentan 16,00
static const double kSurfaceTension_nPentan = 16.0E-3; // [N/m]

// n-Hexan 18,40
static const double kSurfaceTension_nHexan = 18.4E-3;

// PTFE (Teflon

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?