v0.14.0
chees.jou
Go to the documentation of this file.
1 reset
2 
3 create sphere radius 1
4 #brick x 1 y 1 z 1
5 brick x 2 y 0.5 z 2
6 move Volume 2 x 0 y 0.75 z 0 include_merged
7 brick x 2 y 0.5 z 2
8 move Volume 3 x 0 y -0.75 z 0 include_merged
9 subtract volume 2,3 from volume 1
10 
11 Sideset 1 surface 14
12 Sideset 2 surface 16
13 
14 Sideset 100 curve all
15 nodeset 101 vertex all
16 Sideset 102 surface all
17 
18 create Displacement on surface 14 dof 1 dof 2 dof 3 fix 0
19 create pressure on surface 16 magnitude 1
20 
21 create material 1 name "Elastic" elastic_modulus 1.22222 poisson_ratio 0.334455
22 block 1 volume 1
23 Block 1 Material 1
24 block 1 attribute index 1 111
25 
26 volume all scheme Tetmesh
27 volume all size auto factor 7
28 mesh volume all
29 
30 
31 save as "/Users/likask/MyBuild/mofem-bitbucket/mofem/meshes/chees.cub" overwrite
32 
33 
34