Add a new inelastic flow to the StandardElastoViscoPlasticity brick : HarmonicSumOfNortonFlows where 1/\dot{p} = \sum_i 1/\dot{p}_i, each \dot{p}_i corresponding to a Norton flow
inelastic_flow : "HarmonicSumOfNortonFlows" {
criterion : "Mises",
isotropic_hardening : "Voce" {R0 : 200, Rinf : 100, b : 20},
kinematic_hardening : "Armstrong-Frederick" {
C : "1.e6 - 98500 * (T - 100) / 96",
D : "5000 - 5* (T - 100)"
},
K : {K1,K2},
Kn: {n1,n2},
Ksf : 3
}
Hi Jérémy,
The following code barely compiles using the
masterbranch (under deployement, available ingithubin a few minutes):I have not tested it yet though. Would you check the file
TFEL/Material/HarmonicSumOfNortonHoffViscoplasticFlows.ixxwhere the work is done, in particular the computation of the derivative ?Then we shall set up appropriate tests.
Best,
Thomas
Hi Thomas,
seems ok to me,
Best,
Jérémy
@jhure Ok I'll make some early tests then.