doc:user:elements:volumes:plasticity_criterion
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
doc:user:elements:volumes:plasticity_criterion [2013/07/11 14:48] – created joris | doc:user:elements:volumes:plasticity_criterion [2016/03/30 15:23] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Plastic criteria ====== | ||
+ | |||
+ | The '' | ||
+ | |||
+ | ===== VonMisesPlasticCriterion ===== | ||
+ | |||
+ | === Description === | ||
+ | |||
+ | Isotropic plastic criterion (default in Metafor) | ||
+ | |||
+ | $$ | ||
+ | \sqrt{\frac{3}{2}s_{ij}s_{ij}} - (\sigma_{vm} + \sigma_{visq} + \sigma_{grainSize} + ...) = 0 | ||
+ | $$ | ||
+ | |||
+ | === Parameters === | ||
+ | | ||
+ | |||
+ | ===== Hill48PlasticCriterion ===== | ||
+ | |||
+ | === Description === | ||
+ | |||
+ | Second order orthotropic plastic criterion | ||
+ | |||
+ | $$ | ||
+ | \begin{multline} | ||
+ | \sqrt{\frac{1}{2}} \sqrt{F (s_{22}-s_{33})^2 + G (s_{33}-s_{11})^2 | ||
+ | \end{multline} | ||
+ | $$ | ||
+ | |||
+ | where stresses are defined in an orthotropic frame. | ||
+ | |||
+ | === Parameters === | ||
+ | ^ | ||
+ | | F | ||
+ | | G | ||
+ | | H | ||
+ | | L | ||
+ | | M | ||
+ | | N | ||
+ | |||
+ | === Parameter estimation (for sheet metal) === | ||
+ | |||
+ | For sheet metal, the anisotropic parameters can be estimated based on tensile tests (plastic strain of around 10%). Strains are measured along the width (εt) and the thickness (εe). The plastic anisotropy coefficient is then defined as : | ||
+ | r=εtεe | ||
+ | |||
+ | This test is done in samples cut along the 0, 45 and 90 degrees axes to define r0 , 45 , r90. | ||
+ | |||
+ | A planar average is then defined as : | ||
+ | rmoy=r0+2r45+r904 | ||
+ | |||
+ | Based on tensile tests, it is not possible to estimate shear through the thickness, so L and M parameters are considered equal to 3. | ||
+ | |||
+ | |||
+ | * F=21+r0r0r90 | ||
+ | * G=21+r0 | ||
+ | * H=2r01+r0 | ||
+ | * L=3 | ||
+ | * M=3 | ||
+ | * N=1+2r451+r0r0+r90r90 | ||