Skip to content

有限元程序(Finite-Element-Method Matlab)

Notifications You must be signed in to change notification settings

fivecakes/FEM-Matlab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 

Repository files navigation

Finite-Element-Method (FEM)

利用MATLAB编程,实现平面(应变)三角形单元的有限元静力学求解。

数据说明

仅处理平面三角形单元

  • node.txt 节点信息:x坐标,y坐标;
  • unit.txt 单元信息:节点号1,节点号2,节点号3;
  • pre.txt 约束信息:自由度编号,约束条件(0表示位移为零);
  • met.txt 材料信息:弹性模量E,泊松比ν,厚度t;
  • load.txt 荷载信息(不计自重):自由度编号,荷载大小;

其中节点编号、自由度编号均从0开始

不同单元划分

image
另一单元划分为镜像

计算结果

  • x方向(水平力):
    image
    image

  • y方向(竖直力):
    image
    image

  • xy方向(剪力):
    image
    image

About

有限元程序(Finite-Element-Method Matlab)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 100.0%