Difference between revisions of "Contrib:KeesWouters/beam"

From CAELinuxWiki
Jump to: navigation, search
m
Line 2: Line 2:
  
  
#'''Use of Python list to define the orientation of beam elements'''<br/>
+
#'''Use of Python list to define the orientation of beam elements'''<br/>[[Contrib:KeesWouters/beam/macropoutre]]
 
#* key words:
 
#* key words:
 
#** Python list  
 
#** Python list  
Line 9: Line 9:
 
#** connectivity - element list - node list - element type
 
#** connectivity - element list - node list - element type
 
#** list.append({'CARA':'VECT_Y','VALE':vy,MAILLE': ....})<br/> [[Contrib:KeesWouters/beam/orientation]]
 
#** list.append({'CARA':'VECT_Y','VALE':vy,MAILLE': ....})<br/> [[Contrib:KeesWouters/beam/orientation]]
#'''Use of macro command MACR_aaa_POUTRE to define cross section quantities'''<br/>[[Contrib:KeesWouters/beam/macropoutre]]
+
#'''Use of macro command MACR_aaa_POUTRE to define cross section quantities'''<br/>
 
#* key words:
 
#* key words:
 
#** to be defined
 
#** to be defined

Revision as of 16:20, 26 March 2011

back to my main page:
Contrib:KeesWouters


  1. Use of Python list to define the orientation of beam elements
    Contrib:KeesWouters/beam/macropoutre
    • key words:
      • Python list
      • DEBUT(PAR_LOT='NON');
      • meshCA = MAIL_PY() - meshCA.FromAster(mesh);
      • connectivity - element list - node list - element type
      • list.append({'CARA':'VECT_Y','VALE':vy,MAILLE': ....})
        Contrib:KeesWouters/beam/orientation
  2. Use of macro command MACR_aaa_POUTRE to define cross section quantities
    • key words:
      • to be defined