v0.14.0
simple_thermal_problem.jou
Go to the documentation of this file.
1 reset
2 
3 brick x 1 y 1 z 0.5
4 
5 create temperature on surface 4 value 0
6 #create temperature on surface 6 value 1
7 
8 create heatflux on surface 6 value 1
9 
10 block 1 volume 1
11 block 1 name 'MAT_THERMAL'
12 block 1 attribute count 2
13 block 1 attribute index 1 1
14 block 1 attribute index 2 1
15 
16 volume all scheme Tetmesh
17 volume all size auto factor 8
18 mesh volume all
19 
20 save as "/Users/likask/MyBuild/mofem-bitbucket/mofem/meshes/simple_thermal_problem.cub" overwrite
21 
22 
23