v0.14.0
Loading...
Searching...
No Matches
conv_rad_3d.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 3
15block 1 attribute index 1 500 # heat conductivity
16block 1 attribute index 2 3000 # heat capacity
17block 1 attribute index 3 1e-5 # thermal expansion
18
19block 2 surface 4
20block 2 name "CONVECTION_1"
21block 2 attribute count 2
22block 2 attribute index 1 10 # heat transfer coefficient
23block 2 attribute index 2 873 # ambient temperature
24
25block 3 surface 6
26block 3 name "CONVECTION_2"
27block 3 attribute count 2
28block 3 attribute index 1 100 # heat transfer coefficient
29block 3 attribute index 2 873 # ambient temperature
30
31block 4 surface 3
32block 4 name "RADIATION_1"
33block 4 attribute count 3
34block 4 attribute index 1 5.670374419e-8 # S-B constant
35block 4 attribute index 2 0.2 # emissivity [0, 1] (assuming not perfect black body) Because the emissivity change as the temperature increase and at 1273.15 K the plasterboard surface emissivity is taken as 0.8).
36block 4 attribute index 3 873 # temperature of the fire in K ( The average peak temperature of a residential building can reach up to 982C-1000C according to Ntional Fire Protection Association)
37
38block 5 surface 5
39block 5 name "RADIATION_2"
40block 5 attribute count 3
41block 5 attribute index 1 5.670374419e-8 # S-B constant
42block 5 attribute index 2 0.8 # emissivity [0, 1] (assuming not perfect black body) Because the emissivity change as the temperature increase and at 1273.15 K the plasterboard surface emissivity is taken as 0.8).
43block 5 attribute index 3 873 # temperature of the fire in K ( The average peak temperature of a residential building can reach up to 982C-1000C according to Ntional Fire Protection Association)
44
45block 100 surface 1 2
46block 100 name "FIX_Z"
47block 100 attribute count 1
48block 100 attribute index 1 0
49
50block 101 surface 3
51block 101 name "FIX_Y"
52block 101 attribute count 1
53block 101 attribute index 1 0
54
55block 102 surface 4
56block 102 name "FIX_X"
57block 102 attribute count 1
58block 102 attribute index 1 0
59
60volume all scheme map
61volume all size 0.25
62mesh volume all
63htet volume all
64
65save as "/Users/ashvarts/mofem_install/testing/conv_rad_3d_exp_iso.cub" overwrite