Skip to content

EngSci-Tools/HSS-Solver

Repository files navigation

Square Hollow Structural Section Solver

Instead of looking at a giant table of HSSs, use a computer to do it. Actually, why are you solving struts in the first place? Computers can do it faster and better.

Usage

When a HSS has been filtered out, it will appear as grey in the table on the right. At that point, it will not be used for calculating the optimal HSS.

Filters If you already have the values for minimum area, I, and radius of gyration you can input them here and they the HSSs will be filtered based on these values.
Computing If you do not have your minimum values, you can compute them by inputting your internal strain and, if you are in compression, your member length. Your minimum values will automatically be populated with slide-rule precision. The values are computed as follows:

Area Expression
I Expression
Radius Expression
Best Option Once the minimum values are in, the computer filters out all the HSSs that do not meet the minimum values and finds the remaining HSS with the lowest mass.

Local Installation

Although you can use the live version at http://hss.engscitools.ca/, you can set up your own development enviroments easily. You just need to have node and npm installed.

  1. Clone the repository with git clone https://github.com/EngSci-Tools/HSS-Solver.
  2. Navigate into the repository with cd HSS-Solver.
  3. Install dependencies with npm install.
  4. Launch the development server with npm run serve.
  5. Edit the files in the src directory.

About

Solves for the optimal Hollow Structural Section.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors