@@ -213,17 +213,8 @@ def vehicle_setup():
213213 wing .symmetric = True
214214 wing .high_lift = True
215215 wing .dynamic_pressure_ratio = 1.0
216-
217- # ------------------------------------------------------------------
218- # Flaps
219- # ------------------------------------------------------------------
220- wing .flaps .chord = 0.30 # 30% of the chord
221- wing .flaps .span_start = 0.10 # 10% of the span
222- wing .flaps .span_end = 0.75
223- wing .flaps .type = 'double_slotted'
224216
225- # add to vehicle
226- vehicle .append_component (wing )
217+ vehicle .append_component (wing )
227218
228219 # ------------------------------------------------------------------
229220 # Horizontal Stabilizer
@@ -242,8 +233,6 @@ def vehicle_setup():
242233 wing .chords .tip = .955 * Units .meter
243234 wing .chords .mean_aerodynamic = 8.0 * Units .meter
244235 wing .areas .reference = 32.488 * Units ['meters**2' ]
245- wing .areas .exposed = 199.7792 * Units ['meters**2' ]
246- wing .areas .wetted = 249.724 * Units ['meters**2' ]
247236 wing .twists .root = 3.0 * Units .degrees
248237 wing .twists .tip = 3.0 * Units .degrees
249238 wing .origin = [32.83 ,0 ,1.14 ] # meters
@@ -262,7 +251,7 @@ def vehicle_setup():
262251 wing .tag = 'vertical_stabilizer'
263252
264253 wing .aspect_ratio = 1.91
265- wing .sweeps .quarter_chord = 40 . * Units .deg
254+ wing .sweeps .quarter_chord = 25 . * Units .deg
266255 wing .thickness_to_chord = 0.08
267256 wing .taper = 0.25
268257 wing .span_efficiency = 0.9
0 commit comments