📄 transport.h
字号:
//---------------------------------------------------------------------------
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -