Processing math: 100%

Metafor

ULiege - Aerospace & Mechanical Engineering

User Tools

Site Tools


doc:user:elements:volumes:plasticity_criterion

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
doc:user:elements:volumes:plasticity_criterion [2013/07/11 14:48] – created jorisdoc:user:elements:volumes:plasticity_criterion [2016/03/30 15:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Plastic criteria ======
 +
 +The ''PlasticCriterion'' class manages the possibility to replace the default Von Mises plastic criterion by another one, described below.
 +
 +===== VonMisesPlasticCriterion =====
 +
 +=== Description ===
 +
 +Isotropic plastic criterion (default in Metafor)
 +
 +$$
 +\sqrt{\frac{3}{2}s_{ij}s_{ij}} - (\sigma_{vm} + \sigma_{visq} + \sigma_{grainSize} + ...) = 0
 +$$
 +
 +=== Parameters === 
 + néant
 +
 +===== 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  + H (s_{11}-s_{22})^2  + 2 (L s_{13}^2 + M s_{23}^2 + N s_{12}^2) } \\- (\sigma_{vm} + \sigma_{visq} + \sigma_{grainSize} + ...) = 0
 +\end{multline}
 +$$
 +
 +where stresses are defined in an orthotropic frame.
 +
 +=== Parameters ===
 +^   Name                                                 Metafor Code      Dependency ^
 +| F                                        ''HILL48_F''  |  néant             |
 +| G                                        ''HILL48_G''  |  néant             |
 +| H                                        ''HILL48_H''  |  néant             |
 +| L                                        ''HILL48_L''  |  néant             |
 +| M                                        ''HILL48_M''  |  néant             |
 +| N                                        ''HILL48_N''  |  néant             |
 +
 +=== 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  
  

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki