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

Seperate `RollPass` and the model discription of a equivalent pass #260

Open ChRen95 opened 1 month ago

ChRen95 commented 1 month ago

Mapping groove roll passes to equivalent passes is a model approach which is currently "hard coded" into PyRolL's RollPass class. Since PyRolL should be open for other rolling processes e.g. flat rolling, this hard coded model approach should be removed from the RollPass class.