-
Notifications
You must be signed in to change notification settings - Fork 24
/
base.json
143 lines (136 loc) · 3.32 KB
/
base.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
133
134
135
136
137
138
139
140
141
142
143
{
"Case" : {
"ReInlet" : 4000,
"MaInf" : 6.0,
"TInf" : 450.0,
"PInf" : 101325.0,
"TwOvTInf" : 6.5,
"xTurb" : 375.7,
"yPlus" : 0.32,
"FlowThroughTimesNoStat" : 5,
"FlowThroughTimesStat" : 10
},
"Mapping" : {
"tiles" : [128,1,1],
"tilesPerRank" : [4,1,1],
"wallTime" : 720
},
"Grid" : {
"xNum" : 4096,
"yNum" : 250,
"zNum" : 288,
"GridInput" : {
"type" : "Cartesian",
"origin" : [0.0, 0.0, 0.0],
"width" : [1000.0, 75.0, 62.83],
"xType" : { "type" : "Uniform" },
"yType" : {
"type" : "TanhMinus",
"Stretching" : 1.0
},
"zType" : { "type" : "Uniform" }
}
},
"Integrator" : {
"startIter" : 0,
"startTime" : 0.0,
"resetTime" : false,
"maxIter" : 1000000,
"maxTime" : 20.0,
"TimeStep" : {
"type" : "ConstantCFL",
"cfl" : 0.8
},
"implicitChemistry" : false,
"EulerScheme" : {
"type" : "Hybrid",
"vorticityScale" : 1.0e-6
}
},
"BC" : {
"xBCLeft" : {
"type" : "NSCBC_Inflow",
"VelocityProfile" : {
"type" : "File",
"FileDir" : ""
},
"P" : -1.0,
"TemperatureProfile" : {
"type" : "File",
"FileDir" : ""
},
"MixtureProfile" : {
"type" : "File",
"FileDir" : ""
}
},
"xBCRight" : {
"type" : "NSCBC_Outflow",
"P" : -1.0
},
"yBCLeft" : {
"type" : "SuctionAndBlowingWall",
"Xmin" : 0.0,
"Xmax" : 0.0,
"X0" : 0.0,
"sigma" : 0.0,
"Zw" : 0.0,
"A" : [0.0, 0.0, 0.0],
"omega" : [0.0, 0.0, 0.0],
"beta" : [0.0, 0.0, 0.0],
"TemperatureProfile" : {
"type" : "Constant",
"temperature" : -1.0
}
},
"yBCRight" : {
"type" : "NSCBC_Outflow",
"P" : -1.0
},
"zBCLeft" : { "type" : "Periodic" },
"zBCRight" : { "type" : "Periodic" },
"bufferZone" : { "type" : "Off" }
},
"Flow" : {
"mixture" : {
"type" : "AirMix",
"LRef" : 1.0,
"TRef" : 300.0,
"PRef" : 101325.0,
"XiRef" : {
"Species" : [{"Name" : "N2", "MolarFrac" : 0.79 },
{"Name" : "O2", "MolarFrac" : 0.21 }]
}
},
"initCase" : {
"type" : "Restart",
"restartDir" : ""
},
"resetMixture" : false,
"initMixture" : {
"Species" : [{"Name" : "N2", "MolarFrac" : 0.79 },
{"Name" : "O2", "MolarFrac" : 0.21 }]
},
"bodyForce" : [0.0, 0.0, 0.0],
"turbForcing" : {
"type" : "OFF"
},
"laser" : { "type" : "Off" }
},
"IO" : {
"wrtRestart" : true,
"restartEveryTimeSteps" : 5000,
"probesSamplingInterval" : 1,
"probes" : [],
"AveragesSamplingInterval" : 10,
"ResetAverages" : false,
"YZAverages" : [],
"XZAverages" : [],
"XYAverages" : [],
"XAverages" : [],
"YAverages" : [],
"ZAverages" : [],
"volumeProbes" : []
},
"Efield" : { "type" : "Off" }
}