Skip to content

rembosa/TrussTables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrussTables

2D Truss solver.

trusstables

TrussTables performs linear static analysis of 2D truss structures, via the direct stiffness method. The application is written in C++, using the popular Qt framework.

TrussTables features:

  • Truss model input (editing, exporting, and saving)
  • Model checking and validation
  • Loads input
  • Model analysis options
  • Model analysis
  • Results view and export

Model analysis may include the following options:

  • Joint/nodal loads
  • predescribed joint displacements
  • Thermal loads
  • Fabrication error loads
  • Influence lines

Installing

Binaries are provided for Linux (AppImage) and Windows, see releases.

Note: Linux AppImage executables are built on, tested and target, Linux mint 18.2 LTS and Ubuntu 16.04 LTS. Simply download and;

chmod a+x TrussTables.AppImage
./ TrussTables.AppImage

Optionally, for desktop integration;

./ TrussTables.AppImage install

Motivation

Built With

Versioning

TrussTables uses Semver

Authors

Just me for now!

  • Ambrose Louis Okune - initial work - rembosa

License

TrussTables is licensed under the GPLv3 - see the LICENSE file for details.