Two Dimensional Isostatic Truss Structures Solver ITSS2D

This program solves isostatic truss structures through the method of joints and the internal loads.
2.4K Downloads
Updated 8 Oct 2009

View License

This solver computes the internal loads on each member of two dimensional isostatic truss structures by using the method of joints.

Since the Theory of Deformations is not considered in this program, displacements of the structures are not computed. All assumptions of Rational Mechanics are made in order to mantain the structure as a rigid body. Besides, only axial loads are assumed, so that torsion, bending and shear stresses are neglected and cannot be determined by this method. All the members of the structure satisfy the simplification hypothesis of the method of joints.

After creating the geometrical structure model by using geom1 and geom2 functions and entering the boundary conditions of the physical problem (bc), external applied loads (extloads) must be entered. Reactions of the isostatic structure are calculated by using reactions function. Once the structure has all the equivalent applied loads (external loads and reactions included), the computation of internal loads on each member is done following a calculation sequence on adjacent nodes with the use of intloads function. The last node is used as verification.

A plot of the structure (numerating all nodes and elements) can be shown by using plotits2d function.

Cite As

Marcos Cesar Ruggeri (2024). Two Dimensional Isostatic Truss Structures Solver ITSS2D (https://www.mathworks.com/matlabcentral/fileexchange/25429-two-dimensional-isostatic-truss-structures-solver-itss2d), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

Help improved. Elements numeration included. Reactions function modified (v2.0)

1.0.0.0