-
|
I would have assumed that But I get an AttributeError: Hook call for 'flow_stress_function' on 'BoxProfile' could not provide a value. Rod.flow_stress(Rod.freiberg_flow_stress_coefficients, .1,1,1473) also yields an What is it that I do not understand correctly? What is the correct way to evaluate the defined flow stress? Kind regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @GRPlan, So, |
Beta Was this translation helpful? Give feedback.
Hi @GRPlan,
So,
flow_stressas well asflow_stress_functionare defined ashooksforDeformation.Profile.A
DeformationUnitis aRollPassor aDiskElementso the correct way to use it, is to either solve asequenceand then use the function on e.g.sequence[0].out_profile.flow_stress_functionor to directly import the function frompyroll-freiberg-flow-stressand then use it. Since I don't know your use case I can't tell you what's best.