psi icon indicating copy to clipboard operation
psi copied to clipboard

Spring Hanger Design

Open denisgomes opened this issue 5 years ago • 1 comments

Design and implement a hanger design algorithm which allows for different thermal conditions to be met and either hot or cold load balanced supports.

denisgomes avatar Nov 30 '19 04:11 denisgomes

The algorithm

  1. Turn spring into a Y supports and do dead weight analysis.

  2. Add vertical force from (1) at spring location equal to load from (1) and do a thermal run. Note the weight from (1) is the dead weight that must be supported in the operating case. The spring is designed for this thermal case.

  3. Use the displacement from (2) and the operating load to select a spring from a vendor catalog. (pick a stiffness from the charts provided)

  4. Using the stiffness from (3) calculate the installation load (theoretical cold load) using the formulas for springs depending on F-type or not.

denisgomes avatar Dec 24 '19 18:12 denisgomes