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