📄 bwrgasmodel.cpp
字号:
#include "..\\include\\BWRGasModel.h"
namespace XZGas
{
BWRGasModel::BWRGasModel(const GasData &gas):
GasModel(gas)
{
}
BWRGasModel::~BWRGasModel()
{
}
inline double BWRGasModel::dpdvT(double TT,double vv)
{
}
inline double BWRGasModel::dpdTv(double TT,double vv)
{
}
inline double BWRGasModel::Cp(double TT,double pp)
{
return 0;
}
inline double BWRGasModel::Cv(double TT,double vv)
{
return 0;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -