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

📄 consol.h

📁 Finite element program for mechanical problem. It can solve various problem in solid problem
💻 H
字号:
#ifndef CONSOL_H#define CONSOL_H#include "genfile.h"#include "alias.h"class consol{ public:  consol (void);  ~consol (void);  void consolinit (long mie);  void read (XFILE *in);  long numberOfConsol ();  void nlstresses (long ipp);  void phase1 (long ipp);  void phase2 (long ipp);  void matstiff (matrix &d, long ipp);  void seps_time (matrix &screep,vector &sig, long nc, long ncc, long ipp);  void get_hc (long nc, long ipp);  void updateval (long ipp, long im, long ido);  //  array containing numbers of components of stress and strain tensors  long *cncomp;  //  total number of components of stress and strain tensors  long tncomp;  //  number of approximated functions on the element  long napfun;  //  stress/strain state  strastrestate ssst;  long nc;  //  number of stresses on the element  long ncc;  //  stress/strain position for computing  double vlivTCSum;  double ccTime;  double ddTime;  double t0;  double timemat;  long nRetTime;  long imat;  long iwink;  double cn;  double gama;  //  depht of basic line foundation  double vv;  double ni;  double e0;  double m;  //  active depht  double hpodl;  //  max. active depht  double hpodlmax;  //  radius of area for stress from type of consolidations  double rr;  //  part of loading for type of consolidations  double nf;  //  coeff. depend on active depht  double nh;  double nc1;  double nc2;  double ncn;};#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -