v0.14.0
cube_for_theraml_expansion.jou
Go to the documentation of this file.
1 reset
2 
3 brick x 1 y 1 z 1
4 
5 #Material Properties
6 block 1 volume all
7 block 1 name "MAT_ELASTIC"
8 block 1 attribute count 10
9 block 1 attribute index 1 1
10 block 1 attribute index 2 0.2
11 block 1 attribute index 3 0.1
12 
13 #BCs
14 create Displacement on vertex 7 dof 1 dof 2 dof 3 fix 0
15 create Displacement on vertex 4 dof 1 dof 2 fix 0
16 create Displacement on vertex 8 dof 3 fix 0
17 
18 volume all scheme Tetmesh
19 volume all size auto factor 9
20 mesh volume all
21 
22 save as "/Users/likask/MyBuild/mofem-bitbucket/mofem/meshes/cube_for_thermal_expansion.cub" overwrit