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.
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.
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.
- Clone the repository with
git clone https://github.com/EngSci-Tools/HSS-Solver. - Navigate into the repository with
cd HSS-Solver. - Install dependencies with
npm install. - Launch the development server with
npm run serve. - Edit the files in the
srcdirectory.


