A Dynamic Programming Approach to the Design of Composite Aircraft Wings

Abstract

A light and reliable aircraft has been the major goal of aircraft designers. It is imperative to design the aircraft wing skins as efficiently as possible since the wing skins comprise more than fifty percent of the structural weight of the aircraft wing. The aircraft wing skin consists of many different types of material and thickness configurations at various locations. Selecting a thickness for each location is perhaps the most significant design task. In this paper, we formulate discrete mathematical programming models to determine the optimal thicknesses for three different criteria: maximize reliability, minimize weight, and achieve a trade-off between maximizing reliability and minimizing weight. These three model formulations are generalized discrete resource-allocation problems, which lend themselves well to the dynamic programming approach. Consequently, we use the dynamic programming method to solve these model formulations. To illustrate our approach, an example is solved in which dynamic programming yields a minimum weight design as well as a trade-off curve for weight versus reliability for an aircraft wing with thirty locations (or panels) and fourteen thickness choices for each location.

Share and Cite:

Tarun, P. and Corley, H. (2022) A Dynamic Programming Approach to the Design of Composite Aircraft Wings. American Journal of Operations Research, 12, 194-207. doi: 10.4236/ajor.2022.125011.

1. Introduction

This paper presents an alternate approach for designing aircraft wings. The outline of the aircraft wing, both in platform and cross-sectional shape, must be suitable for housing a structure capable of performing its job. As currently designed, the basic wing shape is established through aerodynamic analyses, and then a preliminary layout of the wing structure is iteratively improved in a trial-and-error process until a design is obtained with sufficient strength, stiffness, and light-weight structure [1]. We illustrate here the use of optimization in the design process. In particular, with the immense amount of computer RAM now available, we propose that discrete dynamic programming, with its large memory requirements, should be an increasingly useful methodology in the airplane design process. We consider only wings here.

A wing box is composed of skins, spars, and ribs. In general, the skins account for fifty to seventy percent of a wing’s structural weight. Consequently, it is crucial to design skins as efficiently as possible. The upper and lower skins play different roles in a wing box. The upper skin is loaded primarily in compression and must be designed to prevent buckling. The lower skin is loaded primarily in tension and requires high tensile strength.

Wing skins made of composite material consist of many different layups and thickness configurations at various locations that are determined typically by stress analysis. Such a location encounters high stress due to lift and drag forces on an aircraft wing. The number of analysis locations of a wing box depends on its geometric and load distribution complexity. There is no established procedure for breaking up the structure into locations for, say, reliability analysis. In general, a probabilistic model location within a structure is chosen to represent an area such that the internal stress and material strength are approximately constant over that area. There can be several hundred locations in a wing probabilistic analysis model with different thicknesses to choose from for each one.

If the thickness is increased at a location, the weight of that location will increase. If the location thickness is decreased while the applied load is kept constant, the internal stress will increase and the reliability of that location will decrease. The choice of thickness for each location is essential for efficient wing box design. Aircraft must balance weight and reliability requirements by the selection of thicknesses at numerous locations. Specifically, the two considerations that need to be addressed by the aircraft designers for choosing optimal thickness for each wing location are: 1) minimizing weight while satisfying reliability requirements and 2) maximizing reliability within a cost or weight limitation.

In this paper, we formulate the mathematical programming models to solve the following problems:

(Problem 1) minimization of aircraft wing weight for a given reliability by selecting a thickness for each location;

(Problem 2) maximization of aircraft wing reliability for a given weight by selecting a thickness for each location;

(Problem 3) investigation of trade-offs between aircraft wing’s reliability and weight.

Previous related research includes that of Luo and Grandhi [2], who try to reduce the failure probability in aircrafts resulting from the uncertainty and randomness of the input information used in structural optimization. They illustrate their results with truss and wing structure examples. Pettit and Grandhi [3] achieve minimum weight designs for a truss and a representative aircraft wing subject to a set of reliability constraints. Pettit and Grandhi [4] further present a framework for wing design integrating structural and load analysis, reliability analysis, optimization, and most-probable point estimation. Padmanabhan [5] presents methodologies that facilitate reliability-based optimization (RBO) for multidisciplinary systems enabling concurrent design optimization in each discipline as well as significant reduction in the computational costs. Sobieszczanski-Sobieski and Venter [6] argue for a more exhaustive exploration of the design space to obtain a set of optimal designs including both the Pareto and non-Pareto solutions. They illustrate their method through a numerical example involving the optimization of an aircraft wing structural box design with thousands of degrees of freedom and constraints, and hundreds of design variables. Elham et al. [7] present an optimization strategy for wing design that reduces the number of design variables, enables parallel optimization of the airfoils in several spanwise positions, and allows the use of simpler and faster two-dimensional airfoil analysis tools.

In Section 2 we formulate mathematical programming models for solving Problems 1 - 3 above. In Section 3 we discretize the weight minimization problem (W) and formulate it as a dynamic programming problem. A numerical example is solved. In Section 4 we describe how to solve the multiple objective problem (P) and then obtain a trade-off curve for weight versus reliability for the example of Section 3. We offer concluding remarks in Section 5.

2. Formulation of the Mathematical Programming Models

To solve Problems 1 - 3, relationships among reliability, thickness, and weight must be formulated. We develop these relations using Lear Fan 2100 Jet data provided to Northrop Grumman Commercial Aircraft Division (NGCAD) by the Federal Aviation Administration (FAA).

Weight is a product of area, thickness, and density. For each wing location, weight increases linearly as thickness is increased since the area and density of a location are constant. Baseline thickness is the standard thickness obtained by deterministic structural analysis, and the baseline thickness is used to find the actual thickness at a particular location of the wing. Actual thickness is the actual measurement of the thickness at a particular location. For example, the baseline thickness of the first location for the Lear Fan 2100 wing is 0.2 inch. Therefore, given the thickness ratio of 0.95, the actual thickness is 0.2 times 0.95, or 0.19 inch.

Figure 1 represents a typical thick box beam wing structure, containing three spars and numerous ribs. This wing box structure usually serves as a fuel tank as well. A wing is divided into three major components upper skin, lower skin and substructure. The wing model for the upper skin is illustrated in Figure 2.

Figure 1. Typical wing structure.

Figure 2. Configuration of a wing skin.

We now assume realistically that internal stress decreases with an increase in thickness. It follows that reliability increases with a decrease in internal stress from an increase in thickness and weight. In particular, wing reliability can approach 1.0 when a wing panel is extremely thick and heavy. However, reliability grows nonlinearly with increasing thickness as depicted in Figure 3 based on the data in Table 1 for panel 1 of the Lear Fan 2100 Jet. Both axes in Figure 3 have been formatted appropriately in order to clearly display the nonlinear relationship between reliability and thickness. This nonlinear relationship can be attributed to two factors: 1) the reliability is calculated using the joint probability of nonlinear functions load and resistance [8] and 2) the failure at this location occurs due to buckling, which is a nonlinear function of thickness [9]. Regardless, for each panel, reliability is a strictly increasing function of the panel’s thickness.

For panel i = 1 , 2 , 3 , , n , let t i denote its thickness, with a resulting reliability r ( t i ) and weight w ( t i ) , which are assumed continuous functions of t i . Then for a sufficiently large n as determined by a preliminary structural analysis, the total reliability and weight for the upper skin can be estimated by the following expressions.

Figure 3. Relationship between reliability and thickness.

Table 1. Reliability and weight of panel 1 for 14 different thicknesses.

TotalWeight = i = 1 n w ( t i ) (1)

TotalReliability = i = 1 n r ( t i ) (2)

We now get the following mathematical programming model formulations.

2.1. Weight Minimization

Problem 1 can now be formulated as an optimization problem to minimize the total weight of a wing within a specified minimum reliability level r 0 ( 0 < r 0 < 1 ) by selecting a thickness for each wing panel. From Equations (1) and (2), the weight minimization model (W) can be formulated as

( W ) minimize t i 0 i = 1 n w ( t i ) subjectto i = 1 n r ( t i ) r 0 ,

where the t i are the decision variables and r 0 is the required overall reliability.

2.2. Reliability Maximization

Problem 2 similarly becomes the optimization problem of maximizing total reliability of a wing for a specified upper weight limit w 0 > 0 by selecting a thickness for each wing panel. From Equations (1) and (2), the reliability maximization model (R) can be formulated as

( R ) maximize t i 0 i = 1 n r ( t i ) subjectto i = 1 n w ( t i ) w 0 ,

where the t i are the decision variables and w0 is the specified weight limit.

2.3. Trade-Offs between the Weight and Reliability Objectives

Problem 3 involves a trade-off between reliability and weight requirements since designers want both a reliable and light aircraft. Unfortunately, the objectives of maximizing reliability and minimizing weight conflict with each other. We formulate a multiple objective model (P) that yields a trade-off known as a Pareto optimal solution, which is a nondominated feasible point ( t 1 * , t 2 * , , t n * ) [10] [11] [12]. More precisely, a feasible point ( t 1 * , t 2 * , , t n * ) to (P) is nondominated if and only if there does not exist another feasible point ( t ¯ 1 , t ¯ 2 , , t ¯ n ) such that ( t ¯ 1 , t ¯ 2 , , t ¯ n ) is at least as good as ( t 1 * , t 2 * , , t n * ) for every objective function in (P) and is strictly better than ( t 1 * , t 2 * , , t n * ) for at least one objective function in (P). This multiple objective optimization model (P) can be formulated as

( P ) { minimize t i 0 i = 1 n w ( t i ) maximize t i 0 i = 1 n r ( t i ) subjectto i = 1 n r ( t i ) r 0 i = 1 n w ( t i ) w 0

for the decision variables t i , with r 0 and w 0 being the reliability and weight limits, respectively.

2.4. Results Relating the Weight and Reliability

From previous discussion, as well as Figure 3, we have the following two results useful in finding a trade-off curve in Section 4.

Result 1. The weight w ( t i ) and reliability r ( t i ) are strictly increasing functions of the thickness t i and strictly increasing functions of each other.

Result 2. Let t 1 * , t 2 * , , t n * solve (W) for fixed r 0 to give i = 1 n w ( t i * ) and let t ^ 1 , t ^ 2 , , t ^ n solve (W) for fixed r 1 > r 0 to give i = 1 n w ( t ^ i ) . Then i = 1 n w ( t ^ i ) > i = 1 n w ( t i * ) .

In the next section, we describe our solution approach using dynamic programming and present an example.

3. Weight Minimization by Dynamic Programming

We now consider the problems (W), (R), and (P) where each of the major aircraft wing components upper skin, lower skin, and substructure has ten different panels. Hence there will be thirty panels across the wing structure as illustrated in Figures 4-6.

We discretize the problem since letting the t i be continuous presents mathematical complications. Thus for each panel, fourteen different thicknesses will be considered that adequately represent an entire panel for design purposes. Material strength, operational damage, manufacturing defects, moisture absorption, and gust were incorporated into the NGCAD probabilistic design program to obtain a predicted structural reliability of the wing box for each thickness in each panel. Table 1 shows the resulting reliability and weight associated with different thicknesses for panel 1 with baseline thickness of 0.2 inch. The reliability r ( t i ) in Table 1 is simply the dimensionless probability in (0, 1) that panel i will not fail.

Figure 4. Upper skin.

Figure 5. Lower skin.

Figure 6. Substructure.

We next note that the mathematical programming models (W) and (R) represent generalized resource allocation problems with a single constraint, which are known to be efficiently solved using the optimization technique called dynamic programming [13]. Dynamic programming has been extensively used for inventory analysis, allocation problems, discrete control theory, and chemical engineering applications. We use it to find approximate solutions to (W) by limiting ourselves to a finite number of thickness ratios for each panel as illustrated in Table 1 for panel 1. The use of dynamic programming requires defining the associated stages i, state variables s i , decision variables t i , return functions g ( s i , t i ) dependent upon both state and decision variables, and recursive equations. For the weight minimization problem (W), these items are shown in Table 2.

Dynamic programming involves working backwards in the following sense. At stage 30 we minimize g ( s 30 , t 30 ) over the finite preselected values for t 30 for each possible value of s 30 . At stages i = 29 , 28 , , 1 in that order, for each possible value of s i we solve f i ( s i ) = min [ g ( s i , t i ) + f i + 1 ( s i + 1 ) ] , i = 1 , 2 , , 29 over the fourteen preselected values for t i , where s i + 1 = s i / r ( t i ) from the stage transformations. There are only a finite possible number of values of each s i at stage i because there are only fourteen possible t i at each stage. However, finding and solving the optimal t i for each s i is memory intensive. Finally, at stage 1, s 1 = r 0 . At that point, we proceed forward. For s 1 = r 0 , the optimal t 1 is obtained by minimizing [ g ( s 1 , t 1 ) + f 2 ( s 1 / r ( t 1 ) ) ] over the fourteen values of t 1 , where each g ( s 1 , t 1 ) is computed and each f 2 ( s 1 / r ( t 1 ) ) is known from previously obtaining f 2 ( s 2 ) for all s 2 . With the optimal t 1 known, s 2 = s 1 / r ( t 1 ) is computed and the optimal t 2 is determined at stage 2. Then the optimal t 3 , t 4 , , t 30 are similarly obtained. Figure 7 illustrates the dynamic programming

Table 2. Definitions for dynamic programming formulation of problem (W).

Figure 7. Flow chart for solving problem (W) using dynamic programming.

approach of working backwards. The top part of Figure 7 indicates working backward for all possible s i . The bottom part of Figure 7 indicates working forward to obtain the actual values of the optimal t i and the minimum total weight.

As an example, we now solve (W) for the 30 panel locations and r 0 = 0.99999 , using the 14 thicknesses, reliabilities, and weights illustrated in Table 1. The resulting minimal weight for the aircraft wing is 249.93 pounds for the thickness choices for each panel shown in Table 3. The actual reliability for the minimum weight design is 0.9999905, which is slightly higher than required. Further examples are found in [14].

Table 3. Choices for each panel in the example.

4. Trade-Offs between Weight and Reliability

In this section, we determine Pareto optimal solutions to the multiple objective problem (P) from section 2. These Pareto optimal solutions are the nondominated feasible solutions to (P), which are then plotted to yield the trade-off curve between total weight and total reliability. Winston [12] has examples of the trade-off curve approach for two linear objective functions where dynamic programming is not used. Here we use the following procedure to obtain the trade-off curve of Figure 8.

Step 1. Choose a set of closely spaced values for r 0 in problem (P) designated as r 0 k , k = 1 , , p in order of increasing value with r 0 1 = 0.99990 being the smallest acceptable total reliability. See Table 4. Let w 0 = 270 pounds be the largest acceptable weight for the wing structure.

Table 4. Pareto optimal solutions to the multiple objective problem (P).

Figure 8. Trade-off curve for the multiple objective problem (P).

Step 2. Solve (W) for a fixed reliability r 0 1 to obtain the minimum weight w 1 . Then ( r 0 1 , w 1 ) is a Pareto optimum for the set of feasible (total reliability, total weight) for problem (P) since the total weight increases as the total reliability increases from Results 1 and 2.

Step 3. For k = 2 , , p , solve (W) for r 0 k to obtain the minimum weight w k . If w k > 270 , then stop with the Pareto optima obtained so far. Otherwise, each ( r 0 k , w k ) is a Pareto optimum for problem (P) for the reason of Step 2.

Step 4. Plot the Pareto optima obtained in Steps 2 and 3 to give the trade-off curve for r 0 = 0.99990 and w 0 = 270 .

Any point (total reliability, total weight) on the curve of Figure 8 is nondominated for (P). Among these Pareto optima, a designer could select a particular one according to some further relevant criterion besides weight minimization and reliability maximization.

5. Conclusions and Future Work

A discrete dynamic programming approach was presented for obtaining optimal aircraft wing designs. The criteria were: 1) minimizing an aircraft wing’s weight while satisfying reliability requirements by selecting thicknesses for wing box components, 2) maximizing an aircraft wing’s reliability within weight limitations by choosing thicknesses for various wing locations, and 3) determining trade-off designs between criteria (1) and (2). A numerical example was presented to illustrate our approach. A principal advantage of dynamic programming is that, except at stage 1, the optimization at any stage is performed for all possible incoming states. Hence, it is a simple matter to change s1 and obtain a new design. In other words, sensitivity analysis is not difficult with our approach. We reiterate that with the immense amount of computer RAM now available for computations, dynamic programming should be a desirable methodology for use in the airplane design process.

There are at least three principal directions for further research. First, the wing configuration model itself could be modified. Second, a continuous version of the model (i.e., not considering only a fixed number of thickness values) could be developed and possibly solved by continuous dynamic programming or other approaches. Third, problems (W) and (R) shared some special relationships (e.g., Results 1 and 2) that simplified the solution of (P) via a trade-off curve. Perhaps a class of optimization problems having similar relationships could be studied and have their general properties established.

Conflicts of Interest

The authors declare no conflicts of interest regarding the publication of this paper.

References

[1] Niu, M.C.Y. (1999) Airframe Structural Design: Practical Design Information and Data on Aircraft Structures. 2nd Edition, Adaso/Adastra Engineering Center, Hong Kong.
[2] Luo, X. and Grandhi, R.V. (1997) ASTROS for Reliability-Based Multidisciplinary Structural Analysis and Optimization. Computers and Structures, 62, 737-745.
[3] Pettit, C.L. and Grandhi, R.V. (2000) Multidisciplinary Optimization of Aerospace Structures with High Reliability. In: Kareem, A., et al., Ed., Proceedings of 8th ASCE Specialty Conference on Probabilistic Mechanics and Structural Reliability, Notre Dame, Indiana.
[4] Pettit, C.L. and Grandhi, R.V. (2003) Optimization of a Wing Structure for Gust Response and Aileron Effectiveness. Journal of Aircraft, 40, 1185-1191.
https://doi.org/10.2514/2.7208
[5] Padmanabhan, D. (2003) Reliability-Based Optimization for Multidisciplinary System Design. Ph.D. Thesis, University of Notre Dame, Indiana.
[6] Sobieszczanski-Sobieski, J. and Venter, G. (2003) Imparting Desired Attributes by Optimization in Structural Design. Proceedings of 44th AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamics, and Materials Conference, Norfolk, Virginia.
https://doi.org/10.2514/6.2003-1546
[7] Elham, A., van Toorent, M.J.L. and Sobieszczanski-Sobieski, J. (2014) Bilevel Optimization Strategy for Aircraft Wing Design Using Parallel Computing. AIAA Journal, 52, 1770-1783.
https://doi.org/10.2514/1.J052696
[8] Melchers, R.E. and Beck, A.T. (2018) Structural Reliability Analysis and Prediction. 3rd Edition, John Wiley & Sons Ltd., Hoboken, New Jersey.
[9] Bulson, P.S. (1970) The Stability of Flat Plates. 1st Edition, Chatto & Windus, London.
[10] Ehrgott, M. (2005) Multicriteria Optimization. 2nd Edition, Springer, Heidelberg.
[11] Miettinen, K. (1999) Nonlinear Multiple Objective Optimization. 1st Edition, Springer, Heidelberg.
[12] Winston, W.L. (2003) Operations Research: Applications and Algorithms. 4th Edition, Cengage Learning, Boston, Massachusetts.
[13] Bellman, R.E. and Dreyfus, S.E. (1962) Applied Dynamic Programming. Princeton University Press, Princeton, New Jersey.
https://doi.org/10.1515/9781400874651
[14] Chung, K.F. (1997) A Mathematical Approach for the Design of Aircraft Wings. Ph.D. Thesis, University of Texas at Arlington, Arlington, Texas.

Copyright © 2024 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.