pls91
Structural
- Sep 21, 2015
- 20
Hello guys,
if i have a sets of element (beam) :
for example :
is it possible group E1,E2,...,E1 in different group :
and assign section ?
I tried so, but it does not work , you have any idea (any command different from *elset) ?
thanks in advance
if i have a sets of element (beam) :
for example :
Code:
*Elset, elset=E1, instance=telaio-1, generate
1, 8, 1
*Elset, elset=E2, instance=telaio-1, generate
9, 16, 1
*Elset, elset=Ei ...
is it possible group E1,E2,...,E1 in different group :
Code:
*Elset, elset=Group1, instance=telaio-1
E1,E2
*Elset, elset=Group2, instance=telaio-1
E3,E4
and assign section ?
Code:
*Beam SECTION,SECTION=RECT, elset=Group1,ROTARY INERTIA=ISOTROPIC,material=concreteN
0.3,0.5
0,0,-1
*TRANSVERSE SHEAR
1e+11,1e+11,1
*Beam SECTION,SECTION=RECT, elset=Group2,ROTARY INERTIA=ISOTROPIC,material=concreteP
0.3,0.5
0,0,-1
*TRANSVERSE SHEAR
1e+11,1e+11,1
I tried so, but it does not work , you have any idea (any command different from *elset) ?
thanks in advance