FMS is a GNU-Octave code for solving 2D truss problems using the Force Method. The main variables are normal forces in truss elements, and support reactions. The code generates simple plots like this on
The purpose of this repo is to provide an example of a computational implementation of the Force Method for 2D truss structures. The code is oriented to undergraduate Civil Engineering students, in particular students at Facultad de Ingeniería, UdelaR in Uruguay.
- download and unzip the code https://github.com/jorgepz/Force-Method-Solver/archive/refs/heads/main.zip
- open GNU-Octave or Matlab and move to the
examples
folder and run one of the scripts
The mechanics of the code and the theory of the method are based on the textbook of the course Resistencia de Materiales 2, publicly available at this repo.
By the moment this code is being developed by Jorge Pérez Zerpa, but any contribution is welcome, by forking this repo and crontributing your changes after. Please look for open issues if you want to solve currently open tasks/problems.