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