v0.15.0
Loading...
Searching...
No Matches
conv_rad_3d_exp_no_z.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 4
21block 11 attribute index 1 293 # reference temperature
22block 11 attribute index 2 1e-5 # thermal expansion 11
23block 11 attribute index 3 1e-5 # thermal expansion 22
24block 11 attribute index 4 0 # thermal expansion 33
25
26block 2 surface 4
27block 2 name "CONVECTION_1"
28block 2 attribute count 2
29block 2 attribute index 1 10 # heat transfer coefficient
30block 2 attribute index 2 873 # ambient temperature
31
32block 3 surface 6
33block 3 name "CONVECTION_2"
34block 3 attribute count 2
35block 3 attribute index 1 100 # heat transfer coefficient
36block 3 attribute index 2 873 # ambient temperature
37
38block 4 surface 3
39block 4 name "RADIATION_1"
40block 4 attribute count 3
41block 4 attribute index 1 5.670374419e-8 # S-B constant
42block 4 attribute index 2 0.2 # emissivity [0, 1]
43block 4 attribute index 3 873 # ambient temperature
44
45block 5 surface 5
46block 5 name "RADIATION_2"
47block 5 attribute count 3
48block 5 attribute index 1 5.670374419e-8 # S-B constant
49block 5 attribute index 2 0.8 # emissivity [0, 1]
50block 5 attribute index 3 873 # ambient temperature
51
52block 100 surface 1 2
53block 100 name "FIX_Z"
54block 100 attribute count 1
55block 100 attribute index 1 0
56
57block 101 surface 3
58block 101 name "FIX_Y"
59block 101 attribute count 1
60block 101 attribute index 1 0
61
62block 102 surface 4
63block 102 name "FIX_X"
64block 102 attribute count 1
65block 102 attribute index 1 0
66
67volume all scheme map
68volume all size 0.25
69mesh volume all
70htet volume all
71
72save as "$MOFEM_INSTALL_DIR/mofem-cephas/mofem/tutorials/adv-2/mesh_files/conv_rad_3d_exp_no_z.cub" overwrite
73
74
75