v0.14.0
sphere.jou
Go to the documentation of this file.
1 reset
2 
3 create sphere radius 1
4 
5 
6 block 1 volume 1
7 block 1 name 'MAT_THERMAL'
8 block 1 attribute count 2
9 block 1 attribute index 1 1
10 block 1 attribute index 2 1
11 
12 set duplicate block elements on
13 block 2 surface 1
14 block 2 name 'ANALYTICAL_BC'
15 
16 volume all scheme Tetmesh
17 volume all size auto factor 8
18 mesh volume all
19 
20 set duplicate block elements on
21 block 3 tet all
22 block 3 element type tetra10
23 
24 
25 
26 
27 
28 save as "/Users/xuanmeng/Documents/mofem-cephas/mofem/users_modules/analytical_Dirichlet_boundary_conditions/atom_tests/second_sphere.cub" overwrit
29 
30 
31 
32