Loading [MathJax]/jax/output/CommonHTML/jax.js

Metafor

ULiege - Aerospace & Mechanical Engineering

User Tools

Site Tools


doc:user:elements:volumes:ortho_hypo_materials

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
doc:user:elements:volumes:ortho_hypo_materials [2013/12/06 16:53] – [DamageEpIsoHOrthoHypoMaterial] geoffreydoc:user:elements:volumes:ortho_hypo_materials [2024/12/09 14:37] (current) – [TmElastOrthoHypoMaterial] vanhulle
Line 1: Line 1:
-====== Matériaux orthotropes ======+====== Orthotropic materials ======
  
-===== OrthoElastHypoMaterial =====+===== ElastOrthoHypoMaterial =====
  
 === Description === === Description ===
  
-Matériau orthotrope élastique.+Linear elastic orthotropic material. 
 + 
 +The strain-stress relation in the orthotropic frame is written as:
  
-La relation entre les contraintes et les déformations 
-s'exprime, dans les axes d'orthotropie, de la façon suivante : 
  
 $$ $$
Line 44: Line 44:
 $$ $$
  
-=== Paramètres ===+=== Parameters ===
  
-                      Nom                                 Code Metafor        +  Name                                                 Metafor Code     
-Densité                                              |   ''MASS_DENSITY''       | +Density                              |   ''MASS_DENSITY''       | 
-Module de Young E1                |  ''YOUNG_MODULUS_1''   | +| Young Modulus E1                |  ''YOUNG_MODULUS_1''   | 
-Module de Young E2               |  ''YOUNG_MODULUS_2''   | +| Young Modulus E2                |  ''YOUNG_MODULUS_2''   | 
-Module de Young E3               |  ''YOUNG_MODULUS_3''   | +| Young Modulus E3                |  ''YOUNG_MODULUS_3''   | 
-Coefficient de Poisson ν12    |  ''POISSON_RATIO_12'' +| Poisson ratio ν12    |  ''POISSON_RATIO_12'' 
-Coefficient de Poisson ν13    |  ''POISSON_RATIO_13'' +| Poisson ratio ν13    |  ''POISSON_RATIO_13'' 
-Coefficient de Poisson ν23    |  ''POISSON_RATIO_23'' +| Poisson ratio ν23    |  ''POISSON_RATIO_23'' 
-Module de cisaillement G12      |  ''SHEAR_MODULUS_12'' +Shear modulus G12      |  ''SHEAR_MODULUS_12'' 
-Module de cisaillement G13      |  ''SHEAR_MODULUS_13'' +Shear modulus G13      |  ''SHEAR_MODULUS_13'' 
-Module de cisaillement G23      |  ''SHEAR_MODULUS_23'' +Shear modulus G23      |  ''SHEAR_MODULUS_23'' 
-Méthode d'objectivité \\ (Jaumann = 0, GreenNaghdi = 1)  |    ''OBJECTIVITY''       | +Objectivity method  \\ (Jaumann = 0, GreenNaghdi = 1)  |    ''OBJECTIVITY''       | 
-Axe d'orthotropie                                       ''ORTHO_AX1_X''       | +Orthotropic axis                                       ''ORTHO_AX1_X''       | 
-Axe d'orthotropie                                       ''ORTHO_AX1_Y''       | +Orthotropic axis                                       ''ORTHO_AX1_Y''       | 
-Axe d'orthotropie                                       ''ORTHO_AX1_Z''       | +Orthotropic axis                                       ''ORTHO_AX1_Z''       | 
-Axe d'orthotropie                                       ''ORTHO_AX2_X''       | +Orthotropic axis                                       ''ORTHO_AX2_X''       | 
-Axe d'orthotropie                                       ''ORTHO_AX2_Y''       | +Orthotropic axis                                       ''ORTHO_AX2_Y''       | 
-Axe d'orthotropie                                       ''ORTHO_AX2_Z''       |+Orthotropic axis                                       ''ORTHO_AX2_Z''       |
  
-Seuls les deux premiers axes d'orthotropie sont définis à l'aide des paramètres ''ORTHO_AX{1,2}_{X,Y,Z}'', le troisième axe étant calculé comme le produit vectoriel des deux autres.+Only the first two orthotropic axes are computed using ''ORTHO_AX{1,2}_{X,Y,Z}'', the third one being computed as the cross product of the first two. 
 + 
 +===== TmElastOrthoHypoMaterial ===== 
 +:!: Metafor version >=3536 
 +=== Description === 
 +Linear thermoelastic orthotropic material with orthotropic thermal conduction law. 
 + 
 +Thermal conduction writes in the orthotropic frame 
 +$$ 
 +\boldsymbol{K}~\nabla T = \left[ 
 +  \begin{array}{c c c} 
 +     K_1 & 0 & 0 \\ 
 +     0 & K_2 & 0 \\ 
 +     0 & 0 & K_3  
 +  \end{array} 
 +\right] \nabla T, 
 +$$ 
 +where K is the orthotropic conduction matrix (in material axes) and T is the temperature gradient. 
 + 
 +Linear thermoelasticity in the orthotropic frame writes 
 +$$ 
 +\boldsymbol{\sigma} = \boldsymbol{\sigma}_0 + \mathbb{H} : (\boldsymbol{\varepsilon} - \boldsymbol{\varepsilon}^{th}) =  \boldsymbol{\sigma}_0 + \mathbb{H} : (\boldsymbol{\varepsilon} - \boldsymbol{\alpha} \Delta T), 
 +$$ 
 +with stress tensor σ, initial stress tensor σ0, Hooke's tensor H, strain tensor (mechanical) ε, and thermal strain tensor εth, which is the product of the temperature variation ΔT and the thermal expansion (symmetric) tensor α
 + 
 +Thermoelastic dissipation term ˙Wte is given by the general (anisotropic) relation 
 +$$ 
 +\dot{W}^{te} = -\eta_{te} \left(\sum_{i=1}^3 \sum_{j=1}^3 \mathbb{H}_{ijkl} \alpha_{kl} \right)T \frac{\dot{J}}{J}, 
 +$$ 
 +with fraction of heat dissipated thermoelastic energy ηte and determinant of the Jacobian matrix J
 + 
 +=== Parameters === 
 +^   Name                                                 Metafor Code      Dependency ^ 
 +| Density                              |   ''MASS_DENSITY''        ''TO/TM''   | 
 +| Young Modulus E1                |  ''YOUNG_MODULUS_1''    ''TO/TM''   | 
 +| Young Modulus E2                |  ''YOUNG_MODULUS_2''    ''TO/TM''   | 
 +| Young Modulus E3                |  ''YOUNG_MODULUS_3''    ''TO/TM''   | 
 +| Poisson ratio ν12    |  ''POISSON_RATIO_12''  |  ''TO/TM''   | 
 +| Poisson ratio ν13    |  ''POISSON_RATIO_13''  |  ''TO/TM''   | 
 +| Poisson ratio ν23    |  ''POISSON_RATIO_23''  |  ''TO/TM''   | 
 +| Shear modulus G12      |  ''SHEAR_MODULUS_12''  |  ''TO/TM''   | 
 +| Shear modulus G13      |  ''SHEAR_MODULUS_13''  |  ''TO/TM''   | 
 +| Shear modulus G23      |  ''SHEAR_MODULUS_23''  |  ''TO/TM''   | 
 +| Objectivity method  \\ (Jaumann = 0, GreenNaghdi = 1)  |    ''OBJECTIVITY''    |  -   | 
 +| Orthotropic axis                                    |    ''ORTHO_AX1_X''        -   | 
 +| Orthotropic axis                                    |    ''ORTHO_AX1_Y''        -   | 
 +| Orthotropic axis                                    |    ''ORTHO_AX1_Z''        -   | 
 +| Orthotropic axis                                    |    ''ORTHO_AX2_X''        -   | 
 +| Orthotropic axis                                    |    ''ORTHO_AX2_Y''        -   | 
 +| Orthotropic axis                                    |    ''ORTHO_AX2_Z''        -   | 
 +| Thermal Expansion α1                |  ''THERM_EXPANSION_1''    ''TO/TM''   | 
 +| Thermal Expansion α2                |  ''THERM_EXPANSION_2''    ''TO/TM''   | 
 +| Thermal Expansion α3                |  ''THERM_EXPANSION_3''    ''TO/TM''   | 
 +| Conductivity K1                |  ''CONDUCTIVITY_1''    ''TO/TM''   | 
 +| Conductivity K2                |  ''CONDUCTIVITY_2''    ''TO/TM''   | 
 +| Conductivity K3                |  ''CONDUCTIVITY_3''    ''TO/TM''   | 
 +| Heat Capacity Cp                |  ''HEAT_CAPACITY''    ''TO/TM''   | 
 +| Dissipated thermoelastic power fraction ηe                ''DISSIP_TE''    -   | 
 +| Dissipated (visco)plastic power fraction (Taylor-Quinney factor)                |  ''DISSIP_TQ''    -   |
  
 ===== EpIsoHOrthoHypoMaterial ===== ===== EpIsoHOrthoHypoMaterial =====
Line 71: Line 129:
 === Description === === Description ===
  
-Matériau orthotrope élastoplastique à écrouissage isotrope.+Elastoplastic orthotropic material with isotropic hardening.
  
-La partie élastique est décrite par la même relation que le [[#orthoelasthypomaterial|matériau orthotrope élastique]]. +The elastic part follows the same relation as the [[#orthoelasthypomaterial|linear orthotropic material]]. 
-La limite d'élasticité obéitcomme dans le cas isotrope, à la relation+ 
 +As in the isotropic casethe yield stress verifies the constraint:
  
 $$ $$
Line 80: Line 139:
 $$ $$
  
-où ¯σ est une contrainte équivalente spécifique aux matériaux orthotropesVoir par exemple le [[doc:user:elements:volumes:isohard#comp1dirplasticcriterion|critère]] adapté aux composites à fibres longues.+where ¯σ is an equivalent stress, specific to orthotropic materialsSee for example the [[doc:user:elements:volumes:isohard#comp1dirplasticcriterion|criterion]] for long-fiber composites. 
  
-=== Paramètres ===+=== Parameters ===
  
-                      Nom                                 Code Metafor        +  Name                                                 Metafor Code     
-Densité                                                ''MASS_DENSITY''       | +Density                                                ''MASS_DENSITY''       | 
-Module de Young E1                |  ''YOUNG_MODULUS_1''   | +| Young Modulus E1                |  ''YOUNG_MODULUS_1''   | 
-Module de Young E2                |  ''YOUNG_MODULUS_2''   | +| Young Modulus E2                |  ''YOUNG_MODULUS_2''   | 
-Module de Young E3                |  ''YOUNG_MODULUS_3''   | +| Young Modulus E3                |  ''YOUNG_MODULUS_3''   | 
-Coefficient de Poisson ν12    ''POISSON_RATIO_12'' +| Poisson ratio ν12    ''POISSON_RATIO_12'' 
-Coefficient de Poisson ν13    |  ''POISSON_RATIO_13'' +| Poisson ratio ν13    |  ''POISSON_RATIO_13'' 
-Coefficient de Poisson ν23    |  ''POISSON_RATIO_23'' +| Poisson ratio ν23    |  ''POISSON_RATIO_23'' 
-Module de cisaillement G12      |  ''SHEAR_MODULUS_12'' +Shear modulus G12      |  ''SHEAR_MODULUS_12'' 
-Module de cisaillement G13      |  ''SHEAR_MODULUS_13'' +Shear modulus G13      |  ''SHEAR_MODULUS_13'' 
-Module de cisaillement G23      |  ''SHEAR_MODULUS_23'' +Shear modulus G23      |  ''SHEAR_MODULUS_23'' 
-Numéro de la loi définissant la contrainte limite σyield    |      ''YIELD_NUM''       | +Number of the material law which defines the yield stress σyield    |      ''YIELD_NUM''       | 
-Numéro du critère de plasticité                      | ''PLASTICCRITERION_NUM''+Number of the plastic criterion                     | ''PLASTICCRITERION_NUM''
-Méthode d'objectivité \\ (Jaumann = 0, GreenNaghdi = 1)|    ''OBJECTIVITY''       | +Objectivity method \\ (Jaumann = 0, GreenNaghdi = 1)|    ''OBJECTIVITY''       | 
-Axe d'orthotropie                                       ''ORTHO_AX1_X''       | +Orthotropic axis                                       ''ORTHO_AX1_X''       | 
-Axe d'orthotropie                                       ''ORTHO_AX1_Y''       | +Orthotropic axis                                       ''ORTHO_AX1_Y''       | 
-Axe d'orthotropie                                       ''ORTHO_AX1_Z''       | +Orthotropic axis                                       ''ORTHO_AX1_Z''       | 
-Axe d'orthotropie                                       ''ORTHO_AX2_X''       | +Orthotropic axis                                       ''ORTHO_AX2_X''       | 
-Axe d'orthotropie                                       ''ORTHO_AX2_Y''       | +Orthotropic axis                                       ''ORTHO_AX2_Y''       | 
-Axe d'orthotropie                                       ''ORTHO_AX2_Z''       |+Orthotropic axis                                    |    ''ORTHO_AX2_Z''       | 
 + 
 +===== TmEpIsoHOrthoHypoMaterial ===== 
 +:!: Metafor version >=3536 
 +=== Description === 
 +Thermomechanical elastoplastic orthotropic material with isotropic hardening. The thermal part of the law is similar to the one of the [[#orthoelasthypomaterial|linear thermoelastic orthotropic material]]. 
 + 
 +=== Parameters === 
 +^   Name                                                 Metafor Code      Dependency ^ 
 +| Density                              |   ''MASS_DENSITY''        ''TO/TM''   | 
 +| Young Modulus E1                |  ''YOUNG_MODULUS_1''    ''TO/TM''   | 
 +| Young Modulus E2                |  ''YOUNG_MODULUS_2''    ''TO/TM''   | 
 +| Young Modulus E3                |  ''YOUNG_MODULUS_3''    ''TO/TM''   | 
 +| Poisson ratio ν12    |  ''POISSON_RATIO_12''  |  ''TO/TM''   | 
 +| Poisson ratio ν13    |  ''POISSON_RATIO_13''  |  ''TO/TM''   | 
 +| Poisson ratio ν23    |  ''POISSON_RATIO_23''  |  ''TO/TM''   | 
 +| Shear modulus G12      |  ''SHEAR_MODULUS_12''  |  ''TO/TM''   | 
 +| Shear modulus G13      |  ''SHEAR_MODULUS_13''  |  ''TO/TM''   | 
 +| Shear modulus G23      |  ''SHEAR_MODULUS_23''  |  ''TO/TM''   | 
 +| Number of the material law which defines the yield stress σyield    |      ''YIELD_NUM''        -   | 
 +| Number of the plastic criterion                     | ''PLASTICCRITERION_NUM'' |  -   | 
 +| Objectivity method  \\ (Jaumann = 0, GreenNaghdi = 1)  |    ''OBJECTIVITY''    |  -   | 
 +| Orthotropic axis                                    |    ''ORTHO_AX1_X''        -   | 
 +| Orthotropic axis                                    |    ''ORTHO_AX1_Y''        -   | 
 +| Orthotropic axis                                    |    ''ORTHO_AX1_Z''        -   | 
 +| Orthotropic axis                                    |    ''ORTHO_AX2_X''        -   | 
 +| Orthotropic axis                                    |    ''ORTHO_AX2_Y''        -   | 
 +| Orthotropic axis                                       ''ORTHO_AX2_Z''       |  -   | 
 +| Thermal Expansion α1                |  ''THERM_EXPANSION_1''    ''TO/TM''   | 
 +| Thermal Expansion α2                |  ''THERM_EXPANSION_2''    ''TO/TM''   | 
 +| Thermal Expansion α3                |  ''THERM_EXPANSION_3''    ''TO/TM''   | 
 +| Conductivity K1                |  ''CONDUCTIVITY_1''    ''TO/TM''   | 
 +| Conductivity K2                |  ''CONDUCTIVITY_2''    ''TO/TM''   | 
 +| Conductivity K3                |  ''CONDUCTIVITY_3''    ''TO/TM''   | 
 +| Heat Capacity Cp                |  ''HEAT_CAPACITY''    ''TO/TM''   | 
 +| Dissipated thermoelastic power fraction ηe                ''DISSIP_TE''    -   | 
 +| Dissipated (visco)plastic power fraction (Taylor-Quinney factor)                |  ''DISSIP_TQ''    -   |
 ===== DamageEpIsoHOrthoHypoMaterial ===== ===== DamageEpIsoHOrthoHypoMaterial =====
  
 === Description === === Description ===
  
-Matériau orthotrope élastoplastique à écrouissage isotrope avec endommagement.+Elastoplastic orthotropic material with isotropic hardening and damage. 
 + 
 +The elastoplastic part has the same characteristics as the [[#episohorthohypomaterial|elastoplastic orthotropic material]]
  
-La partie élastoplastique les mêmes caractéristiques que le matériau [[#episohorthohypomaterial|orthotrope élastoplastique]] de base. L'endommagement consiste en un adoucissement du matériau caractérisé par une ou plusieurs variables dij dont la valeur est comprise entre et 1. Typiquementun module Ei d'une loi sans endommagement deviendra (1di)Ei dans la loi avec endommagementmais ce n'est pas systématiqueLa façon dont l'endommagement est introduit dépend de la loi définie par le paramètre ''DAMAGE_NUM''Pour un exemple, voir la [[doc:user:elements:volumes:ortho_continuousdamage|loi de base]].+The damage part consists in material softening governed by one or several damage variables dij, whose value is included between and 1. Typicallya modulus equal to Ei before damage becomes (1di)Ei once damage appearsbut not alwaysThe way damage is induced depends on the law defined by the parameter ''DAMAGE_NUM''See for example the [[doc:user:elements:volumes:ortho_continuousdamage|basic laws]]
  
-=== Paramètres ===+=== Parameters ===
  
-                      Nom                                 Code Metafor        +  Name                                                 Metafor Code     
-Densité                                                ''MASS_DENSITY''       | +Density                                                ''MASS_DENSITY''       | 
-Module de Young E1                |  ''YOUNG_MODULUS_1''   | +| Young Modulus E1                |  ''YOUNG_MODULUS_1''   | 
-Module de Young E2                |  ''YOUNG_MODULUS_2''   | +| Young Modulus E2                |  ''YOUNG_MODULUS_2''   | 
-Module de Young E3                |  ''YOUNG_MODULUS_3''   | +| Young Modulus E3                |  ''YOUNG_MODULUS_3''   | 
-Coefficient de Poisson ν12    |  ''POISSON_RATIO_12'' +| Poisson ratio ν12    |  ''POISSON_RATIO_12'' 
-Coefficient de Poisson ν13    |  ''POISSON_RATIO_13'' +| Poisson ratio ν13    |  ''POISSON_RATIO_13'' 
-Coefficient de Poisson ν23    |  ''POISSON_RATIO_23'' +| Poisson ratio ν23    |  ''POISSON_RATIO_23'' 
-Module de cisaillement G12      |  ''SHEAR_MODULUS_12'' +Shear modulus G12      |  ''SHEAR_MODULUS_12'' 
-Module de cisaillement G13      |  ''SHEAR_MODULUS_13'' +Shear modulus G13      |  ''SHEAR_MODULUS_13'' 
-Module de cisaillement G23      |  ''SHEAR_MODULUS_23'' +Shear modulus G23      |  ''SHEAR_MODULUS_23'' 
-Numéro de la loi définissant la contrainte limite σyield    |      ''YIELD_NUM''       | +Number of the material law which defines the yield stress σyield    |      ''YIELD_NUM''       | 
-Numéro du critère de plasticité                      |  ''PLASTICCRITERION_NUM'' +Number of the plastic criterion                     |  ''PLASTICCRITERION_NUM'' 
-Numéro de la loi d'endommagement                     |  ''DAMAGE_NUM''          | +Number of the damage law                            |  ''DAMAGE_NUM''          | 
-Valeur maximale des variables d'endommagement (rupture |  ''DAMAGE_MAX''          | +Maximal value of damage variables (failure        |  ''DAMAGE_MAX''          | 
-Méthode d'objectivité \\ (Jaumann = 0, GreenNaghdi = 1)|    ''OBJECTIVITY''       | +Objectivity method \\ (Jaumann = 0, GreenNaghdi = 1)|    ''OBJECTIVITY''       | 
-Axe d'orthotropie                                       ''ORTHO_AX1_X''       | +Orthotropic axis                                       ''ORTHO_AX1_X''       | 
-Axe d'orthotropie                                       ''ORTHO_AX1_Y''       | +Orthotropic axis                                       ''ORTHO_AX1_Y''       | 
-Axe d'orthotropie                                       ''ORTHO_AX1_Z''       | +Orthotropic axis                                       ''ORTHO_AX1_Z''       | 
-Axe d'orthotropie                                       ''ORTHO_AX2_X''       | +Orthotropic axis                                       ''ORTHO_AX2_X''       | 
-Axe d'orthotropie                                       ''ORTHO_AX2_Y''       | +Orthotropic axis                                       ''ORTHO_AX2_Y''       | 
-Axe d'orthotropie                                       ''ORTHO_AX2_Z''       |+Orthotropic axis                                       ''ORTHO_AX2_Z''       |
doc/user/elements/volumes/ortho_hypo_materials.1386345187.txt.gz · Last modified: 2016/03/30 15:22 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki