RJ.Richards
★ Viewer's Choice · UGA Capstone Showcase 2026 The Aircraft Wing Design & Optimization capstone team at the UGA Capstone Design Showcase.

Aircraft Wing Design & Optimization

Lockheed Martin-sponsored capstone · XQ-58A Valkyrie UAV · Aug 2025 to May 2026
Sponsor
Lockheed Martin
Domain
Aero + CFD
Timeline
Aug 2025–May 2026
Award
Viewer's Choice

Over the 2025 to 2026 academic year, our six-person, Lockheed Martin-sponsored team built a full aerodynamic wing-optimization workflow and used it to redesign a wing for the XQ-58A Valkyrie. The goal was a wing that produces the same lift for less drag, using the same mix of fast and high-accuracy tools that real aerospace teams rely on.

Team: Griffin Cantrell · Edwin Harper · Garrett Kuhn · Cooper Mendlinger · Randal Richards · Martin Vassilev · Supervisor Dr. Banu

Final capstone poster: Aircraft Wing Design and Optimization, sponsored by Lockheed Martin.
The poster. Our final showcase poster, laying out the problem, workflow, and results (tap to open the full PDF).
THE WING WE OPTIMIZED SPAN

Meet the aircraft: XQ-58A Valkyrie

The Valkyrie is a stealthy, low-cost "loyal wingman" drone built by Kratos to fly alongside crewed fighters like the F-22 and F-35. It has no landing gear: it launches off a rail with a rocket booster and comes down by parachute, so it needs no runway. A more efficient wing means more range and endurance for the same fuel, which is exactly what our project targeted.

Wingspan
~27 ft
Cruise speed
~Mach 0.7
Range
~3,000 mi
Ceiling
45,000 ft
The problem

A wing's shape decides how much drag the aircraft fights at cruise. Finding the best shape means testing thousands of options, but the accurate analysis (CFD) is far too slow to run on all of them, and the fast analysis is too rough to trust on its own. The real skill is combining the two: screen fast, then verify slow. Our task was to build that combined workflow end to end and prove it on a Valkyrie wing.

What we optimized for

The optimizer's job was to maximize cruise range (a specific-range measure, V/SFC × L/D) while respecting real design limits: a landing approach speed (1.2 × Vstall) under 120 knots, a bounded wing thickness-to-span ratio, and a static margin held between −5% and +5% so the aircraft stays controllable.

How the workflow works

We ran it as a loop that moves from cheap-and-fast to expensive-and-accurate, feeding what we learned back into the next round of shapes. A genetic algorithm searches broadly, then a gradient-based optimizer (IPOPT) fine-tunes a 39-variable design, with Raymer weight estimates keeping the result physically honest.

Parametric wing geometry CAD / OpenVSP Low-fidelity sweeps AVL · AeroSandbox VLM High-fidelity CFD Ansys Fluent Optimized wing GA + IPOPT refine & repeat fast · cheap · rough slow · costly · accurate
The multi-fidelity loop: screen many shapes fast, verify the best few with CFD, feed results back.
What I worked on

I helped build the pipeline end to end: setting up parametric wing geometry, running the low-order sweeps (AVL and AeroSandbox's vortex-lattice + NeuralFoil) to screen planforms and airfoils quickly, then taking the best candidates into high-fidelity CFD in Ansys Fluent to validate and refine them. I used MATLAB, Python, and Raymer's sizing methods for the weight and performance estimates that keep the design honest. The target throughout: minimize drag at a set 1g cruise lift while holding the mission and structural limits.

The results, straight from our final report

These are actual outputs of the optimizer: the wing planform it converged on, the root and tip airfoil sections it shaped, the same method applied to real aircraft to check it generalizes, and a piece of the weight math underneath it all.

Genetic-algorithm optimized wing planforms overlaid on a Boeing 737, C-130, and RQ-4.
Figure 3. The optimizer's planforms (dashed) overlaid on real aircraft (Boeing 737, C-130, RQ-4), showing the workflow generalizes across configurations.
Optimizer test-run wing planform with span 11.56 m and root chord 2.40 m.
C-3. Optimized wing planform: span b = 11.56 m, root chord = 2.40 m.
The Raymer wing-weight equation as implemented in the optimizer code.
Under the hood. The Raymer wing-weight relation, enforced as a constraint so every design stays physically real.
Optimized 2D root and tip airfoil sections, root t/c 0.110 and tip t/c 0.103.
C-4. The optimized 2D root and tip airfoil sections (root t/c = 0.110, tip t/c = 0.103).
Span (b)
11.56 m
Root chord
2.40 m
Root t/c
0.110
Tip t/c
0.103
Validated performance

At a transonic cruise condition (Mach 0.8, 10,000 ft AGL, 3° angle of attack), high-fidelity CFD of the optimized XQ-58A wing returned a lift-to-drag ratio of 21.9, with Cd = 0.0032 and Cl = 0.0701, consistent with expected delta-wing performance. The low-fidelity search flagged this design first, its best candidate reaching a range of 1,827.8 NM, which we then confirmed in CFD.

L/D ratio
21.9
Drag coeff (Cd)
0.0032
Lift coeff (Cl)
0.0701
Best range
1,827.8 NM
Result

We delivered a complete, documented wing-optimization workflow, from inputs to geometry to multi-fidelity analysis to a validated design, written up so it can be reused on other aircraft. At the UGA Capstone Design Showcase, the project won the Viewer's Choice Award, voted by the public across every engineering discipline. The full report, poster, and code are linked below.