v0.16.0
Loading...
Searching...
No Matches
tie_test_cyl_curved_interf.jou
Go to the documentation of this file.
1reset
2set duplicate block elements on
3
4create cylinder height 0.125 radius 1
5create cylinder height 0.125 radius 0.5
6
7subtract vol 2 from vol 1
8
9webcut vol all with xplane
10del vol 3
11webcut vol all with yplane
12del vol 1
13
14webcut vol all with cylinder radius 0.75 axis z
15
16block 1 volume 4 5
17block 1 name "MAT_ELASTIC"
18block 1 attribute count 2
19block 1 attribute index 1 1e3
20block 1 attribute index 2 0.3
21block 1 element type TETRA10
22
23block 2 surface 33 40
24block 2 name "FIX_X"
25
26block 3 surface 35 39
27block 3 name "FIX_Y"
28
29block 4 surface 34 41 36 38
30block 4 name "FIX_Z"
31
32block 10 surface 37
33block 10 name "TIE_SLAVE"
34
35block 11 surface 32
36block 11 name "TIE_MASTER"
37
38create pressure on surface 30 magnitude -2
39create pressure on surface 28 magnitude -1
40
41imprint all
42merge all
43
44#set trimesher geometry sizing off
45
46set node constraint on
47
48volume all scheme tetmesh
49volume 4 size {0.5 / 4}
50volume 5 size {0.4 / 4}
51mesh volume all
52
53
54
55
56
57
58