-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_settings_maskedit.json
More file actions
63 lines (61 loc) · 1.25 KB
/
example_settings_maskedit.json
File metadata and controls
63 lines (61 loc) · 1.25 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "total_mass",
"fixed": {
"condition": {
"/res_metrics/soc": 0.0,
"/res_metrics/avg_drag": 0.0
},
"topo_mask": {
"wing": 1,
"fus": 1,
"htail": 1,
"vtail": 1,
"pboom": 0,
"slboom": 1,
"fprop": 1,
"net": 1,
"mass": 1,
"res":1
},
"lambdas": [
{
"name": "taper",
"x": "/design_tree/main_wings/0/root_cross_section/root_chord_percent",
"y": "/design_tree/main_wings/0/tip_cross_section/root_chord_percent",
"function": "lambda x,y: x*y"
}
]
},
"investigations": [
{
"name": "total_mass_-1.0",
"condition": {
"/res_metrics/comp_weights/total": -1.0
}
},
{
"name": "total_mass_-0.5",
"condition": {
"/res_metrics/comp_weights/total": -0.5
}
},
{
"name": "total_mass_0",
"condition": {
"/res_metrics/comp_weights/total": 0.0
}
},
{
"name": "total_mass_0.5",
"condition": {
"/res_metrics/comp_weights/total": 0.5
}
},
{
"name": "total_mass_1.0",
"condition": {
"/res_metrics/comp_weights/total": 1.0
}
}
]
}