Metafor

ULiege - Aerospace & Mechanical Engineering

User Tools

Site Tools


doc:user:elements:specials:lagrangianmultiplieredge

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:specials:lagrangianmultiplieredge [2013/07/12 14:18] – external edit 127.0.0.1doc:user:elements:specials:lagrangianmultiplieredge [2016/03/30 15:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
-<note>TODO: Documenter davantage </note>+<note>TODO: More info required </note>
  
 ===== LagrangianMultiplierEdge[2|3]DElement ===== ===== LagrangianMultiplierEdge[2|3]DElement =====
  
-Elément de mécanisme qui pilote un edge à partir du déplacement d'un point. Aucune correction axisymétrique n'est programméeIls doivent être reliés à une interaction de type ''[[#pilotage_d_un_edge_par_multiplicateur_de_lagrange|FieldApplicator]]''+Mechanism element controlling an edge from the motion of a point. No axisymmetric correction is implementedThese elements must be associated with a ''[[#Edge monitoring using Lagrange multiplier|FieldApplicator]]'' interaction 
-==== Paramètres ====+==== Parameter ====
  
-^  Code Metafor  ^  Description  ^  Type de dépendance permise  ^ +^  Code Metafor  ^  Description  ^  Dependency  ^ 
-| ''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             |  -  | 
-| ''CONST_POINT_NO'' | Point dirigeant le déplacement de l'edge |  -  | +| ''CONST_POINT_NO'' | Point monitoring the motion of the edge |  -  | 
-| ''CONST_DIRECTION''Direction de contrainte (1, 2 ou 3) |  -  |+| ''CONST_DIRECTION''Constraint direction (1, 2 or 3) |  -  |
  
-===== Pilotage d'un edge par multiplicateur de Lagrange =====+===== Edge monitoring using Lagrange multiplier =====
  
-Il faut d'abord créer l'élément à l'aide du [[doc:user:geometry:mesh:1D]]. +The element must first be created using [[doc:user:geometry:mesh:1D]]. Then, a ''FieldApplicator'' is defined and associated to a [[doc:user:elements:general:def_element_properties|ElementProperties]], either ''[[#lagrangianmultiplieredge_2_3_delement|LagrangianMultiplier2DEdge]]'' or ''[[#lagrangianmultiplieredge_2_3_delement|LagrangianMultiplier3DEdge]]''.
-On utilise ensuite ''FieldApplicator'' associé à un [[doc:user:elements:general:def_element_properties|ElementProperties]] de type ''[[#lagrangianmultiplieredge_2_3_delement|LagrangianMultiplier2DEdge]]'' ou ''[[#lagrangianmultiplieredge_2_3_delement|LagrangianMultiplier3DEdge]]''.+
  
   app = FieldApplicator(no)   app = FieldApplicator(no)
Line 20: Line 19:
   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
  
-où  +where  
-| ''no'' Numéro de l' ''Interaction'' (c-à-d du ''FieldApplicator'') |  +| ''no'' number of the ''Interaction'' (which is to say the ''FieldApplicator'') |  
-|''gObject1'', ''gObject2'' Entité géométrique maillée sur laquelle on applique des éléments finis +|''gObject1'', ''gObject2'' meshed geometric entity where the finite elements are applied 
-| ''prp'' | [[doc:user:elements:general:def_element_properties|Propriétés]] des [[#lagrangianmultiplieredge_2_3_delement|multiplicateurs de Lagrange]] à générer.| +| ''prp'' | [[doc:user:elements:general:def_element_properties|Properties]] of the [[#lagrangianmultiplieredge_2_3_delement|Lagrange multipliers]] to generate.| 
doc/user/elements/specials/lagrangianmultiplieredge.1373631503.txt.gz · Last modified: 2016/03/30 15:22 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki