Compare commits

...

1 Commits

Author SHA1 Message Date
e2d1475b1f Update exampleKcl.ts 2024-04-26 08:13:50 -04:00

View File

@ -5,7 +5,7 @@ const sigmaAllow = 35000 // psi
const width = 6 // inch const width = 6 // inch
const p = 300 // Force on shelf - lbs const p = 300 // Force on shelf - lbs
const distance = 12 // inches const distance = 12 // inches
const M = 12 * 300 / 2 // Moment experienced at fixed end of bracket const M = distance * p / 2 // Moment experienced at fixed end of bracket
const FOS = 2 // Factor of safety of 2 const FOS = 2 // Factor of safety of 2
const shelfMountL = 8 // The length of the bracket holding up the shelf is 6 inches const shelfMountL = 8 // The length of the bracket holding up the shelf is 6 inches
const wallMountL = 8 // the length of the bracket const wallMountL = 8 // the length of the bracket