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

Make certain that strain_rate is always displayed in PassSequence Summary #144

Closed GRPlan closed 7 months ago

GRPlan commented 8 months ago

Summary

In analysis of forming processes temperature, strain and strain_rate are the fundamental state variables.

The PassSequence summary should alsways provide these values.

Strain_rate values seem to be available in the reults database but is not added to the Summary when a flowcurve calculation method with no strain_rate dependance is used.

axtimhaus commented 8 months ago

As a workaround, add the following somewhere in your input before solving:

from pyroll.core import root_hooks, RollPass

root_hooks.add(RollPass.strain_rate)
ChRen95 commented 7 months ago

@GRPlan can we close this issue?