搜索资源列表
Euler_DG_Quadrilateral_2D
- 自己写了一个二维Euler方程的间断有限元程序 上次发了一个三角形单元的程序 因为不是曲边单元 所以在圆柱后面容易形成涡 现在把程序改为曲边四边形单元了 没有涡出现 单元是8节点四边形单元 节点编号顺序是 1 5 2 6 3 7 4 8 也就是四个角点依次 是1 2 3 4 然后是边的中点编号 5 6 7 8. 时间推进采用 Runge-Kutta 方法 数值通量采用全局Lax-Friedrichs通量 仍然不能捕捉激波 因为
Four-node-isoparametric-element
- 本程序采用C语言编程,编制平面四边形四节点等参元程序,用以求解平面结构问题。-This program uses the c programming language, preparation of Planar four-node isoparametric quadrilateral procedures, to Planar structures for solving problems.
cxxz4
- fortran编写的四节点平面应力/应变计算有限元程序-fortran prepared four-node plane stress/strain finite element calculation procedures
cxxz1
- fortran编写的八节点三维应力/应变计算有限元程序-fortran prepared four-node plane stress/strain finite element calculation procedures
FEM4NODES
- 平面问题等参单元的有限元程序设计,平面弹性力学问题的四结点四边形有限单元法。输出结果为各结点位移和单元中心点应力分离及主应力。-This is finite element programming of isoparametric element on plane problem, it solves the four-node quadrilateral plane elasticity problems using finite element method. The output can
youxianyuanchengxu
- 《有限单元法教学实习程序汇编》内容简介 汇编了四个有限单元法程序(平面刚架计算程序FEM2.FOR、平面三结点三角形单元计算程序FEM3.FOR、平面四结点等参数单元计算程序FEM4.FOR和空间八结点等参数单元计算程序FEM8.FOR)。其中FEM2.DAT、FEM3.DAT、FEM4.DAT和FEM8.DAT为四个算例的输入数据文件。为了便于读者读懂程序,对每个程序做了详细注解。-A compilation of four finite element method program (p
4ndygdjz
- 四节点单元刚度矩阵编程,使用Fortran语句,结构动力学-Four-node element stiffness matrix programming using Fortran statements, structural dynamics
FEM-of-four-bar-truss-structures
- 四杆桁架结构的有限元分析程序,在VS2008软件中使用C++语言编写,输入为四杆桁架结构的节点坐标,材料参数,边界条件,输出为各节点的应力和应变。-Four-bar truss structure finite element analysis program, the use of C++ written in VS2008 software, input node coordinate the four-bar truss structure, material parameters, bo
code
- 有限元平面四节点等参单元源程序,可以做为参考。(Finite element plane four node isoparametric element)