v0.14.0
PeelTestHalfCrack.jou
Go to the documentation of this file.
1 reset
2 
3 set duplicate block elements on
4 
5 brick x 10 y 2 z 1
6 webcut volume 1 with plane yplane imprint merge
7 webcut volume 1 2 with plane xplane imprint merge
8 
9 
10 create Displacement on surface 16 9 dof 1 dof 2 dof 3 fix 0
11 create force on surface 13 vector 0 -1 0 0 0 0
12 create force on surface 11 vector 0 1 0 0 0 0
13 
14 create cfd_bc interface on surface 20
15 
16 block 1 volume all
17 block 1 name "MAT_ELASTIC"
18 block 1 attribute count 2
19 block 1 attribute index 1 1
20 block 1 attribute index 2 0.0
21 block 2 surface 20
22 block 2 name "MAT_INTERF"
23 block 2 attribute count 4
24 block 2 attribute index 1 1
25 block 2 attribute index 2 0
26 block 2 attribute index 3 1
27 block 2 attribute index 4 1
28 
29 block 3 vertex 2 1 6 5 10 12
30 block 3 name "LoadPath"
31 
32 volume all scheme Tetmesh
33 volume all size auto factor 7
34 mesh volume all
35 
36 #save as "/Users/likask/MyBuild/mofem-bitbucket/mofem/meshes/PeelTestHalfCrack.cub" overwrite
37 
38 
39 
40 
41 
42