fof_se2.h
Go to the documentation of this file.
1 //
2 // $Id$
3 //
4 /*.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.*/
5 /* EID - Exp Input Data */
6 d_SE sr_SE[] = {
7 /*. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .*/
8  { e_FinSil, /* Fine Silt */
9  5, /* start time */
10  -1, /* burn time */
11  1000, /* stop time */
12  -1, /* radiant heat */
13  -1, /* heating constant */
14  -1, /* cooling constatn */
15 
16  1.3e6, /* soil bulk density - g/m3 */
17  2.35e6, /* soil particle density - g/m3 */
18  0.207, /* extrapolated water cont. at -1 J/kg */
19  2.31, /* thermal conductivity of mineral fraction */
20  0.071, /* de Vries shape factor */
21  0.148, /* water content for liquid recirculation */
22  4.14, /* power for recirculation function */
23  60, /* time step - s */
24  -1, /* starting soil water content - m3/m3 */
25  e_StaSoiTem }, /* starting soil temperatue - C */
26 
27 /*. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .*/
28  { e_LoaSke, /* Loamy-Skeletal */
29  5, /* start time */
30  -1, /* burn time */
31  1000, /* stop time */
32  -1, /* radiant heat */
33  -1, /* heating constant */
34  -1, /* cooling constatn */
35 
36  0.8e6,
37  2.13e6,
38  0.321,
39  1.03,
40  0.13,
41  0.133,
42  6.08,
43  60,
44  -1,
45  e_StaSoiTem },
46 
47 /*. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .*/
48  { e_Fin, /* Fine */
49  5, /* start time */
50  -1, /* burn time */
51  1000, /* stop time */
52  -1, /* radiant heat */
53  -1, /* heating constant */
54  -1, /* cooling constatn */
55 
56  1.15e6,
57  2.35e6,
58  0.202,
59  2.21,
60  0.084,
61  0.152,
62  4.63,
63  60,
64  -1,
65  e_StaSoiTem },
66 
67 /*. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .*/
68  { e_CoaSil, /* Coarse Silt */
69  5, /* start time */
70  -1, /* burn time */
71  1000, /* stop time */
72  -1, /* radiant heat */
73  -1, /* heating constant */
74  -1, /* cooling constatn */
75 
76  1.23e6,
77  2.35e6,
78  0.157,
79  2.53,
80  0.103,
81  0.218,
82  3.43,
83  60,
84  -1,
85  e_StaSoiTem },
86 
87 /*. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .*/
88  { e_CoaLoa, /* Coarse Loam */
89  5, /* start time */
90  -1, /* burn time */
91  1000, /* stop time */
92  -1, /* radiant heat */
93  -1, /* heating constant */
94  -1, /* cooling constatn */
95 
96  1.3e6,
97  2.35e6,
98  0.102,
99  2.57,
100  0.106,
101  0.127,
102  2.93,
103  60,
104  -1,
105  e_StaSoiTem },
106 
107 /*. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .*/
108  { "", -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 } };
#define e_FinSil
Definition: fof_sh.h:50
#define e_LoaSke
Definition: fof_sh.h:49
d_SE sr_SE[]
Definition: fof_se2.h:6
Definition: fof_se.h:12
#define e_CoaSil
Definition: fof_sh.h:52
#define e_Fin
Definition: fof_sh.h:51
#define e_StaSoiTem
Definition: fof_sh2.h:19
#define e_CoaLoa
Definition: fof_sh.h:53