Calculate Tension from known rolling setup #311
ChRen95
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Maybe we can relate this to the Torque change due to tension caused by the speed adjustment. Torque and speed is easier to measure. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So, in recent times and to be honest also before we often got the question to include tension calculations.
Meaning, we should include the difference in speeds and the reaction of the rolling train.
So I created a first algorithm for that.
The idea and now also the implementation came from rolling sequence were the speeds were changed on purpose to create tension.
The resulting r-factors (often called reduction factors but actually those are speed ratios to my knowledge) were provided.
The implemented algorithm works using the premise, that the material only deforms elastically between the stands.
This condition yields, that the tensions can further be calculated using following equation:
Since it's hard to find measured values we would be happy if someone has something and can provide us with a valid example.
The new solve method is called
solve_interstand_tensions_with_given_velocity_ratios
and will be available with the next update.Beta Was this translation helpful? Give feedback.
All reactions