Difference between revisions of "Contrib:KeesWouters/beam"

From CAELinuxWiki
Jump to: navigation, search
 
m
Line 1: Line 1:
 
+
#'''Use of Python list to define the orientation of beam elements'''<br/>
 +
#* 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': ....})<br/><br/>
 
[[Contrib:KeesWouters/beam/orientation]]
 
[[Contrib:KeesWouters/beam/orientation]]

Revision as of 15:22, 26 March 2011

  1. Use of Python list to define the orientation of beam elements
    • 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