大家好,我是九千CAE。
我们将分上(本构理论)、中(雅可比矩阵)、下(UMAT实现)三篇讲解 Chaboche 非线性随动硬化本构 UMAT 实现。 我们注意到 Chaboche 非线性随动硬化本构与线性随动硬化本构在屈服准则、关联流动法则、等效塑性应变等的计算上基本相同,感兴趣的同学可回看 【UMAT3】上篇 线性随动硬化弹塑性UMAT中的内容。
Linear elastic constitutive model, namely generalized Hooke's law, is adopted as
where
Yield Criterion
The yield criterion of combined (kinematic-isotropic) hardening is
where
By choosing the yield function as the plastic potential, one has
where
The following isotropic hardening equation is used
where
Note that other isotropic hardening equations can also be used, it is not a hard job to replace it when implementing this in UMAT.
The non-linear kinematic hardening equation proposed by Chaboche is adopted
where
As the time discretized in finite element solving, consider a time increment start at time
where
If we assume that the strain increment is totally elastic, then we have the strain predictor (or trial strain)
Accordingly, the stress predictor is
and the yield stress predictor remains the same
Based on the stress predictor, if the corresponding yield function
On the other hand, if
Consider
Consider
we have
where we define
With
This show that
Then
Consider
Substitute these 2 equation into the yield function
We use Newton iteration method to solve the previous equation
where
Since
The 1st term is
Then the 2nd term is
The 3rd term is defined as
Combine all we have
Once