v0.14.0
cylinder.jou
Go to the documentation of this file.
1 reset
2 set duplicate block elements on
3 
4 create Cylinder height 10.000 radius 20.5
5 create Cylinder height 10.000 radius 19.5
6 subtract volume 2 from volume 1
7 
8 create Displacement on surface 8 dof 1 dof 2 dof 3 fix 0
9 create Displacement on surface 9 dof 1 dof 2 dof 3 fix 0
10 #create Displacement on curve 1 dof 1 dof 2 dof 3 fix 0
11 #create Displacement on curve 2 dof 1 dof 2 dof 3 fix 0
12 
13 create pressure on surface 1 magnitude 1
14 
15 block 1 volume all
16 block 1 name "MAT_ELASTIC_1"
17 block 1 attribute count 10
18 block 1 attribute index 1 3e7
19 block 1 attribute index 2 0.1667
20 block 1 attribute index 3 0
21 block 1 attribute index 4 0
22 block 1 attribute index 5 0
23 block 1 attribute index 6 0
24 block 1 attribute index 7 0
25 block 1 attribute index 8 0
26 block 1 attribute index 9 0
27 block 1 attribute index 10 0
28 
29 volume all scheme Tetmesh
30 volume all size auto factor 6
31 mesh volume all
32 
33 block 3 tet all
34 block 3 element type tetra10
35 
36 save as "/Users/likask/MyBuild/mofem-cephas/mofem/users_modules/nonlinear_elasticity/cylinder.cub" overwrite
37 
38