Metafor

ULiege - Aerospace & Mechanical Engineering

User Tools

Site Tools


doc:user:elements:boundaries:convection

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:boundaries:convection [2013/07/12 19:27] – external edit 127.0.0.1doc:user:elements:boundaries:convection [2015/01/26 10:24] joris
Line 1: Line 1:
 ====== Convection ====== ====== Convection ======
  
-===== Matériaux =====     +===== Materials=====     
  
-Comme les interactions de convection sont des interactions de conditions limites (''LoadingInteraction''), il ne faut pas y associer de matériau.+Since pressure/shear interactions are boundary conditions interactions (''LoadingInteraction''), no materials must be associated to the element.
  
-===== Elément =====+===== Element =====
  
-On commence donc par définir un ''[[doc:user:elements:general:def_element_properties|ElementProperties]]'' selon+Therefore, the first step consist in defining an ''[[doc:user:elements:general:def_element_properties|ElementProperties]]'', as
  
   prp = ElementProperties(typeEl)   prp = ElementProperties(typeEl)
-  prp.put(param1, valeur1+  prp.put(param1, value1
-  prp.depend(param1, fct1, Lock1)) #facultatif+  prp.depend(param1, fct1, Lock1)) #optional
   ...   ...
  
-+where 
 +|''typeEl'' | desired element (for example ''Tm[2]Convection[2|3]DElement'')| 
 +|''param1''| name of the property associated to the element (for example ''CONV_COEF''
 +|''value1''| value of the corresponding property | 
 +|''fct1''| function which characterizes the dependency of the property (optional: no fct if no dependency) | 
 +|''Lock1''| [[doc:user:general:locks|Lock]] which defines the dependency variable of the property (compulsory if there is a dependency) |
  
-|''typeEl'' | type d'élément souhaité (''Tm[2]Convection[2|3]DElement'' pour de la convection)| 
-|''param1''| nom de la propriété relative à l'élément (p.expl. ''CONV_COEF'')| 
-|''valeur1''| "valeur" de la propriété | 
-|''fct1''| numéro de la [[doc:user:general:fonctions|fonction]] dont la propriété dépend (facultatif: si aucune dépendance pas de ''fct'') | 
-|''Lock1''| [[doc:user:general:locks|Lock]] définissant la variable de dépendance de la propriété (obligatoire si on a une dépendance) | 
  
 ==== Tm[2]Convection[2|3]DElement ==== ==== Tm[2]Convection[2|3]DElement ====
  
-Elément de convection 2D/3D du premier ou du second degré (champ thermique du second degré+Convection element in 2/3D, first or second order (thermal field of second order)
  
-<note>TODO : Ajouter équations de convection </note> +<note>TO DO : Ajouter équations de convection </note>
-=== Paramètres ===+
  
-^  Code Metafor  ^   Description  ^  Type de dépendance  +=== Parameters === 
-| ''STIFFMETHOD''Méthode pour calculer la matrice de raideur\\ = ''STIFF_ANALYTIC''matrice analytique (défaut)\\ = ''STIFF_NUMERIC'' matrice numérique           |  -  | +^   Name                                          ^     Description       ^  Dependency 
-| ''CONV_COEF'' Convection thermique  |  temps  +| ''STIFFMETHOD''Method used to compute the stiffness matrix\\= ''STIFF_ANALYTIC''analytic matrix (default)\\ = ''STIFF_NUMERIC'' numerical matrix |  -  | 
-| ''TEMP_FLUIDE'' Température du fluide |  temps  +| ''CONV_COEF'' Thermal convection  |  time 
-| ''NPG''    | Nombre de points d'intégration (défaut : tm : 2 / tm2 : 3)    -  |+| ''TEMP_FLUIDE'' Temperature of the fluid |  time 
 +| ''NPG''    | Number of integration points (default : tm : 2 / tm2 : 3)    -  |
  
 ===== Interaction ===== ===== Interaction =====
  
-L'interaction se définit de la manière suivante:+The interaction is defined as:
  
   load = LoadingInteraction(no)   load = LoadingInteraction(no)
Line 46: Line 46:
   interactionset.add(load)   interactionset.add(load)
  
-+where
  
-| ''no''       Numéro de l'interaction |  +| ''no''       number of the ''Interaction''  |  
-| ''gObject1'', ''gObject2'' Entités géométriques maillées sur lesquelles sont appliquées les conditions aux limites |  +| ''gObject1'', ''gObject2'' mesh geometric entity where the boundary conditions are applied  |  
-| ''prp''      | [[doc:user:elements:general:def_element_properties|Propriétés]] des [[#Elément|éléments de conditions aux limites]] à générer |+| ''prp''      | [[doc:user:elements:general:def_element_properties|Properties]] of [[#Element|boundary condition elements]] to generate |
doc/user/elements/boundaries/convection.txt · Last modified: 2016/03/30 15:23 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki