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