v0.14.0
pipe.jou
Go to the documentation of this file.
1 reset
2 
3 create torus major radius 1 minor radius 0.2
4 webcut volume 1 with plane xplane offset 0 noimprint nomerge
5 delete volume 2
6 
7 block 1 volume 1
8 block 1 name 'PotentialFlow'
9 
10 nodeset 2 vertex 1
11 nodeset 2 name 'ZeroPressure'
12 
13 create pressure on surface 2 magnitude 1
14 create pressure on surface 3 magnitude -1
15 
16 #create Displacement on vertex 1 dof all fix 0
17 
18 volume all scheme Tetmesh
19 volume all size auto factor 10
20 mesh volume all
21 
22 #block 2 tet all
23 #block 2 element type tetra10
24 
25 save as "/Users/likask/MyBuild/mofem-bitbucket/mofem/meshes/pipe.cub" overwrite
26