pyroll-project / pyroll-core

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

Add Longitudinal and Latitudinal contact friction. #196

Closed ChRen95 closed 2 months ago

ChRen95 commented 3 months ago

Summary

As already mentioned in issue #160, we should also add contact friction and contact pressure to the profile. Currently they are both defined on RollPass.DeformationUnit. It would make more sense to move them to Profile. In the long run, we should consider to implement a Contact unit, so e.g. the chain could act like:

RollPass.Profile.Contact.heat_transfer_coefficent

Same vise versa, when you start at Roll.

Detailed Description

Further Information, Files, and Links