Difference between revisions of "Contrib:KeesWouters/beam"
From CAELinuxWiki
Keeswouters (Talk | contribs) m |
Keeswouters (Talk | contribs) m |
||
Line 1: | Line 1: | ||
− | #'''back to my main page:'''<br/>[[Contrib:KeesWouters]] | + | #'''back to my main page:'''<br/>[[Contrib:KeesWouters]] |
+ | |||
+ | |||
#'''Use of Python list to define the orientation of beam elements'''<br/> | #'''Use of Python list to define the orientation of beam elements'''<br/> | ||
#* key words: | #* key words: | ||
Line 6: | Line 8: | ||
#** meshCA = MAIL_PY() - meshCA.FromAster(mesh); | #** meshCA = MAIL_PY() - meshCA.FromAster(mesh); | ||
#** 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]] |
Revision as of 16:06, 26 March 2011
- back to my main page:
Contrib:KeesWouters
- 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
- key words:
- Use of macro command MACR_aaa_POUTRE to define cross section quantities
Contrib:KeesWouters/beam/macropoutre