-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathbatch_control.json
60 lines (60 loc) · 1.64 KB
/
batch_control.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
{
"Airfoils": {
"path": "data/Airfoils/RC_Glider",
"names": [
"clarky.dat",
"rg15.dat"
],
"trailing_edges": [
"yes",
"no"
]
},
"Output formats": {
"path": "data/OUTPUT",
"formats": [
"SU2",
"VTK"
]
},
"Airfoil contour refinement": {
"Refinement tolerance": 172.0,
"Refine trailing edge old": 3,
"Refine trailing edge new": 6,
"Refine trailing edge ratio" : 3,
"Number of points on spline" : 200
},
"Airfoil trailing edge": {
"Upper side blending length": 30.0,
"Lower side blending length": 30.0,
"Upper blending polynomial exponent": 3,
"Lower blending polynomial exponent" : 3,
"Trailing edge thickness relative to chord" : 0.4
},
"Airfoil contour mesh": {
"Divisions normal to airfoil": 15,
"1st cell layer thickness": 0.004,
"Cell growth rate": 1.05
},
"Airfoil trailing edge mesh": {
"Divisions at trailing edge": 3,
"Divisions downstream": 15,
"1st cell layer thickness": 0.004,
"Cell growth rate" : 1.05
},
"Windtunnel mesh airfoil": {
"Windtunnel height": 3.5,
"Divisions of tunnel height": 100,
"Cell thickness ratio": 10.0,
"Distribution biasing" : "symmetric",
"Smoothing algorithm" : "elliptic",
"Smoothing iterations" : 20,
"Smoothing tolerance" : 1.2e-5
},
"Windtunnel mesh wake": {
"Windtunnel wake": 7.0,
"Divisions in the wake": 100,
"Cell thickness ratio": 15.0,
"Equalize vertical wake line at" : 30.0
}
}