v0.14.0
PerforatedPlate.jou
Go to the documentation of this file.
1 reset
2 
3 brick x 2 y 1 z 0.2
4 
5 create Cylinder height 1 radius 0.15
6 Volume 2 copy move x 0.5 y 0 z 0 repeat 2
7 Volume 2 copy move x -0.5 y 0 z 0 repeat 2
8 
9 subtract volume 2 3 4 5 6 from volume 1
10 
11 brick x 2 y 1 z 0.2
12 move Volume 7 x 0 y 0.5 z 0 include_merged
13 chop volume 1 with volume 7
14 
15 create Displacement on surface 24 31 dof 1 dof 2 dof 3 fix 0
16 create force on surface 27 vector 0 1 0 0 0 0
17 create force on surface 32 vector 0 -1 0 0 0 0
18 
19 
20 volume all scheme Tetmesh
21 volume all size auto factor 7
22 mesh volume all
23 
24 save as "/Users/likask/MyBuild/mofem-bitbucket/mofem/meshes/PerforatedPlate.cub" overwrite