-
Notifications
You must be signed in to change notification settings - Fork 24
/
Speelman.json
132 lines (126 loc) · 3.87 KB
/
Speelman.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"Mapping" : {
"tiles" : [1,1,1],
"tilesPerRank" : [1,1,1],
"wallTime" : 720
},
"Grid" : {
"xNum" : 1,
"yNum" : 600,
"zNum" : 1,
"GridInput" : {
"type" : "Cartesian",
"origin" : [0.0, 0.0, 0.0],
"width" : [1.0, 10.0, 1.0],
"xType" : { "type" : "Uniform" },
"yType" : {
"type" : "SinhMinus",
"Stretching" : 1.0
},
"zType" : { "type" : "Uniform" }
}
},
"Integrator" : {
"startIter" : 0,
"startTime" : 0.0,
"resetTime" : false,
"maxIter" : 4000000,
"maxTime" : 10000.0,
"TimeStep" : {
"type" : "ConstantCFL",
"cfl" : 0.5
},
"implicitChemistry" : false,
"EulerScheme" : {
"type" : "TENOA"
}
},
"BC" : {
"xBCLeft" : { "type" : "Periodic" },
"xBCRight" : { "type" : "Periodic" },
"yBCLeft" : {
"type" : "NSCBC_Inflow",
"VelocityProfile" : {
"type" : "Constant",
"velocity" : [0.0, 1.33371e-03, 0.0]
},
"TemperatureProfile" : {
"type" : "Constant",
"temperature" : 1.0
},
"MixtureProfile" : {
"type" : "Constant",
"Mixture" : {
"Species" : [{"Name" : "N2", "MolarFrac" : 7.08249e-01 },
{"Name" : "H2", "MolarFrac" : 6.79719e-03 },
{"Name" : "O2", "MolarFrac" : 1.85422e-01 },
{"Name" : "H2O", "MolarFrac" : 7.17151e-03 },
{"Name" : "H2O2", "MolarFrac" : 4.96793e-06 },
{"Name" : "HO2", "MolarFrac" : 1.27489e-05 },
{"Name" : "CO", "MolarFrac" : 1.13144e-03 },
{"Name" : "CO2", "MolarFrac" : 2.63158e-04 },
{"Name" : "CH4", "MolarFrac" : 9.08305e-02 },
{"Name" : "CH3O2", "MolarFrac" : 6.75100e-06 },
{"Name" : "CH3OH", "MolarFrac" : 2.33956e-05 },
{"Name" : "CH2O", "MolarFrac" : 3.09441e-05 },
{"Name" : "C2H6", "MolarFrac" : 2.43035e-05 },
{"Name" : "C2H4", "MolarFrac" : 2.63498e-05 },
{"Name" : "C2H2", "MolarFrac" : 4.85256e-06 }]
}
},
"P" : 1.0
},
"yBCRight" : {
"type" : "NSCBC_Outflow",
"P" : 1.0
},
"zBCLeft" : { "type" : "Periodic" },
"zBCRight" : { "type" : "Periodic" },
"bufferZone" : { "type" : "Off" }
},
"Flow" : {
"mixture" : {
"type" : "CH4_43SpIonsMix",
"LRef" : 1.0e-3,
"PRef" : 1.01325e5,
"TRef" : 350.0,
"XiRef" : {
"Species" : [{"Name" : "O2", "MolarFrac" : 0.22 },
{"Name" : "N2", "MolarFrac" : 0.78 }]
}
},
"initCase" : {
"type" : "Restart",
"restartDir" : "restart"
},
"resetMixture" : false,
"initMixture" : {
"Species" : [{"Name" : "O2", "MolarFrac" : 0.22 },
{"Name" : "N2", "MolarFrac" : 0.78 }]
},
"bodyForce" : [0.0, 0.0, 0.0],
"turbForcing" : { "type" : "OFF" },
"laser" : { "type" : "Off" }
},
"IO" : {
"wrtRestart" : true,
"restartEveryTimeSteps" : 50000,
"probesSamplingInterval" : 1,
"probes" : [],
"AveragesSamplingInterval" : 10,
"ResetAverages" : false,
"YZAverages" : [],
"XZAverages" : [],
"XYAverages" : [],
"XAverages" : [],
"YAverages" : [],
"ZAverages" : [],
"volumeProbes" : []
},
"Efield" : {
"type" : "Ybc",
"Phi_bottom" : 0.0,
"Phi_top" : 8288.944390108263,
"Robin_bc" : false
}
}