v0.15.0
Loading...
Searching...
No Matches
conv_rad_2d.jou
Go to the documentation of this file.
1reset
2set duplicate block elements on
3
4create surface rectangle width 1 height 1 zplane
5move vol 1 x 0.5 y 0.5 z 0
6
7block 10 surface 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 surface 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 surface 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 curve 2
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 curve 4
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 curve 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 curve 1
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 101 curve 3
51block 101 name "FIX_Y"
52block 101 attribute count 1
53block 101 attribute index 1 0
54
55block 102 curve 2
56block 102 name "FIX_X"
57block 102 attribute count 1
58block 102 attribute index 1 0
59
60surface all scheme map
61surface all size 0.25
62mesh surface all
63qtri surface all
64
65save as "$MOFEM_INSTALL_DIR/mofem-cephas/mofem/tutorials/adv-2/mesh_files/conv_rad_2d.cub" overwrite
66
67
68