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

📄 glasgownew.h

📁 Finite element program for mechanical problem. It can solve various problem in solid problem
💻 H
字号:
#ifndef GLASGOWNEW_H#define GLASGOWNEW_H#include "iotools.h"#include "alias.h"#include "genfile.h"/**   ordering of variables in eqother array      temperature [K],*/class glasgownew{ public:    glasgownew ();  ~glasgownew ();  void read (XFILE *in);    void material_matrix_fts (long ipp,matrix &d,strastrestate ssst);  void material_matrix_td (long ipp,matrix &d,strastrestate ssst);  void free_thermal_strains (long ipp, vector &epsft);  double thermdamfunction (long ipp,double tempr,vector &kappa);  void nlstresses(long ipp, long ido);  void updateval(long ipp, long ido);    ///  normalized temperature  double norm_tempr;  ///  coefficient of free thermal strain  double alpha;  ///  the highest reached normalized temperature  double t_hat;  };#endif

⌨️ 快捷键说明

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