文件名称:Matlab_FEM2D
介绍说明--下载内容均来自于网络,请自行研究使用
二维线弹性有限元程序
这是一个简单的二维有限元程序。其特点如下:
1. 线弹性材料;
2. 4节点和8节点四边形等参元;
3. 接受力与位移边界条件;
使用方法:
1. 适用于有限元初学者熟悉算法;
2. 自带输入文件。程序输出结果文件,用户需要自己进行可视化后处理;
3. 程序内有详细解释。
-Finite element method for 2D planar linear elastic problem
Here is the simple code for FEM. The features are following:
1. Linear elastic material
2. Both 4 node and 8 node isoparametric rectangular element is implemented
3. Accept displacement and force boundary condition.
Usage:
1. For new FEM learner to understand the implementation.
2. Two input file is given. Only data output is given. Users should find post-processor for themselves.
3. See the comment in the code for details.
这是一个简单的二维有限元程序。其特点如下:
1. 线弹性材料;
2. 4节点和8节点四边形等参元;
3. 接受力与位移边界条件;
使用方法:
1. 适用于有限元初学者熟悉算法;
2. 自带输入文件。程序输出结果文件,用户需要自己进行可视化后处理;
3. 程序内有详细解释。
-Finite element method for 2D planar linear elastic problem
Here is the simple code for FEM. The features are following:
1. Linear elastic material
2. Both 4 node and 8 node isoparametric rectangular element is implemented
3. Accept displacement and force boundary condition.
Usage:
1. For new FEM learner to understand the implementation.
2. Two input file is given. Only data output is given. Users should find post-processor for themselves.
3. See the comment in the code for details.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Matlab_FEM2D
............\FemAplyc2.m
............\FemAsmbl1.m
............\FemDeriv2.m
............\FemEldof.m
............\FemIsoq4.m
............\FemIsoq8.m
............\FemJacobi2.m
............\FemKine2D.m
............\FEM_Main.m
............\GaussPoint.m
............\LoadVector.m
............\Materialiso.m
............\ProBCs.m
............\Q4.txt
............\Q8.txt
............\Res_Q4.txt
............\Res_Q8.txt
............\Res_test_Q4.txt
............\Res_test_Q8.txt
............\test_Q4.txt
............\test_Q8.txt