pyroll-project / pyroll-pillar-model

Plugin for PyRolL providing basic data structures for discretization of a Profile and a RollPass into Pillar Elements.
https://pyroll.readthedocs.io
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add a PillarModel class #8

Closed ChRen95 closed 8 months ago

ChRen95 commented 8 months ago

Since the roll_pass.py starts to get clogged up and is just used as a combination of data storage and calculation, a PillarElemetclass should be introduced. The class should feature all necessary forming values as well as a back reference to the disk_element it's working on.

ChRen95 commented 8 months ago

See pyroll-core #162.