v0.14.0
necking_3D.jou
Go to the documentation of this file.
1 reset
2 
3 #{rad=6.4135}
4 #{rad2=0.982*6.4135}
5 #{heigh=53.34/2}
6 #{offset=8.98/2}
7 
8 create surface circle radius {rad} zplane
9 create surface circle radius {rad} zplane
10 create surface circle radius {rad2} zplane
11 move surface 1 location 0 0 {heigh} include_merged
12 move surface 2 location 0 0 {offset} include_merged
13 create volume loft surface 1 2
14 create volume loft surface 2 3
15 delete body 1 2 3
16 merge volume all
17 
18 webcut volume 4 5 with plane yplane offset 0
19 webcut volume all with plane xplane offset 0
20 
21 delete volume 6 7 10 8 9 11
22 
23 imprint volume all
24 merge volume all
25 
26 volume 5 size 2
27 volume 4 size 2
28 volume all scheme tetmesh
29 mesh volume 5
30 mesh volume 4
31 
32 set duplicate block elements on
33 
34 #FIXED_BOUNDARY CONDITIONS
35 
36 block 5 surface 30
37 block 5 name "FIX_Z"
38 block 5 attribute count 3
39 block 5 attribute index 1 0
40 block 5 attribute index 2 0
41 block 5 attribute index 3 0
42 
43 block 6 surface 26 36
44 block 6 name "FIX_X"
45 block 6 attribute count 3
46 block 6 attribute index 1 0
47 block 6 attribute index 2 0
48 block 6 attribute index 3 0
49 
50 block 7 surface 29 39
51 block 7 name "FIX_Y"
52 block 7 attribute count 3
53 block 7 attribute index 1 0
54 block 7 attribute index 2 0
55 block 7 attribute index 3 0
56 
57 block 8 surface 38
58 block 8 name "FIX_Z1"
59 block 8 attribute count 3
60 block 8 attribute index 1 0
61 block 8 attribute index 2 0
62 block 8 attribute index 3 -7.5
63 
64 block 9 surface 30
65 block 9 name "REACTION"
66 block 9 attribute count 3
67 block 9 attribute index 1 0
68 block 9 attribute index 2 0
69 block 9 attribute index 3 0
70 
71 #block 6 surface 26 36
72 #block 6 name "REMOVE_X"
73 #block 6 attribute count 3
74 #block 6 attribute index 1 0
75 #block 6 attribute index 2 0
76 #block 6 attribute index 3 0
77 #
78 #block 7 surface 29 39
79 #block 7 name "REMOVE_Y"
80 #block 7 attribute count 3
81 #block 7 attribute index 1 0
82 #block 7 attribute index 2 0
83 #block 7 attribute index 3 0
84 #
85 #block 8 surface 38
86 #block 8 name "REMOVE_Z1"
87 #block 8 attribute count 3
88 #block 8 attribute index 1 0
89 #block 8 attribute index 2 0
90 #block 8 attribute index 3 0
91 #
92 
93