thermo_const.h

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

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