Civil Engineering Association
a few Matlab programs for finite element - Printable Version

+- Civil Engineering Association (https://forum.civilea.com)
+-- Forum: Civil Engineering Resource (https://forum.civilea.com/forum-1.html)
+--- Forum: Civil Engineering Documents (https://forum.civilea.com/forum-89.html)
+---- Forum: Calculation Notes & Analysis Files (https://forum.civilea.com/forum-80.html)
+---- Thread: a few Matlab programs for finite element (/thread-20792.html)



a few Matlab programs for finite element - lizard - 01-01-2011

3D Solid 20-Node Element Program

[Image: info.png]
This program can analyze all types of 3D continous or solid body problems with all degree of freedom using Finite Element Method with choice 20-Node Isoparametric element under any kind of concentrated nodal loadings (Fx, Fy, Fz) and submit values of nodal displacements and element stresses as MATLAB output.

Finally, to test this program, different Examples are given which in these examples program outputs compared with the results from ABAQUS or ANSYS software. Similarity of results shows that this program works without any deficiencies as well as these two softwares.

[Image: screen.png]
[Image: 44738700948934858690.png]

[Image: Download.png]

Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:

http://forum.civilea.com/thread-27464.html
***************************************


4-Node Isoparametric Element Program

[Image: info.png]
This program can analyze all types of plane stress and plane strain problems with all degree of freedom using Finite Element Method with choice 4-Node Isoparametric element under any kind of concentrated nodal loadings (Fx, Fy) and submit values of nodal displacements, element and nodal stresses as MATLAB output.

to test this program, different Examples are given which in these examples program outputs compared with the results from ABAQUS or ANSYS software. Similarity of results shows that this program works without any deficiencies as well as these two softwares.

[Image: screen.png]
[Image: 75704338024692948079.png]

[Image: Download.png]

Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:

http://forum.civilea.com/thread-27464.html
***************************************


Constant Strain Triangle Element Program

[Image: info.png]
This program is able to analyze all types of plane stress and plane strain problems with all degree of freedom using Finite Element Method (with choice “CST”-Constant Strain Triangle element) under any kind of concentrated nodal loadings (Fx, Fy) and submit values of nodal displacements, element stresses and strains and elements principal stress as MATLAB output.

to test the program we compare results of two examples with commercial programs.

[Image: screen.png]
[Image: 59237131329811798017.png]

[Image: Download.png]

Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:

http://forum.civilea.com/thread-27464.html
***************************************


2D Truss analyses using stiffness method

[Image: info.png]
This program can analyze all types of 2D trusses with all degree of freedom using stiffness method (matrix analysis) under any kind of concentrated nodal loadings (Fx , Fy) and submit values of reactions, nodal displacements, axial forces and element stresses and strains as MATLAB output. to test the program we compare results of two examples with commercial programs.

[Image: screen.png]
[Image: 94901453581976584808.png]

[Image: Download.png]

Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:

http://forum.civilea.com/thread-27464.html
***************************************


2D Frame analyses using stiffness method

[Image: info.png]
This program is able to analyze all types of 2D frames with all degree of freedom using stiffness method under any kind of concentrated nodal loadings (Fx, Fy, Mz) and submit values of supportive reactions, nodal displacements, element forces as MATLAB output.

Finally, to test this program, different examples are given which in these examples program outputs compared with the results from commercial softwares.

[Image: screen.png]
[Image: 97453619461890889075.png]

[Image: Download.png]

Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:

http://forum.civilea.com/thread-27464.html
***************************************