2set duplicate block elements on
 
    7move Curve 23  midpoint location curve 11  include_merged
 
   10#rotate volume 1 angle 90 about z include_merged
 
   15block 1 name 'MAT_ELASTIC'
 
   16block 1 attribute count 2
 
   17block 1 attribute index 1 {young_modulus}
 
   18block 1 attribute index 2 {poisson_ratio}
 
   22block 2 name 'SPRING_BC'
 
   23block 2 attribute count 2
 
   24{spring_stiffness_normal = 5}   
 
   25{spring_stiffness_tangent = 1}
 
   26block 2 attribute index 1 {spring_stiffness_normal}
 
   27block 2 attribute index 2 {spring_stiffness_tangent}
 
   29create pressure  on surface 12 magnitude 0.2 
 
   31volume all scheme Tetmesh
 
   32volume all size auto factor 8
 
   35save as "/Users/hoangnguyen/mofem_install/mofem-cephas/mofem/users_modules/basic_finite_elements/elasticity/spring_LShape.cub" overwrite