Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spring Hanger Design #5

Open
denisgomes opened this issue Nov 30, 2019 · 1 comment
Open

Spring Hanger Design #5

denisgomes opened this issue Nov 30, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@denisgomes
Copy link
Owner

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 denisgomes added the enhancement New feature or request label Nov 30, 2019
@denisgomes denisgomes self-assigned this Nov 30, 2019
@denisgomes denisgomes added this to the Version 0.1 Release milestone Dec 22, 2019
@denisgomes
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant