Metafor

ULiege - Aerospace & Mechanical Engineering

User Tools

Site Tools


doc:user:elements:shells:shell

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:shells:shell [2014/10/03 16:45] jorisdoc:user:elements:shells:shell [2016/03/30 15:23] (current) – external edit 127.0.0.1
Line 68: Line 68:
 ====  LinearShellNineNodeSecondDegreeElement ==== ====  LinearShellNineNodeSecondDegreeElement ====
  
-Même élément que ''LinearShellSecondDegreeElement'', mais basé sur un maillage du second degré à noeuds [[doc:user:geometry:mesh:2d]]. +Same as ''LinearShellSecondDegreeElement'' but based on a 9-nodes second order mesh ([[doc:user:geometry:mesh:2d]])
-La partie membrane peut être intégrée sur ''dim*3'' points d'intégration en considérant des modes EASvoir [[#parametres_des_elements_de_coques|paramètres]]+ 
-La partie bending peut être intégrée sur ''dim*3'' points d'intégration en considérant des modes EASvoir [[#parametres_des_elements_de_coques|paramètres]].+The membrane part can be integrated over ''dim*3'' integration points, considering EAS modes, see table below
 +The bending part can be integrated over ''dim*3'' integration points, considering EAS modes, see table below. 
  
 ====  LinearShellSixteenNodeThirdDegreeElement ==== ====  LinearShellSixteenNodeThirdDegreeElement ====
  
-Même élément que ''LinearShellNineNodeSecondDegreeElement'', mais basé sur un maillage du troisième degré à 16 noeuds [[doc:user:geometry:mesh:2d]]. +Same as ''LinearShellNineNodeSecondDegreeElement'' but based on a 16-nodes third order mesh ([[doc:user:geometry:mesh:2d]])
-La partie membrane est tjs intégrée sur ''dim*4'' points d'intégration sans modes EAS (pas de locking), voir [[#parametres_des_elements_de_coques|paramètres]]+ 
-La partie bending est tjs intégrée sur ''dim*4'' points d'intégration sans modes EAS (pas de locking), voir [[#parametres_des_elements_de_coques|paramètres]].+The membrane part can be integrated over ''dim*4'' integration points, without EAS modes (no locking), see table below
 +The bending part can be integrated over ''dim*4'' integration points, without EAS modes (no locking), see table below.
  
  
 === Parameters === === Parameters ===
 ^   Name                                                 Metafor Code      Dependency ^ ^   Name                                                 Metafor Code      Dependency ^
-| ''MATERIAL''    | Numéro du [[#Matériaux |matériau]] à considérer             |  -  | +| ''MATERIAL''    | Number of the shell material to consider             |  -  | 
-| ''STIFFMETHOD''Méthode pour calculer la matrice de raideur\\ = ''STIFF_ANALYTIC''matrice analytique (défaut)\\ = ''STIFF_NUMERIC'' matrice numérique           |  -  | +| ''STIFFMETHOD''Method used to compute the stiffness matrix \\ = ''STIFF_ANALYTIC''analytic matrix (default) \\ = ''STIFF_NUMERIC'' numerical matrix           |  -  | 
-| ''GRAVITY_X'' / ''GRAVITY_Y'' / ''GRAVITY_Z''Accélération de gravité  |  temps  +| ''GRAVITY_X'' / ''GRAVITY_Y'' / ''GRAVITY_Z''gravity  |  time 
-| ''THICKNESS''épaisseur initiale   -  | +| ''THICKNESS''initial thickness   -  | 
-| ''MEMBRANE_NPG''Nombre de points d'intégration selon une direction pour la résolution de la membrane\\ = 2 résolution classique (pour second degré)\\ = 3 résolution EAS avec 11 ou 13 modes ajoutés (pour second degré à 9 ou noeuds)\\ = 4 résolution sans EAS (pour troisième degré à 16 noeuds)  |  -  | +| ''MEMBRANE_NPG''Number of integration points along one direction for membrane solving \\ = 2 classical solving  (second order)\\ = 3 EAS solving with 11 or 13 added modes (8 or 9-nodes second order)\\ = 4 solving without EAS (16-nodes third order)  |  -  | 
-| ''BENDING_NPG'' nombre de points d'intégration selon une direction pour la résolution de la flexion\\ = 2 résolution classique (pour second degré)\\ = 3 résolution EAS avec 22 ou 7 modes ajoutés(pour second degré à 9 ou noeuds)\\ = 4 résolution sans EAS (pour troisième degré à 16 noeuds)  |  -  |+| ''BENDING_NPG'' Number of integration points along one direction for membrane solving \\ = 2 classical solving  (second order)\\ = 3 EAS solving with 22 or added modes (8 or 9-nodes second order)\\ = 4 solving without EAS (16-nodes third order)  |  -  |
  
 ===== Interactions ===== ===== Interactions =====
  
-Les éléments de coque se génèrent de la même manière que les [[doc:user:elements:volumes:volumeelement|éléments de volume]], i.e. à l'aide d'une interaction de type ''FieldApplicator''Il faudra alors les compléter par des [[doc:user:elements:shells:interface|éléments d'interface de type DG]] pour garantir leur consistance. +Shell elements are then generated as [[doc:user:elements:volumes:volumeelement|volume elements]], using a ''FieldApplicator'' interactionThen, they must be completed with a [[doc:user:elements:shells:interface|DG interface element]] to be consistent.
  
   app = FieldApplicator(no)   app = FieldApplicator(no)
Line 97: Line 99:
   app.push(gObject2)   app.push(gObject2)
   ...   ...
-  app.addProperty(prp)        # association d'un ElementProperties +  app.addProperty(prp)        # association of an ElementProperties 
-  interactionset.add(app)             ajout dans l'InteractionSet+  interactionset.add(app)      the interaction is added in InteractionSet 
  
-ou+or
  
-  app = interactionset.add(FieldApplicator(no)) #add renvoie une référence+  app = interactionset.add(FieldApplicator(no)) #add returns a reference
   app.push(gObject1)   app.push(gObject1)
   app.push(gObject2)   app.push(gObject2)
   ...   ...
-  app.addProperty(prp)        # association d'un ElementProperties+  app.addProperty(prp)        # association of an ElementProperties
  
  
 where  where 
-| ''no'' numéro de l' ''Interaction'' (c-à-d du ''FieldApplicator'') |  +| ''no'' number of the ''Interaction'' (which is to say the ''FieldApplicator'') |  
-|''gObject1'' l'entité géométrique maillée sur laquelle on applique des éléments finis +|''gObject1'' mesh geometric entity where the finite elements are applied 
-| ''prp'' | [[doc:user:elements:general:def_element_properties|Propriétés]] des éléments de coque à générer.| +| ''prp'' | [[doc:user:elements:general:def_element_properties|Properties]] of shell elements to generate.| 
doc/user/elements/shells/shell.1412347517.txt.gz · Last modified: 2016/03/30 15:22 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki