Skip to content

cvergari/FE_2D_beam_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FE 2D beam solver

A simple finite element solver in Matlab for beam problems in 2D

Getting started

obj = FEM_2D_Solver;

obj = obj.demo();

Description

The software is implemented as a class: beam properties can be accessed through the object's properties, while methods are provided to launch the solver and plot results.

Two demo methods are provided: demo() and demo2(). They can be used as a starting point to use the software. The results of the demos were validated with ANSYS; APDL scripts to reproduce the results are provided in the folders "Ansys demo" and 'Ansys demo2".

TODO

The output of reaction forces is not implemented yet, just because I have not needed it yet.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Matlab

View FE_2D_beam_solver on File Exchange

About

A simple finite element solver for 2D beams

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages