⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 thermo_const.h

📁 Flowlive The thermo library provides thermodynamical, chemical and physical properties of elements
💻 H
字号:
//---------------------------------------------------------------------------
//  Project:         FlowLive
//  Module:          thermo
/*!\file             thermo_const.h
	\brief            constants for the thermodynamic library
	\version          0.0.2.4
	\date             Created: 2005-01-21
	\date             Last modified: 2007-01-09
	\author           <a href="mailto:xtobias@gmx.net">Tobias Severin, xtobias@gmx.net</a>
*/
//---------------------------------------------------------------------------
#ifndef THERMO_CONST_H
#define THERMO_CONST_H
//---------------------------------------------------------------------------
#include <thermo/thermo.h>

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

// norm and standard state
static const double kPressure_Norm = 101325.0; // [Pa]
static const double kTemperature_Norm = 273.15; // [K]

static const double kPressure_Standard = 100000.0; // [Pa]
static const double kTemperature_Standard = 298.15; // [K]

// Alter technischer Normzustand / old technical norm state:
// pt = 1 atm = 98070 Pa ; Tt = 20 癈
//
// Alter Standarddruck / old standard pressure:
// p

⌨️ 快捷键说明

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