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