v0.14.0
fluid_pressure_cub_test.jou
Go to the documentation of this file.
1 reset
2 set duplicate block elements on
3 
4 brick x 1 y 1 z 1
5 
6 block 1 volume all
7 block 1 name 'FLUID_PRESSURE'
8 block 1 attribute count 7
9 #density
10 block 1 attribute index 1 1
11 #accelerations
12 block 1 attribute index 2 0
13 block 1 attribute index 3 0
14 block 1 attribute index 4 1
15 #zero pressure point
16 block 1 attribute index 5 0
17 block 1 attribute index 6 0
18 block 1 attribute index 7 0
19 
20 
21 volume all scheme Tetmesh
22 volume all size auto factor 10
23 mesh volume all
24 
25 save as "/Users/likask/MyBuild/mofem-bitbucket/mofem/meshes/fluid_presssure_cub_test.cub" overwrite