v0.14.0
conv_rad_3d.jou
Go to the documentation of this file.
1 reset
2 set duplicate block elements on
3 
4 brick x 1 y 1 z 0.25
5 move vol 1 x 0.5 y 0.5 z 0.125
6 
7 block 10 volume 1
8 block 10 name "MAT_ELASTIC_STEEL" attribute count 2
9 block 10 attribute index 1 200e3
10 block 10 attribute index 2 0.3
11 
12 block 1 volume 1
13 block 1 name "MAT_THERMAL_STEEL"
14 block 1 attribute count 3
15 block 1 attribute index 1 500 # heat conductivity
16 block 1 attribute index 2 3000 # heat capacity
17 block 1 attribute index 3 1e-5 # thermal expansion
18 
19 block 2 surface 4
20 block 2 name "CONVECTION_1"
21 block 2 attribute count 2
22 block 2 attribute index 1 10 # heat transfer coefficient
23 block 2 attribute index 2 873 # ambient temperature
24 
25 block 3 surface 6
26 block 3 name "CONVECTION_2"
27 block 3 attribute count 2
28 block 3 attribute index 1 100 # heat transfer coefficient
29 block 3 attribute index 2 873 # ambient temperature
30 
31 block 4 surface 3
32 block 4 name "RADIATION_1"
33 block 4 attribute count 3
34 block 4 attribute index 1 5.670374419e-8 # S-B constant
35 block 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).
36 block 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 
38 block 5 surface 5
39 block 5 name "RADIATION_2"
40 block 5 attribute count 3
41 block 5 attribute index 1 5.670374419e-8 # S-B constant
42 block 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).
43 block 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 
45 block 100 surface 1 2
46 block 100 name "FIX_Z"
47 block 100 attribute count 1
48 block 100 attribute index 1 0
49 
50 block 101 surface 3
51 block 101 name "FIX_Y"
52 block 101 attribute count 1
53 block 101 attribute index 1 0
54 
55 block 102 surface 4
56 block 102 name "FIX_X"
57 block 102 attribute count 1
58 block 102 attribute index 1 0
59 
60 volume all scheme map
61 volume all size 0.25
62 mesh volume all
63 htet volume all
64 
65 save as "/Users/ashvarts/mofem_install/testing/conv_rad_3d_exp_iso.cub" overwrite