We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4f497 commit 481c99bCopy full SHA for 481c99b
Solar_UAV_Optimization/Optimize.py
@@ -48,11 +48,11 @@ def setup():
48
49
# [ tag , initial, [lb,ub], scaling, units ]
50
problem.inputs = np.array([
51
- [ 'wing_area' , 0.5, ( 0.1, 1.5 ), 0.5, Units.meter ],
52
- [ 'aspect_ratio' , 10.0, ( 5.0, 20.0 ), 10.0, Units.less ],
53
- [ 'dynamic_pressure', 125.0, ( 1.0, 2000.0 ), 125.0, Units.pascals ],
54
- [ 'solar_ratio' , 0.0, ( 0.0, 0.97), 1.0, Units.less ],
55
- [ 'kv' , 800.0, ( 10.0, 1500.0 ), 800.0, Units['rpm/volt']],
+ [ 'wing_area' , 0.62, ( 0.1, 1.5 ), 0.5, Units.meter ],
+ [ 'aspect_ratio' , 13.5, ( 5.0, 20.0 ), 10.0, Units.less ],
+ [ 'dynamic_pressure', 115.0, ( 1.0, 2000.0 ), 125.0, Units.pascals ],
+ [ 'solar_ratio' , 0.0, ( 0.0, 0.97), 1.0, Units.less ],
+ [ 'kv' , 900.0, ( 10.0, 1500.0 ), 800.0, Units['rpm/volt']],
56
])
57
58
# -------------------------------------------------------------------
0 commit comments