-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.json
More file actions
46 lines (46 loc) · 1.29 KB
/
example.json
File metadata and controls
46 lines (46 loc) · 1.29 KB
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
{
"Airfoil_file":"./optimized_airfoil.dat",
"Airfoil_data":null,
"Output": "./Mesh/mesh.su2",
"Spline_refine": {
"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
},
"Trailing_edges":false,
"Trailing_control": {
"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_mesh": {
"Divisions normal to airfoil": 15,
"1st cell layer thickness": 0.004,
"Cell growth rate": 1.05
},
"Trailing_mesh": {
"Divisions at trailing edge": 3,
"Divisions downstream": 15,
"1st cell layer thickness": 0.004,
"Cell growth rate": 1.05
},
"Windtunnel_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_wake": {
"Windtunnel wake": 7.0,
"Divisions in the wake": 100,
"Cell thickness ratio": 15.0,
"Equalize vertical wake line at": 30.0
}
}