⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 slipmodel.h

📁 This program proposed improved adaptive genetic algorithms saccording to the idea that the best indi
💻 H
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -