consol.h
来自「Finite element program for mechanical pr」· C头文件 代码 · 共 66 行
H
66 行
#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 + =
减小字号Ctrl + -
显示快捷键?