transport.h
来自「Flowlive The thermo library provides th」· C头文件 代码 · 共 29 行
H
29 行
//---------------------------------------------------------------------------
// Project: FlowLive
// Module: thermo
/*!\file transport.h
\brief functions for transport properties of single species and mixtures
\version 0.0.2.1
\date Created: 2005-01-25
\date Last modified: 2005-02-02
\author <a href="mailto:xtobias@gmx.net">Tobias Severin, xtobias@gmx.net</a>
*/
//---------------------------------------------------------------------------
#ifndef TRANSPORT_H
#define TRANSPORT_H
//---------------------------------------------------------------------------
#include <thermo/thermo.h>
#include <string>
#include <vector>
#include <thermo/thermo_types.h>
//---------------------------------------------------------------------------
THERMO_BEGIN
//---------------------------------------------------------------------------
//! Returns a pointer to the set of transport coefficients for the requested specie
THERMO_EXPORT t_trans* GetTransportCoefficients(std::string &aSpecieName);
//---------------------------------------------------------------------------
//! Computes the diffusion coefficient of a specie in a mixturee at the given temperature and pressure [m
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?