搜索资源列表
four-nodes-matlab-fem-program
- 四节点矩形单元matlab有限元程序,使用于一般通用程序-four nodes rectangular modules Matlab finite element program, the use of common procedures in
four-nodes-matlab-fem-program
- 四节点矩形单元matlab有限元程序,使用于一般通用程序-four nodes rectangular modules Matlab finite element program, the use of common procedures in
QuadraticQuadElementStiffness
- 四节点单元刚度矩阵,使用matlab编制,上传的是m文件。-QuadraticQuadElementStiffness,by matlab
QuadraticBarElement
- 四节点杆单元集成,及力,应力,刚度矩阵,使用MATLAB编制,此为m文件-QuadraticBarElement assemble force,stiff,stress
Space-four-node-finite-element
- 有限单元法空间四节点四面体单元matlab程序实例-Four-node tetrahedral elements of the finite element method for space matlab program instance
fnqie
- 四节点等参元的matlab程序,可用于平面单元的有限元计算-four_node_quadrilateral_isoparametric_element matlabcode
四节点单元
- 有限元MATLAB四节点单元算例 便于用MATLAB学习有限元(Example of finite element MATLAB four node unit)
2D4Node
- 基于有限元基本原理,利用matlab编写了平面4节点实体单元的程序,可以更加了解4节点有限元的基本理论。(Based on the basic principle of finite element method, the program of plane 4 node solid element is written by MATLAB, which can better understand the basic theory of
有限单元法第四讲六节点三角形单元_张国瑞
- 介绍了六节点三角形单元的基本原理,是使用matlab编程分析有限元问题的基础。(The basic principle of the six node triangular element is introduced.)
四节点四边形板单元振动模态分析
- 在matlab中实现四节点板单元刚度矩阵求解,振动模态分析(Realize the solution of the stiffness matrix of the four-node plate element and the vibration modal analysis in matlab.)
FourNodeRectangle_3
- 有限元分析,平面四节点简单模型计算,采用矩形单元。:)课堂作业留用(The finite element plane four node simple model calculation, USES the rectangular element)
有限元程序MATLAB
- 四杆桁架结构的有限元分析(Bar2D2Node); 三梁平面框架结构的有限元分析(Beam2D2Node); 基于3节点三角形单元的矩形薄板分析(Triangle2D3Node); 基于4节点四边形单元的矩形薄板分析(Quad2D4Node); 基于4节点四面体单元的空间块体分析(Tetrahedron3D4Node); 基于8节点六面体单元的空间块体分析(Hexahedral3D8Node);(Finite element
MainProgram
- 一个基于有限元方法的平面问题求解器,支持网格类型为二维四边形四节点单元和四边形八节点单元的有限元网格: 前处理——用Abaqus建模编号并导出数据 在Matlab中读取数据文件 计算单元刚度矩阵(采用高斯积分),组集结构刚度矩阵 组集结点载荷向量,引入位移边条 求解结点位移,单元应力应变 后处理——绘制应力应变位移云图,与Abaqus结果对照(A plane problem solver based on finite element