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