2set duplicate block elements on
 
    7move Curve 23  midpoint location curve 11  include_merged
 
   15Sideset 102  surface all
 
   18block 1 name 'MAT_ELASTIC'
 
   19block 1 attribute count 2
 
   20block 1 attribute index 1 100
 
   21block 1 attribute index 2 0 
 
   23create Displacement  on surface 3 dof 1 dof 2 dof 3 fix 0
 
   24#create force  on surface 12  vector 1 0 0 0 0 0 
 
   25create pressure  on surface 12 magnitude 1 
 
   27#create force  on curve 24  force value 1 direction   x 
 
   28#create force  on vertex 13 10  force value 0.001 direction   x
 
   31block 2 name "BODY_FORCES")
 
   32block 2 attribute count 4
 
   33block 2 attribute index 1 0.001.
 
   34block 2 attribute index 2 0.
 
   35block 2 attribute index 3 0
 
   36block 2 attribute index 4 0.
 
   40block 3 attribute count 2 
 
   41block 3 attribute index 1 1 
 
   42block 3 attribute index 2 -1 
 
   44###Apply Water Pressure inside  
 
   46#block 4 name 'FLUID_PRESSURE'    
 
   47#block 4 attribute count 7     
 
   48#block 4 attribute index 1 0.01       
 
   49#block 4 attribute index 2 0        #acceleration x-direction     
 
   50#block 4 attribute index 3 -1       #acceleration y-direction     
 
   51#block 4 attribute index 4 0        #acceleration z-direction     
 
   52##zero pressure point - water level at which water pressure is zero     
 
   53#block 4 attribute index 5 0        #pressure point x-direction     
 
   54#block 4 attribute index 6 1.0      #pressure point y-direction     
 
   55#block 4 attribute index 7 0        #pressure point z-direction    
 
   57volume all scheme Tetmesh
 
   58volume all size auto factor 9
 
   61#save as "/Users/likask/MyBuild/mofem-bitbucket/mofem/meshes/LShapeCoarseBodyForce.cub" overwrite