搜索资源列表
3D_Solid_src空间8节点等参元计算源程序
- FEM计算应用软件,提供3D Solid src 空间8结点等参单元计算-FEM calculation software application, to provide space for 3D Solid src eight node isoparametric element calculation
2D_E_Plastic_FEM
- 平面及轴对称弹塑性有限元分析程序,8节点等参元。-plane and axisymmetric elastic-plastic finite element analysis program, 8-node isoparametric element.
Temper4
- 温度场计算四节点等参元Fortran程序-temperature field calculation 4-node isoparametric element procedure Fortran
Temper20
- 3维温度场计算Fortran源程序,20节点等参元。-three-dimensional temperature field calculation Fortran source, the 20-node isoparametric element.
Plane8
- 平面应力计算Fortran源程序,平面8节点等参元。-plane stress calculation Fortran source, the plane eight-node isoparametric element.
OOPFEM
- 面向对象的有限元程序设计 ——空间8结点等参元的分析计算-Object-oriented finite element program design- space 8 node isoparametric element analysis calculation
exam6_1
- 采用4~8结点四边形等参元计算受内压的旋转厚壁圆筒-The use of 4 ~ 8-node isoparametric quadrilateral element calculation by the internal pressure of the rotating thick-walled cylinder
main
- 4节点等参元的钢筋混凝土非线性程序江见鲸钢筋混凝土非线性有限元分析源程序-4-node isoparametric element of reinforced concrete non-linear process Jiang, see whales, nonlinear finite element analysis of reinforced concrete source
main
- 用Fortran95编写的求解三维八结点等参元通用代码-to solve the isoparameter element of 8 nodes 3-dimensional
FEA
- 采用三角形单元,八节点等参元 一维变带宽存储 计算二维热传导问题-Using triangular elements, eight-node isoparametric element one-dimensional variable bandwidth storage of two-dimensional heat conduction problem
8node
- 平面八节点等参元的有限元分析程序,主要讨论平面弹性情况下的应力情况-Plane eight-node isoparametric element of the finite element analysis program
3D_FEM_SourceCode
- 3维有限元计算,8节点等参元程序源码,读入节点信息和单元信息后可以完成有限元计算-3-D finite element calculation, 8-node isoparametric element program source code, read into node information and unit information can complete the finite element method
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.
FEMmatlab
- 四边形八节点等参元matlab程序,word文件,里边附带例题和源代码,并且有ANASY结果比较-Eight node isoparametric quadrilateral element matlab program
Matlab_FEM2D
- 二维线弹性有限元程序 这是一个简单的二维有限元程序。其特点如下: 1. 线弹性材料; 2. 4节点和8节点四边形等参元; 3. 接受力与位移边界条件; 使用方法: 1. 适用于有限元初学者熟悉算法; 2. 自带输入文件。程序输出结果文件,用户需要自己进行可视化后处理; 3. 程序内有详细解释。 -Finite element method for 2D planar linear elastic problem Here is the simple
FEP04
- 四节点等参元源代码,该程序可解决弹性力学的的平面应变问题,能够计算集中离、静水压力、法向面力和自重力的作用。-The program can solve the elasticity of the plane strain can be calculated the centralized role of hydrostatic pressure, normal surface force and self-gravity.
四边形等参元
- 建立四边形等参单元的有限元模型,满足对称性(A finite element model of quadrilateral isoparametric elements)
FEM -Q8等参元程序
- 实现C++的Q8等参元程序, //输入问题类型D[0],积分点数H[0] inFile>>D[0]>>H[0]; //输入单元数EN,结点数NN,约束数,FXN、FYN,载荷数SXN,SYN,面载荷数KQ inFile>>NN>>NE>>KU>>KV>>KRX>>KRY>>KQ; //输入材料基本数据 inFile>>EO>>PO&