Further example notebook with useful, standardised plots, groove directory and inprofile query #208
Replies: 4 comments 2 replies
-
Based on the example provided I have explored some ideas to -> collect roll data from an Excel workbook (makes use of pandas from_dict plugin) all input data are in cell [3] |
Beta Was this translation helpful? Give feedback.
-
I have taken up Gerald's additions again and created another sample notebook, this time for a three roll block.
I have tried to design the structure from a user's point of view. Many thanks to @GRPlan for programming the basic code. As a next step, I would add a query of the inprofile geometry and a query/switch between 2 roll and 3 roll pass sequence. Otherwise a user has to make too many interventions in the code... To execute the ipynb, the modules pyroll.from_dict and openpyxl are also required: pip install pyroll.from_dict |
Beta Was this translation helpful? Give feedback.
-
Updated sample notebook with 2-roll sequence and 3-roll sequenceIncludes the following main features:
The two- and three-roll sequences are combined and calculated at the end. Not yet completely solved in this version:
If not already done additionally install:
Try it out. |
Beta Was this translation helpful? Give feedback.
-
Thank you both @sag-kalibreur and @GRPlan for your hard work and help to improve the PyRolL - Project. We've used your work and created tests for |
Beta Was this translation helpful? Give feedback.
-
For further inspiration, here is a Jupyter notebook with subdirectories. Groove geometries are imported from the directory grooves if required, so you can build up a kind of database that can be reused. For the inprofile a simple if condition is integrated to flexibly change the shape and size, alternatively these can also be loaded from a subdirectory. With the Marini spread calculation, the spread behaviour can be adapted very well to the real conditions with the coulomb friction coefficient if necessary. The plots show all important process parameters and can be easily reused in other notebooks. The conversion of the SI units (m -> mm, K -> C...) is very simple and is already inserted as a factor in the geometry data or converted in the code of the plots.
example_ipynb.zip
Beta Was this translation helpful? Give feedback.
All reactions