pyroll-project / pyroll-core

PyRoll rolling simulation framework - core library.
https://pyroll.readthedocs.io
BSD 3-Clause "New" or "Revised" License
12 stars 7 forks source link

Add `RollShadowZone` #167

Closed ChRen95 closed 7 months ago

ChRen95 commented 8 months ago

According to the model from Wehage to calculate the htc for rolling processes, between transport sections and roll pass sections, intermediate sections reaching from the high point to the exit of the "roll shadow".

To implement this section a RollPassExit class representing this region should be implemented. As a basic, it's just a mixture of Transport and RollPass with reduced amount of variables and calculating it's own length by the previous RollPassunit, also having constraints, which allow a placement only following a RollPassunit.