diffusion.h

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

H
25
字号
//---------------------------------------------------------------------------
//  Project:         FlowLive
//  Module:          thermo
/*!\file             diffusion.h
	\brief
	\version          0.0.2.0
	\date             Created: 2005-01-18
	\date             Last modified: 2005-01-18
	\author           <a href="mailto:xtobias@gmx.net">Tobias Severin, xtobias@gmx.net</a>
*/
//---------------------------------------------------------------------------
#ifndef DIFFUSION_H
#define DIFFUSION_H
//---------------------------------------------------------------------------
#include <thermo/thermp.h>

#include <string>
#include <vector>

//#include "mixture.h"
//class cMixture;
//---------------------------------------------------------------------------
THERMO_BEGIN

//! Computes the diffusion coefficient of a specie in a mixturee at the given temperature and pressure [m

⌨️ 快捷键说明

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