Subloading1D
The Modified Extended Subloading Surface (Hashiguchi) Model
The subloading surface framework provides a very versatile approach to model cyclic behaviour. It is highly recommended to try it out.
References
Prof. Koichi Hashiguchi has published a large amount of papers on this topic. To find more references, please refer to the monograph and the references therein.
Alternatively, refer to the corresponding section in Constitutive Modelling Cookbook for implementation details.
Theory
Subloading Surface
The subloading surface is defined as
where \(\eta=\sigma-a^y\alpha+\left(z-1\right)\sigma^yd\) is the shifted stress, shifted from the centre defined by \(a^y\alpha+\left(1-z\right)\sigma^yd\). The scalar \(0\leqslant{}z\leqslant{}1\) is the normal yield ratio that provides a smooth transition from the interior to the normal yield surface. The scalar \(\sigma^y\) is the yield stress, that is affected by isotropic hardening.
Isotropic Hardening
The isotropic hardening combines linear hardening and exponential saturation.
where \(\sigma^i\) is the initial yield stress, \(k_\text{iso}\) is the linear hardening modulus, \(\sigma^s_\text{iso}\) is the saturation stress and \(m^s_\text{iso}\) is the hardening rate.
The history variable \(q\) is the accumulated plastic strain, conventionally, it is
where \(\gamma\) is the plasticity multiplier.
Kinematic Hardening
A modified Armstrong--Frederick rule is adopted for the normalised back stress \(\alpha\).
with
where \(b\) is hardening rate. Compared to the conventional AF rule, the saturation bound is not a constant in this model. Instead, it is associated to plasticity. The backbone \(a^y\) mimics \(\sigma^y\). The parameters \(a^i\), \(k_\text{kin}\), \(a^s_\text{kin}\) and \(m^s_\text{kin}\) share similar implications compared to their counterparts.
Evolution of \(z\)
The following rule is used. Noting that the original formulation uses a cotangent function. Here, the logarithmic function is used instead. Also, the original formulation sets a minimum value for \(z\) (\(R\) in the references). We do not adopt such a limit.
In which, \(u\) is a constant that controls the rate of transition.
Evolution of \(d\)
The evolution of \(d\) resembles that of \(\alpha\).
in which \(c_e\) and \(z_e<1\) are two constants.
Syntax
History Layout
location | parameter |
---|---|
initial_history(0) |
iteration counter |
initial_history(1) |
accumulated plastic strain \(q\) |
initial_history(2) |
normal yield ratio \(z\) |
initial_history(3) |
normalised back stress \(\alpha\) |
initial_history(4) |
normalised elastic core \(d\) |
Example
See this example.