-
Notifications
You must be signed in to change notification settings - Fork 24
/
100.json
121 lines (115 loc) · 2.95 KB
/
100.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
{
"Mapping" : {
"tiles" : [1,1,1],
"tilesPerRank" : [1,1,1],
"wallTime" : 10000
},
"Grid" : {
"xNum" : 100,
"yNum" : 1,
"zNum" : 1,
"GridInput" : {
"type" : "Cartesian",
"origin" : [0.0, 0.0, 0.0],
"width" : [1.0, 1.0, 1.0],
"xType" : { "type" : "Uniform" },
"yType" : { "type" : "Uniform" },
"zType" : { "type" : "Uniform" }
}
},
"Integrator" : {
"startIter" : 0,
"startTime" : 0.0,
"resetTime" : false,
"maxIter" : 175,
"maxTime" : 0.14,
"TimeStep" : {
"type" : "ConstantDeltaTime",
"DeltaTime" : 8.0e-4
},
"implicitChemistry" : false,
"EulerScheme" : {
"type" : "Hybrid",
"vorticityScale" : 1.0e-6
}
},
"BC" : {
"xBCLeft" : {
"type" : "Dirichlet",
"VelocityProfile" : {
"type" : "Constant",
"velocity" : [0.698, 0.0, 0.0]
},
"P" : 3.528,
"TemperatureProfile" : {
"type" : "Constant",
"temperature" : 7.92808988764
},
"MixtureProfile" : {
"type" : "Constant",
"Mixture" : {
"Species" : [{"Name" : "Mix", "MolarFrac" : 1.0 }]
}
}
},
"xBCRight" : {
"type" : "Dirichlet",
"VelocityProfile" : {
"type" : "Constant",
"velocity" : [0.0, 0.0, 0.0]
},
"P" : 0.5710,
"TemperatureProfile" : {
"type" : "Constant",
"temperature" : 1.142
},
"MixtureProfile" : {
"type" : "Constant",
"Mixture" : {
"Species" : [{"Name" : "Mix", "MolarFrac" : 1.0 }]
}
}
},
"yBCLeft" : { "type" : "Periodic" },
"yBCRight" : { "type" : "Periodic" },
"zBCLeft" : { "type" : "Periodic" },
"zBCRight" : { "type" : "Periodic" },
"bufferZone" : { "type" : "Off" }
},
"Flow" : {
"mixture" : {
"type" : "ConstPropMix",
"gasConstant" : 1.0,
"gamma" : 1.4,
"prandtl" : 0.71,
"viscosityModel" : {
"type" : "Constant",
"Visc" : 0.0
}
},
"initCase" : { "type" : "LaxProblem" },
"resetMixture" : false,
"initMixture" : {
"Species" : [{"Name" : "Mix", "MolarFrac" : 1.0 }]
},
"bodyForce" : [0.0, 0.0, 0.0],
"turbForcing" : { "type" : "OFF" },
"laser" : { "type" : "Off" }
},
"IO" : {
"wrtRestart" : true,
"restartEveryTimeSteps" : 10,
"probesSamplingInterval" : 1,
"probes" : [],
"AveragesSamplingInterval" : 10,
"ResetAverages" : false,
"YZAverages" : [],
"XZAverages" : [],
"XYAverages" : [],
"XAverages" : [],
"YAverages" : [],
"ZAverages" : [],
"volumeProbes" : []
},
"Efield" : { "type" : "Off" }
}