Skip to content

Commit a910486

Browse files
committed
Reintroducing chord lengths to solar uav
1 parent 439c81f commit a910486

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tut_solar_uav.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ def vehicle_setup():
109109
wing.high_lift = True
110110
wing.dynamic_pressure_ratio = 1.0
111111
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
112114
wing.span_efficiency = 0.98
113115
wing.twists.root = 0.0 * Units.degrees
114116
wing.twists.tip = 0.0 * Units.degrees

0 commit comments

Comments
 (0)