dmises¶
- Purpose:
Form the elasto-plastic continuum matrix for an isotropic hardening von Mises material.
- Syntax:
D = dmises(ptype, mp, es, st)- Description:
dmisesforms the elasto-plastic continuum matrix for an isotropic hardening von Mises material.The input variable
ptypeis used to define the type of analysis, cf.hooke.The vector
mpcontains the material constants:mp = [\(\small{\, E\;\nu\;h\,}\)]where \(E\) is the modulus of elasticity, \(\nu\) is the Poisson’s ratio, and \(h\) is the plastic modulus.
The matrix
escontains current stresses obtained fromplantsor some similars-function, and the vectorstcontains the current state parameters:st = [\(\small{\, yi\;\sigma_y\;\varepsilon_{eff}^p\,}\)]where \(yi = 1\) if the material behaviour is elasto-plastic, and \(yi = 0\) if the material behaviour is elastic. The current yield stress is denoted by \(\sigma_y\), and the current effective plastic strain by \(\varepsilon_{eff}^p\).
- Note:
Only the case
ptype = 2is implemented.