Metafor

ULiege - Aerospace & Mechanical Engineering

User Tools

Site Tools


doc:user:elements:volumes:ortho_continuousdamage

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
doc:user:elements:volumes:ortho_continuousdamage [2014/02/07 16:27] jorisdoc:user:elements:volumes:ortho_continuousdamage [2015/08/11 09:00] geoffrey
Line 1: Line 1:
-====== Endommagement continu Isotrope ======+====== Continuous orthotropic damage ======
  
-La classe ''ContinousDamage'' gère les différentes lois d'endommagement continuLorsqu'on veut implémenter une nouvelle loi d'endommagementil faut définir l'évolution de la variable d'endommagement $ \Delta D $ ainsi que ses dérivées par rapport à la pressionla déformation plastique et l'endommagement+The ''ContinousDamage'' class manages all continuous damage evolution lawsWhen a new law is definedthe evolution of the damage variable $ \Delta D $ must be definedand so must be its derivatives with respect to pressure, plastic strain and damage.
  
-Lois orthotropes implémentées dans Metafor+Orthotropic laws implemented in Metafor.
  
  
Line 9: Line 9:
 === Description === === Description ===
  
-Loi d'endommagement à effet retard pour les composites à fibres tissées.+Damage law with delay effect for woven composites.
  
-La densité d'énergie de déformation est donnée par l'expression+The strain energy density is written as:
 $$ $$
 \begin{eqnarray*} \begin{eqnarray*}
Line 29: Line 29:
 \end{eqnarray*} \end{eqnarray*}
 $$ $$
-Il y a trois variables d'endommagement, $d_{11}$, $d_{22}$ et $d_{12}$. L'effet retard est introduit via la définition d'une loi d'évolution temporelle de l'endommagement, 
  
 +Three damage variables are introduced. Delay effect is introduced with the definition of a law governing the temporal evolution of damage :
 $$ $$
 \dot{d}_{ij} = \frac{1}{\tau_c}\,\left( 1-e^{-a_c\,\langle d^s_{ij} - d_{ij} \rangle_+} \right) \;, \dot{d}_{ij} = \frac{1}{\tau_c}\,\left( 1-e^{-a_c\,\langle d^s_{ij} - d_{ij} \rangle_+} \right) \;,
 $$ $$
-où $a_c$ et $\tau_c$ sont les paramètres d'effet retard, $\langle x \rangle_+$ est une fonction qui vaut $x$ si $x$ est positif et sinonet $d^s_{ij}$ est la valeur statique de l'endommagementEn direction des fibreson a+where $a_c$ and $\tau_c$ are delay effect parameters, $\langle x \rangle_+$ is a function equal to $x$ if $x$ is positive and otherwiseand $d^s_{ij}$ is the static damage valueAlong the fibers
 $$ $$
 \begin{eqnarray*} \begin{eqnarray*}
   d_{11}^s &=& \left\{   d_{11}^s &=& \left\{
     \begin{array}{ll}     \begin{array}{ll}
-      0 & \text{ si } \left(Y_{11}<Y_{11}^{c+} \text{  et  } \sigma_{11}>0\right) +      0 & \text{ if } \left(Y_{11}<Y_{11}^{c+} \text{  and  } \sigma_{11}>0\right) 
-      \text{ ou } \left(Y_{11}<Y_{11}^{c-} \text{  et  } \sigma_{11}<0\right) \\ +      \text{ or } \left(Y_{11}<Y_{11}^{c-} \text{  and  } \sigma_{11}<0\right) \\ 
-      1 & \text{ sinon}+      1 & \text{ otherwise }
     \end{array}     \end{array}
   \right. \;, \\   \right. \;, \\
   d_{22}^s &=& \left\{   d_{22}^s &=& \left\{
     \begin{array}{ll}     \begin{array}{ll}
-      0 & \text{ si } \left(Y_{22}<Y_{22}^{c+} \text{  et  } \sigma_{22}>0\right) +      0 & \text{ if } \left(Y_{22}<Y_{22}^{c+} \text{  and  } \sigma_{22}>0\right) 
-      \text{ ou } \left(Y_{22}<Y_{22}^{c-} \text{  et  } \sigma_{22}<0\right) \\ +      \text{ or } \left(Y_{22}<Y_{22}^{c-} \text{  and  } \sigma_{22}<0\right) \\ 
-      1 & \text{ sinon}+      1 & \text{ otherwise}
     \end{array}     \end{array}
   \right. \;,   \right. \;,
 \end{eqnarray*} \end{eqnarray*}
 $$ $$
-où $Y_{ii}^{c+}$ et $Y_{ii}^{c-}$ sont les valeurs critiques des forces thermodynamiques en traction et en compression respectivementEn cisaillementon définit d'abord la force thermodynamique équivalente+where $Y_{ii}^{c+}$ and $Y_{ii}^{c-}$ are critical values of thermodynamic forces under traction and compression, respectivelyUnder shearan equivalent thermodynamic force is first defined: 
 $$ $$
 \begin{eqnarray*} \begin{eqnarray*}
Line 64: Line 65:
   &=& \left\{   &=& \left\{
     \begin{array}{ll}     \begin{array}{ll}
-      Y_{ii} & \text{ si } \sigma_{ii}>0 \\ +      Y_{ii} & \text{ if } \sigma_{ii}>0 \\ 
-      0 & \text{ sinon}+      0 & \text{ otherwise}
     \end{array}     \end{array}
   \right. \;,   \right. \;,
 \end{eqnarray*} \end{eqnarray*}
 $$ $$
-et on écrit+then 
 $$ $$
 \begin{eqnarray*} \begin{eqnarray*}
Line 82: Line 83:
 $$ $$
  
-=== Paramètres ===+=== Parameters ===
  
-^                       Nom                                 Code Metafor        ^+^                       Name                                 Metafor Code       ^
 |  $Y_{11}^{c+}$  |  WOVEN_YCP11      | |  $Y_{11}^{c+}$  |  WOVEN_YCP11      |
 |  $Y_{11}^{c-}$  |  WOVEN_YCM11      | |  $Y_{11}^{c-}$  |  WOVEN_YCM11      |
doc/user/elements/volumes/ortho_continuousdamage.txt · Last modified: 2016/03/30 15:23 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki