搜索资源列表
3dbeam_stiffness
- 用matlab编写的,有限元三维梁单元的单元刚度矩阵计算程序,各节点6个自由度。-prepared by the three-dimensional finite element beam element of the element stiffness matrix calculation program, the 6-DOF nodes.
Introduction to Functional Programming with Haskel
- Haskell编程介绍(英文) C, Java, Pascal, Ada, 等等,都是命令式语言。他们在某种程度上是由命令序列构成的,严格的按照顺序来执行。haskell是函数式语言。函数式程序是一个单独的表达式,通过推算表达式来执行。任何使用过电子制表的人都有函数式语言的经历。在电子制表中,你可以根据其它单元的值来指定每个单元的值。焦点是什么需要计算,而不是如何计算。-Haskell program (English) C, Java, Pascal, Ada, etc., orders
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
matlab有限元工具箱
- 用matlab实现的有限元工具箱,有平面空间梁单元,杆单元,实体单元等。-achieved using Matlab Toolbox FEM, graphic space beam elements, rod elements, entities modules.
hedrexacalelement
- 有限单元法中笛卡尔坐标系下六面体单元刚度阵-finite element method Cartesian coordinate system hexahedral element stiffness matrix
FEX
- 用java做的平面珩架结构有限元分析软件。 基本性能如下:结点数<500,单元数<1000,(具体情况视内存大小而定)在一般的微机 上,算一百节点以下的结构,基本上不用等待。-do with the plane Heng Structure finite element analysis software. The basic properties as follows : nodes lt; 500, Number of units lt; 1000, (depending
wangf
- 王勖成《有限单元法》里面的教学源程序,PROGRAM OF PLANE PROBLEM 96.1-Wang Aimin, "Finite Element Method," in which the source of teaching, PROGRAM OF PLANE PROBLEM 96.1
8node
- 平面8节点单元类,可以输出单元的刚度、质量、阻尼矩阵,并可通过形函数插值得到内部各点得位移、应力等。对各位以前编写的程序的一个补充和完善吧。-plane eight-unit category, the output unit stiffness, mass, damping matrix, through the shape function can be interpolation points in the internal displacement and stress. Right b
11-9-1
- 这是一个蝶行运算单元,是做FFT的最基本的单元-This is a butterfly OK Operational unit, which is doing the most basic FFT modules
实现有限元软件ansys输出单元编号的按高程随机选取
- 实现有限元软件ansys输出单元编号的按高程随机选取,Ansys finite element software to achieve the output unit numbers randomly selected by the elevation
fortranFEM.ZIP
- FORTRAN编写的有限元教学程序,包括三角形单元.-Finite element FORTRAN prepared teaching procedures, including the triangular element.
exam8_2
- 采用平面梁单元计算两铰抛物线拱的在初始条件下自由振动,并对时程曲线结果进行FFT变换-Plane beam element calculation using the two hinged parabolic arch at the initial conditions of free vibration, and the results of time-curve FFT transform
angener.tar
- 用fortran编写的有限元网格划分程序,主要用于生成三角形单元。可用于不同的数值计算,比如有限体积法,有限单元法,等等。-ANGENER is a fortran source package able to generate triangulations, which can be used for different numerical methods, for example finite volume method, finite element method, etc.
tri_triangulation
- 基于cpp的三角形单元自动剖分!very good!-Cpp of the triangular element based on automatic subdivision! very good!
FEM_TRANSFER
- 二维稳态热传导问题的有限单元法程序,该 程序基于三角形线性单元,可以处理任意三种边界类型的热传导问题。-Two-dimensional steady heat transfer finite element method program, the program is based on linear triangular elements, and deal with any of three types of heat conduction boundary problem.
三角形单元后处理
- 对于平面三角形单元的有限单元法计算结果,进行后处理(The postprocessing results of the finite element method for planar triangular elements)
四面体单元
- 针对三维问题,建立四面体单元的有限元方法(Finite element method for establishing tetrahedron element)
code
- 有限元平面四节点等参单元源程序,可以做为参考。(Finite element plane four node isoparametric element)
xingba1
- 利用Fortran编写平面桁架结构的单元刚度矩阵,合成总体刚度矩阵求解(The element stiffness matrix of the plane truss structure is written by Fortran, and the synthesis of the general stiffness matrix is solved)
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&
