Skip to content

AndyJado/finite_element_for_static_truss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This program can be used to analyse truss structure(like 'link180 in Ansys').
A truss structure consist of nodes and struts.the "InputData" show the format of this structure.
Before analysing,external forces and node constraints must be set.

And the results of this program are almost same as Ansys.
There are two pictures show results of this program(running in a GUI environment)
and results of Ansys.


Use Finite Element Method to analyse Truss structure.
Use Eigen to Solve the Sparse Matrix.
Eigen:http://eigen.tuxfamily.org/index.php?title=Main_Page

About

finite element analysis for truss structure , written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 65.7%
  • C++ 34.3%