Skip to content

voraci0us/truss-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

truss-solver

Simple tool, written in Java with Graphics2D, to determine the force in each member of a truss.

Input:

  • A text file containing
    • Maximum beam length
    • Joint locations
    • Edges between joints (beams)
    • External forces

Output:

  • For each beam,
    • Force in the beam (tension or compression)
    • Length
    • Required cross-sectional area
    • Volume
    • Density
  • Total volume of truss
  • Total density of truss

How To Run:

git clone https://github.com/voraci0us/truss-solver
cd truss-solver
javac *.java
java TrussSolver [input.txt]

Where [input.txt] is replaced with the file containing user input. The examples folder contains sample input files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages