slipmodel.h
来自「连轧过程控制仿真程序」· C头文件 代码 · 共 38 行
H
38 行
// slipmodel.h: interface for the slipmodel class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SLIPMODEL_H__83F38024_516F_48E9_BBA5_C8E59CF36339__INCLUDED_)
#define AFX_SLIPMODEL_H__83F38024_516F_48E9_BBA5_C8E59CF36339__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "global.h"
class slipmodel
{
public:
slipmodel();
virtual ~slipmodel();
double slip(int i,global x);
double arctan(double x);
protected:
double H;
double r; //relative depress value
double f; //coefficient of friction
double RR; //the radius of work roll considering elastic deformation
double R;
double B; //coil width
double h; //thickness after rolling
double a; //中间参数
double b; //中间参数
double m;
double Tf;
double Tb;
double de_drag;
};
#endif // !defined(AFX_SLIPMODEL_H__83F38024_516F_48E9_BBA5_C8E59CF36339__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?