According to the model from Wehage to calculate the htc for rolling processes, between transport sections and roll pass sections, intermediate sections reaching from the high point to the exit of the "roll shadow".
To implement this section a RollPassExit class representing this region should be implemented.
As a basic, it's just a mixture of Transport and RollPass with reduced amount of variables and calculating it's own length by the previous RollPassunit, also having constraints, which allow a placement only following a RollPassunit.
According to the model from Wehage to calculate the htc for rolling processes, between transport sections and roll pass sections, intermediate sections reaching from the high point to the exit of the "roll shadow".
To implement this section a
RollPassExit
class representing this region should be implemented. As a basic, it's just a mixture ofTransport
andRollPass
with reduced amount of variables and calculating it's own length by the previousRollPass
unit, also having constraints, which allow a placement only following aRollPass
unit.