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