-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcfgt2.json
106 lines (106 loc) · 1.9 KB
/
cfgt2.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
{
"avl_env_path": "env/",
"avl_input_file": "in.avl",
"avl_output_file": "baseline_out.txt",
"base_input_file": "geometria.avl",
"final_input_file": "otimizado.avl",
"final_output_file": "output.txt",
"templates_folder": "templates/",
"max_threads": 9,
"max_iter_count": 200,
"limit_iter_count": 100,
"limit_variation_factor": 0.95,
"interval_steps": 100,
"score_precision": 0.001,
"inputs": {
"children.surfaces.emp_horizontal.children.ANGLE": {
"interval": [-10, 10]
}
},
"outputs": {
"Surfaces": {},
"Strips": {},
"Vortices": {},
"Sref": {},
"Cref": {},
"Bref": {},
"Xref": {},
"Yref": {},
"Zref": {},
"Alpha": {},
"pb/2V": {},
"p'b/2V": {},
"Beta": {},
"qc/2V": {},
"Mach": {},
"rb/2V": {},
"r'b/2V": {},
"CXtot": {},
"Cltot": {},
"Cl'tot": {},
"CYtot": {},
"Cmtot": {},
"CZtot": {},
"Cntot": {},
"Cn'tot": {},
"CLtot": {},
"CDtot": {},
"CDvis": {},
"CDind": {},
"CLff": {},
"CDff": {},
"CYff": {},
"e": {},
"flaperon": {},
"elevator": {},
"rudder": {},
"CLa": {},
"CLb": {},
"CYa": {},
"CYb": {},
"Cla": {},
"Clb": {},
"Cma": {},
"Cmb": {},
"Cna": {},
"Cnb": {},
"CLp": {},
"CLq": {},
"CLr": {},
"CYp": {},
"CYq": {},
"CYr": {},
"Clp": {},
"Clq": {},
"Clr": {},
"Cmp": {},
"Cmq": {},
"Cmr": {},
"Cnp": {},
"Cnq": {},
"Cnr": {},
"CLd01": {},
"CLd02": {},
"CLd03": {},
"CYd01": {},
"CYd02": {},
"CYd03": {},
"Cld01": {},
"Cld02": {},
"Cld03": {},
"Cmd01": {},
"Cmd02": {},
"Cmd03": {},
"Cnd01": {},
"Cnd02": {},
"Cnd03": {},
"CDffd01": {},
"CDffd02": {},
"CDffd03": {},
"ed01": {},
"ed02": {},
"ed03": {},
"Neutral point Xnp": {},
"Clb Cnr / Clr Cnb": {}
}
}