v0.15.0
Loading...
Searching...
No Matches
conv_rad_3d_exp_iso.jou
Go to the documentation of this file.
1reset
2set duplicate block elements on
3
4brick x 1 y 1 z 0.25
5move vol 1 x 0.5 y 0.5 z 0.125
6
7block 10 volume 1
8block 10 name "MAT_ELASTIC_STEEL" attribute count 2
9block 10 attribute index 1 200e3
10block 10 attribute index 2 0.3
11
12block 1 volume 1
13block 1 name "MAT_THERMAL_STEEL"
14block 1 attribute count 2
15block 1 attribute index 1 500 # heat conductivity
16block 1 attribute index 2 3000 # heat capacity
17
18block 11 volume 1
19block 11 name "MAT_THERMOELASTIC_STEEL"
20block 11 attribute count 2
21block 11 attribute index 1 293 # reference temperature
22block 11 attribute index 2 1e-5 # thermal expansion
23
24block 2 surface 4
25block 2 name "CONVECTION_1"
26block 2 attribute count 2
27block 2 attribute index 1 10 # heat transfer coefficient
28block 2 attribute index 2 873 # ambient temperature
29
30block 3 surface 6
31block 3 name "CONVECTION_2"
32block 3 attribute count 2
33block 3 attribute index 1 100 # heat transfer coefficient
34block 3 attribute index 2 873 # ambient temperature
35
36block 4 surface 3
37block 4 name "RADIATION_1"
38block 4 attribute count 3
39block 4 attribute index 1 5.670374419e-8 # S-B constant
40block 4 attribute index 2 0.2 # emissivity [0, 1]
41block 4 attribute index 3 873 # ambient temperature
42
43block 5 surface 5
44block 5 name "RADIATION_2"
45block 5 attribute count 3
46block 5 attribute index 1 5.670374419e-8 # S-B constant
47block 5 attribute index 2 0.8 # emissivity [0, 1]
48block 5 attribute index 3 873 # ambient temperature
49
50block 100 surface 1 2
51block 100 name "FIX_Z"
52block 100 attribute count 1
53block 100 attribute index 1 0
54
55block 101 surface 3
56block 101 name "FIX_Y"
57block 101 attribute count 1
58block 101 attribute index 1 0
59
60block 102 surface 4
61block 102 name "FIX_X"
62block 102 attribute count 1
63block 102 attribute index 1 0
64
65volume all scheme map
66volume all size 0.25
67mesh volume all
68htet volume all
69
70save as "$MOFEM_INSTALL_DIR/mofem-cephas/mofem/tutorials/adv-2/mesh_files/conv_rad_3d_exp_iso.cub" overwrite
71
72
73