v0.14.0
LShape.jou
Go to the documentation of this file.
1 reset
2 set duplicate block elements on
3 
4 brick x 1 y 2 z 0.5
5 brick x 2 y 1 z 0.5
6 
7 move Curve 23 midpoint location curve 11 include_merged
8 unite volume all
9 
10 block 1 volume all
11 block 1 name 'MAT_ELASTIC'
12 block 1 attribute count 2
13 block 1 attribute index 1 1000
14 block 1 attribute index 2 0.3
15 
16 create Displacement on surface 3 dof 1 dof 2 dof 3 fix 0
17 create force on surface 12 vector 1000 0 0 0 0 0
18 
19 volume all scheme Tetmesh
20 volume all size auto factor 8
21 mesh volume all
22 
23 save as "/Users/zahur/Documents/moFEM/mofem-cephas/mofem_v0.2/users_modules/homogenisation/meshes/LShape.cub" overwrite
24 
25 
26 
27 
28 
29 
30 
31 
32