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 439c81f commit a910486Copy full SHA for a910486
tut_solar_uav.py
@@ -109,6 +109,8 @@ def vehicle_setup():
109
wing.high_lift = True
110
wing.dynamic_pressure_ratio = 1.0
111
wing.chords.mean_aerodynamic = wing.areas.reference/wing.spans.projected
112
+ wing.chords.root = wing.areas.reference/wing.spans.projected
113
+ wing.chords.tip = wing.areas.reference/wing.spans.projected
114
wing.span_efficiency = 0.98
115
wing.twists.root = 0.0 * Units.degrees
116
wing.twists.tip = 0.0 * Units.degrees
0 commit comments