搜索资源列表
Python编写的一个简易有限元计算软件
- 自己写的一个课程设计程序。计算一个受两个力的桁架系统的拉/压杆内应力值。应用Python 2.6.1
FEMprogram
- 四面体网格划分的有限元计算源代码,在将变形体划分为四面体后,输入节点坐标,程序利用弹塑性本构,将载荷和位移关系转变为线性方程组,是一个很好的求解简单三维变形体的程序,还可输出单元变形量,应力等。-Tetrahedral mesh of the finite element method source code, in the deformed tetrahedron is divided into, the input node coordinates, the program using el
exam6_2
- 等参元计算应力应变问题的有限元程序,matlab编写。-finite element program for plane stress problems
weld_pipe
- 圆筒焊接热应力及残余应力分析的ansys有限元命令流-Cylinder welding thermal stress and residual stress analysis of the ANSYS finite element order flow
MechFem
- 机械应力有限元分析(二维和三维)源程序,程序使用方法见文件MECHMAIN.CPP,即先设置节点编号,然后设置单元节点,再设置节点边界条件,求解时要说明使用方程求解方法.- source code of FEM analysis for Mechanical stress (two-dimensional and three-dimensional), the main program is MECHMAIN.CPP, which introduce its utilization method
juxing
- 平面应力矩形单元有限元分析,并画出网格图形,用星号标记受力点,用叉号标记受约束点,最后求出力、位移和主应力。-Rectangular plane stress finite element analysis, and draw the grid graph, marked with an asterisk stress points marked with crosses by constraints, and finally seek to contribute, displacement a
sjd
- 三节点平面应力单元有限元分析,计算出了其节点力、位移和应力。-Three-node plane stress element finite element analysis to calculate the strength of its nodes, displacement and stress.
SiO2
- SiO2薄膜热应力模拟计算,是薄膜模拟技术的-Simulation of thermal stress SiO2 film is film simulation technology
Wilson
- 梁在横向荷载作用下的挠度曲线和应力分布,matlab实现的有限元程序,单元为Wilson非协调元 将matlab工作目录设为解压后的文件夹 依次执行 main postprocessing 两条命令-Matlab Program for FEA
fem
- 是以三角形应力板单元为基础的平面应力有限元分析源程序。-Stress is a triangular plate element-based finite element analysis of plane stress source.
KESHE.rar
- 有限元程序计算,用于4-8结点的计算,用于平面问题的计算,但不能计算应力。(Finite element program)
trussfem
- 该matlab程序为平面桁架的有限元分析程序,输入节点,单元,载荷信息就可以得到节点位移,节点荷载以及单元位移,内力,应力等结果。对刚度矩阵采用的方法是对角元乘大数法。程序注释文字清楚,准确。(The matlab program is a finite element analysis program for plane truss. The input node, element and load information can be used to get the results of n
exam5_1
- 采用四面体单元计算单向拉伸杆的横截面应力(The stress of the cross section of the uniaxial tension bar is calculated by tetrahedron element)
MATLAB程序
- 计算固体力学有关有限元入门的小程序,四结点单元(A small program for calculating the finite element introduction of solid mechanics, four node units)
thin plate in tension
- 有限元算法求解平面应力问题实例。一个简单的二维模型,用FEM算法求解,用于学习有限元编程。(thin plate in tension)
matlab有限元计算程序--平板小孔应力集中问题
- 用于有限元的matlab计算,matlab有限元集中问题(Matlab calculation for finite element)
四面体网格划分的有限元计算源代码
- 四面体网格划分的有限元计算源代码,在将变形体划分为四面体后,输入节点坐标,程序利用弹塑性本构,将载荷和位移关系转变为线性方程组,是一个很好的求解简单三维变形体的程序,还可输出单元变形量,应力等
双线性四边形等参单元程序
- 本程序采用matlab编写。程序加载由用户提供的前处理数据,包括网格数据和载荷数据。采用直接的数值运算和matlab符号运算两种方法(可选择)生成单元刚度矩阵。自动集成结构刚度矩阵,选用直接解法求解线性方程组,解出节点位移。后处理过程中,程序计算了节点应力值,对于共享节点的应力程序采用各个单元计算值的平均,程序同时给出了单元最佳应力点的应力值!(This program is written in matlab. The program loads pre-processing data pro
有限元编程作业
- 梁系统的单位总体刚度矩阵,应力应变矩阵有限元matlab程序分析(The analysis of the unit total stiffness matrix and the stress-strain matrix of the beam system by MATLAB program)
MainProgram
- 一个基于有限元方法的平面问题求解器,支持网格类型为二维四边形四节点单元和四边形八节点单元的有限元网格: 前处理——用Abaqus建模编号并导出数据 在Matlab中读取数据文件 计算单元刚度矩阵(采用高斯积分),组集结构刚度矩阵 组集结点载荷向量,引入位移边条 求解结点位移,单元应力应变 后处理——绘制应力应变位移云图,与Abaqus结果对照(A plane problem solver based on finite element method)