v0.16.0
Loading...
Searching...
No Matches
tie_test_cyl_flat_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 xplane offset 0.75
15webcut vol all with yplane offset 0.75
16
17block 1 volume 4 5 6
18block 1 name "MAT_ELASTIC"
19block 1 attribute count 2
20block 1 attribute index 1 1e3
21block 1 attribute index 2 0.3
22block 1 element type TETRA10
23
24block 2 surface 46 48
25block 2 name "FIX_X"
26
27block 3 surface 40 33
28block 3 name "FIX_Y"
29
30block 4 surface 49 45 36 43 34 51
31block 4 name "FIX_Z"
32
33block 10 surface 32
34block 10 name "TIE_SLAVE_1"
35
36block 20 surface 47
37block 20 name "TIE_SLAVE_2"
38
39block 11 surface 37
40block 11 name "TIE_MASTER_1"
41
42block 21 surface 42
43block 21 name "TIE_MASTER_2"
44
45create pressure on surface 30 magnitude -2
46create pressure on surface 50 magnitude -1
47create pressure on surface 44 magnitude -1
48create pressure on surface 35 magnitude -1
49
50set node constraint on
51
52volume all scheme tetmesh
53volume 4 6 size {0.4 / 4}
54volume 5 size {0.5 / 4}
55mesh volume all
56
57
58
59
60
61
62
63
64
65