A Framework for Aircraft Conceptual Design and Multidisciplinary Optimization †
Abstract
:1. Introduction
2. Framework Development
2.1. Framework Requirements
- Extensibility: The framework should be capable of extending the methodologies to user-defined methods, formulations, and processes easily.
- Flexibility: The software should provide freedom for the user to choose from a variety of solvers, formulations, and methods for a specific problem.
- Multifidelity: The framework should be capable of employing different levels of fidelities at a single design job.
- Usability: The framework should be usable not only by framework developers but also by any aircraft designer.
- Modularity: The framework should have a modular architecture that allows for the addition of new modules and updates of existing modules.
- Integrability: The framework should be able to integrate both COTS (Commercial Off-The Shelf) and in-house developed design, analysis, and optimization tools.
- Consistency: To ease future and independent development, a consistent coding style, naming convention, data architecture, and behaviors should be used.
- Accuracy: The framework should provide estimations that are as accurate as possible.
- Scalability: The framework should effectively utilize and exploit parallel computing.
- Diversity: Though a single language may be used for the core engine of the framework, it should be possible to employ and use other languages in the framework development.
- Efficiency: The framework should provide acceptable results within a reasonable time unless high-fidelity methods are selected.
- Applicability: The framework should provide real-world usefulness and should be applicable to practical problems in aircraft design.
- Adaptability: The framework application should not be limited to a single configuration or technology, and it should be possible to evaluate different configurations and technologies.
- Visuality The framework shall enable users to automatically or manually generate various types of plots and provide customization options for the plot attributes.
2.2. Framework Architecture
2.3. Code Language
2.4. User Interface
2.5. Object-Oriented Programming
2.6. Data Exchange
2.7. Execution Sequence
2.8. Open Architecture
2.9. Dependency Management
- Low-Dependency: In this approach, the disciplines are developed within the framework, which means analyses (such as geometry, structure, and aerodynamics) are conducted using codes that are part of the framework. For instance, for the implementation of the high-fidelity geometry module, a set of codes is needed to model all the required geometrical shapes (points, curves, surfaces, etc.) and geometrical operations (intersection, multisection, sweep, etc.) within MATLAB. Then, it would be possible to export the resulting geometry in standard formats, such as STEP or IGES. Additionally, at the end of the development phase, extensive testing and validation of this tool is needed.
- High-Dependency: In the second approach, proven high-fidelity external tools are used, and the data are transferred between the framework and the tool. For example, for the geometry module, the modeling is conducted via a validated external tool, such as CATIA, and only the interface protocol is developed within the framework. Though many programming languages may be used, a considerably lower amount of effort would be needed when compared to the development of a new high-fidelity tool.
2.10. Coding Style
3. Framework Modules
- Analysis Modules: These modules are used to perform the analysis and computation. The results of these computations and analyses are used to update the Aircraft properties. Core analysis modules of the LAMBDA are Requirement, Weight, Sizing, Geometry, Aerodynamic, Engine, Performance, Cost, Emission, and Optimization.
- Interface Modules: Interface modules are developed to send commands and receive information from external tools and software that are used by the framework. The development of these interfaces, which are mainly implemented in MATLAB, requires knowledge of the automation interfaces of the target software. The interface modules are called by the analysis modules to perform specific types of analysis (most of the time for high-fidelity methods, such as Nastran for structure analysis), and the outputs from interface modules are used by analysis modules.
3.1. Requirement
3.2. Solution
3.3. Sizing
3.4. Geometry
3.4.1. Wing
3.4.2. Fuselage
3.4.3. Tail
3.4.4. Cabin
3.4.5. Aircraft
3.5. Engine
3.6. Aerodynamic
3.7. CAD
3.8. Structure
3.8.1. Load Analysis
3.8.2. Finite Element Model
3.8.3. Strength Sizing
3.8.4. Stiffness Sizing
3.8.5. Stability Sizing
3.9. Performance
3.10. Weight
3.10.1. Weight Breakdown
3.10.2. Center of Gravity Limitations
3.10.3. Weight Distribution
3.11. Emission
3.12. Cost
3.13. Optimization
Algorithm 1: Implemented Metamodel-Assisted Optimization |
4. Framework Application
- Design of a New Conventional Aircraft;
- Development of an Affordable Conventional Aircraft;
- Development of an Affordable TBW Aircraft; and,
- Optimization of the TBW Aircraft.
4.1. Design of a New Conventional Aircraft
4.2. Development of an Affordable Conventional Aircraft
4.3. Development of an Affordable TBW Aircraft
- Geometry: The equation relating the nacelle diameter to engine thrust developed by Svoboda [80] is expanded to cover the effect of the bypass ratio and subsequently used in this framework.
- Aerodynamics: The method presented by Roskam [81], which uses the wetted area, is used to calculate the drag.
- Propulsion: The variation of SFC with respect to BPR is extracted from Torenbeek [12].
- Weight: The method provided by Jenkinson [73], which considers thrust and BPR, is calibrated and used.
4.4. Optimization of Truss-Braced Wing Regional Jet
5. Conclusions
Author Contributions
Funding
Data Availability Statement
Conflicts of Interest
Abbreviations
AAA | Advanced Aircraft Analysis |
AAM | Advanced Air Mobility |
ACSYNT | Aircraft Synthesis |
ADDAM | Aircraft Design DAta Model |
ADEBO | Aircraft DEsign BOx |
AI | Artificial Intelligence |
ANN | Artificial Neural Network |
AOA | Angle of Attack |
ARC | Ames Research Center |
ATR | Average Temperature Response |
AUT | Amirkabir University of Technology (Tehran Polytechnic) |
AVL | Athena Vortex Lattice |
BLI | Boundary Layer Ingestion |
BPR | Bypass Ratio |
BWB | Blended Wing Body |
CAD | Computer-Aided Design |
CEASIOM | Computerized Environment for Aircraft Synthesis and Integrated Optimization Methods |
CFD | Computational Fluid Dynamics |
CG | Center of Gravity |
CLI | Command Line Interface |
CLW | CantileverWing |
COM | Component Object Model |
COTS | Commercial Off-The Shelf |
CPACS | Common Parametric Aircraft Configuration Schema |
DEE | Design and Engineering Engine |
DELWARX | Distributed Design Optimization of Large Aspect RatioWing Aircraft with Rapid Transonic Flutter Analysis in Linux |
DLR | German Aerospace Center |
DOC | Direct Operating Cost |
DoE | Design of Experiment |
DOF | Degree of freedom |
EU | European Commission |
FEA | Finite Element Analysis |
FEM | Finite Element Model |
FLOPS | Flight Optimization System |
GA | Genetic Algorithm |
GUI | Graphical User Interface |
HBPR | High Bypass Ratio |
HEP | Hybrid Electric Propulsion |
JPAD | Java toolchain of Programs for Aircraft Design |
LAMBDA | Laboratory of Aircraft Multidisciplinary Knowledge-Based Design and Analysis |
LaRC | Langley Research Center |
LEAPS | Layered and Extensible Aircraft Performance System |
MDA | Multidisciplinary Analysis |
MDO | Multidisciplinary Design Optimization |
MDOPT | Multidisciplinary Design Optimization |
MIT | Massachusetts Institute of Technology |
MTOW | Maximum Take-Off Weight |
MZFW | Maximum Zero-Fuel Weight |
NASA | National Aeronautics and Space Administration |
OEI | One Engine Inoperative |
OEW | Operating Empty Weight |
OOP | Object-Oriented Programming |
OPR | Overall Pressure Ratio |
PASS | Program for Aircraft Synthesis Studies |
PrADO | Preliminary Aircraft Design and Optimization Program |
PreSTo | Preliminary Sizing Tool |
PyPAD | Python module for Preliminary Aircraft Design |
QCARD | Quick Conceptual Aircraft Research and Development |
RADE | Rapid Airframe Design Environment |
RAPID | Robust Aircraft Parametric Interactive Design |
RDS | Raymer Design Software |
SFC | Specific Fuel Consumption |
SUAVE | Stanford University Aerospace Vehicle Environment |
TASOPT | Transport Aircraft System Optimization |
TAW | Tube-and-Wing |
TBW | Truss-Braced Wing |
TEP | Turboelectric Propulsion |
TIT | Turbine Inlet Temperature |
TUI | Textual User Interface |
TUM | Technical University of Munich |
VBA | Visual Basic for Applications |
VHBPR | Very High Bypass Ratio |
VLM | Vortex Lattice Method |
Symbols
b | Wing Span |
ck | Kink Chord |
cr | Root Chord |
ct | Tip Chord |
H | Altitude |
Ps | Specific Excess Power |
L/D | Lift to Drag Ratio |
Mcr | Cruise Mach Number |
S | Wing Area |
Tsls | Sea/Level Static Thrust |
T/W | Thrust Loading |
V | Velocity |
W/s | Wing Loading |
yk | Kink Lateral Position |
yt | Tip Lateral Position |
ηk | Kink Span Ratio |
λ | Taper Ratio |
Λc4 | Sweep Angle of Quarter-Chord Line |
Λle | Sweep Angle of Leading Edge Line |
Λte | Sweep Angle of Trailing Edge Line |
Appendix A. Wing Planform Design
References
- Airbus. Global Market Forecast 2022–2041. Report, Airbus. 2022. Available online: https://bit.ly/3TuwJhT (accessed on 21 March 2024).
- ACARE. Flightpath 2050, Europ’s Vision for Aviation. Report, ACARE. 2011. Available online: https://bit.ly/49Znm0H (accessed on 21 March 2024).
- Li, L.; Bai, J.; Qu, F. Multipoint Aerodynamic Shape Optimization of a Truss-Braced-Wing Aircraft. J. Aircr. 2022, 59, 1179–1194. [Google Scholar] [CrossRef]
- Lyu, Z.; Martins, J.R.R.A. Aerodynamic Design Optimization Studies of a Blended-Wing-Body Aircraft. J. Aircr. 2014, 51, 1604–1617. [Google Scholar] [CrossRef]
- Uranga, A.; Drela, M.; Hall, D.K.; Greitzer, E.M. Analysis of the Aerodynamic Benefit from Boundary Layer Ingestion for Transport Aircraft. AIAA J. 2018, 56, 4271–4281. [Google Scholar] [CrossRef]
- Zamboni, J.; Vos, R.; Emeneth, M.; Schneegans, A. A Method for the Conceptual Design of Hybrid Electric Aircraft. In Proceedings of the AIAA Scitech 2019 Forum, San Diego, CA, USA, 7–11 January 2019. [Google Scholar] [CrossRef]
- Connolly, J.W.; Chapman, J.W.; Stalcup, E.J.; Chicatelli, A.; Hunker, K.R. Modeling and Control Design for a Turboelectric Single Aisle Aircraft Propulsion System. In Proceedings of the 2018 AIAA/IEEE Electric Aircraft Technologies Symposium, Cincinnati, OH, USA, 9–11 July 2018. [Google Scholar] [CrossRef]
- Karpuk, S.; Ma, Y.; Elham, A. Design Investigation of Potential Long-Range Hydrogen Combustion Blended Wing Body Aircraft with Future Technologies. Aerospace 2023, 10, 566. [Google Scholar] [CrossRef]
- Andrews, S.A.; Perez, R.E. Comparison of Box-Wing and Conventional Aircraft Mission Performance using Multidisciplinary Analysis and Optimization. Aerosp. Sci. Technol. 2018, 79, 336–351. [Google Scholar] [CrossRef]
- Hosseini, S.; Vaziri-Zanjani, M.A.; Ovesy, H.R. Conceptual Design and Analysis of an Affordable Truss-Braced Wing Regional Jet Aircraft. Proc. Inst. Mech. Eng. Part J. Aerosp. Eng. 2020. [Google Scholar] [CrossRef]
- Roskam, J. Airplane Design, Part I: Preliminary Sizing of Aircraft; Roskam Aviation and Engineering Corporation: Lawrence, KS, USA, 1985; p. 202. Available online: https://bit.ly/3TpT53P (accessed on 21 March 2024).
- Torenbeek, E. Synthesis of Subsonic Airplane Design; Springer: Dordrecht, The Netherlands, 1982; p. 598. [Google Scholar] [CrossRef]
- Raymer, D. Aircraft Design: A Conceptual Approach, 5th ed.; American Institute of Aeronautics and Astronautics, Inc.: Washington, DC, USA, 2012. [Google Scholar] [CrossRef]
- Vanderplaats, G.N. Automated Optimization Techniques for Aircraft Synthesis. In Proceedings of the AIAA Aircraft Systems & Technology Meeting, Dallas, TX, USA, 27–29 September 1976. [Google Scholar] [CrossRef]
- Mccullers, L.A. Aircraft Configuration Optimization Including Optimized Flight Profiles. Report, NASA. 1984. Available online: https://ntrs.nasa.gov/citations/19870002310 (accessed on 21 March 2024).
- Horvath, B.L.; Wells, D.P. Comparison of Aircraft Conceptual Design Weight Estimation Methods to the Flight Optimization System. In Proceedings of the 2018 AIAA Aerospace Sciences Meeting, Kissimmee, FL, USA, 8–12 January 2018. [Google Scholar] [CrossRef]
- Kroo, I.M.; Takai, M. A Quasi-Procedural, Knowledge-Based System for Aircraft Design. In Proceedings of the AlAA/AHS/ASEE Aircraft Design, Systems and Operations Meeting, Atlanta, GA, USA, 7–9 September 1988. [Google Scholar] [CrossRef]
- Lissys. Piano 5 for Windows, Version 5.3. 2014. Available online: https://www.lissys.uk/Piano5.html (accessed on 21 March 2024).
- Simos, D. Computer Methods for the Preliminary Design and Operational Optimisation of Twin Engine Propeller Driven AIrcraft. Ph.D. Thesis, Loughborough University, Loughborough, UK, 1984. Available online: https://dspace.lboro.ac.uk/2134/25116 (accessed on 21 March 2024).
- Roskam, J.; Malaek, S.M.; Anemaat, W. AAA (Advanced Aircraft Analysis): A User-Friendly Approach to Preliminary Aircraft Design. In Proceedings of the 17th International Congress of the Aeronautical Sciences, Stockholm, Sweden, 9–14 September 1990; Available online: https://bit.ly/3IKMps20 (accessed on 21 March 2024).
- Anemaat, W.; Kaushik, B. Geometry Design Assistant for Airplane Preliminary Design. In Proceedings of the 49th AIAA Aerospace Sciences Meeting Including the New Horizons Forum and Aerospace Exposition. American Institute of Aeronautics and Astronautics, Orlando, FL, USA, 4–7 January 2011. [Google Scholar] [CrossRef]
- Nah, S.H. DESAID: The Development of an Expert System for Aircraft Initial Design. Ph.D. Thesis, Cranfield University, Bedford, UK, 1991. Available online: https://dspace.lib.cranfield.ac.uk/handle/1826/3593 (accessed on 21 March 2024).
- Bardenhagen, A.; Kossira, H.; Heinze, W. Interdisciplinary Design of Modern Hypersonic Waveriders Using the Integrated Program PrADO-HY. In Proceedings of the 19th International Congress of the Aeronautical Sciences, Anaheim, CA, USA, 18–23 September 1994; pp. 1053–1063. Available online: https://bit.ly/4akFxgW (accessed on 21 March 2024).
- Raymer, D.P. RDS—A PC-based aircraft design, sizing, and performance system. In Proceedings of the Guidance, Navigation and Control Conference, Head Island, SC, USA, 10–12 August 1992. [Google Scholar] [CrossRef]
- Isikveren, A.T. Quasi-Analytical Modelling and Optimization Techniques for Transport Aircraft Design. Ph.D. Thesis, KTH Royal Institute of Technology, Stockholm, Sweden, 2002. Available online: https://kth.diva-portal.org/smash/record.jsf?pid=diva2:9126 (accessed on 21 March 2024).
- LeDoux, S.; Herling, W.; Fatta, G.; Ratcliff, R. MDOPT—A Multidisciplinary Design Optimization System Using Higher Order Analysis Codes. In Proceedings of the 10th AIAA/ISSMO Multidisciplinary Analysis and Optimization Conference, Albany, NY, USA, 31 August–1 September 2004. [Google Scholar] [CrossRef]
- La Rocca, G.; Van Tooren, M.J.L. Knowledge-Based Engineering Approach to Support Aircraft Multidisciplinary Design and Optimization. J. Aircr. 2009, 46, 1875–1885. [Google Scholar] [CrossRef]
- Kaenel, R.V.; Rizzi, A.; Oppelstrup, J.; Ghoreyshi, M. CEASIOM: Simulating Stability and Control with CFD/CSM in Aircraft Conceptual Design. In Proceedings of the 26th International Congress of the Aeronautical Sciences, Anchorage, AK, USA, 14–19 September 2008; pp. 1–14. Available online: https://bit.ly/499MekS (accessed on 21 March 2024).
- Seeckt, K.; Scholz, D. Application of the Aircraft Preliminary Sizing Tool PreSTo to Kerosene and Liquid Hydrogen Fueled Regional Freighter Aircraft. In Proceedings of the DGLR: Deutscher Luft- und Raumfahrtkongress 2010: Tagungsband—Ausgewählte Manuskripte, Hamburg, Germany, 31 August–2 September 2010; Available online: https://perma.cc/K94E-BW3Z (accessed on 21 March 2024).
- Greitzer, E.M.; Bonnefoy, P.A.; DelaRosaBlanco, E.; Dorbian, C.S.; Drela, M.; Hall, D.K.; Hansman, R.J.; Hileman, J.I.; Liebeck, R.H.; Lovegren, J. N+3 Aircraft Concept Designs and Trade Studies. Volume 2. Appendices-Design Methodologies for Aerodynamics, Structures, Weight, and Thermodynamic Cycles. Report NASA/CR-2010-216794/VOL2, NASA. 2010. Available online: https://ntrs.nasa.gov/citations/20100042398 (accessed on 21 March 2024).
- Böhnke, D.; Nagel, B.; Gollnick, V. An approach to multi-fidelity in conceptual aircraft design in distributed design environments. In Proceedings of the 2011 Aerospace Conference, Big Sky, MT, USA, 5–12 March 2011; IEEE: New York, NY, USA, 2011; pp. 1–10. [Google Scholar] [CrossRef]
- Nagel, B.; Böhnke, D.; Gollnick, V.; Schmollgruber, P.; Rizzi, A.; La Rocca, G.; Alonso, J.J. Communication in Aircraft Design: Can We Establish a Common Language? In Proceedings of the ICAS, Brisbane, Australia, 23–28 September 2012; Available online: https://www.icas.org/ICAS_ARCHIVE/ICAS2012/ABSTRACTS/201 (accessed on 21 March 2024).
- Munjulury, R.C.; Berry, P.; Krus, P. RAPID—Robust Aircraft Parametric Interactive Design: A Knowledge Based Aircraft Conceptual Design Tool. In Proceedings of the 4th CEAS Conference in Linköping, Linköping, Sweden, 16–19 September 2013; pp. 255–262. Available online: http://liu.diva-portal.org/smash/record.jsf?pid=diva2:687478 (accessed on 21 March 2024).
- Munjulury, R.C.; Staack, I.; Berry, P.; Krus, P. A Knowledge-Based Integrated Aircraft Conceptual Design Framework. Ceas Aeronaut. J. 2016, 7, 95–105. [Google Scholar] [CrossRef]
- Schumann, H.; Berres, A.; Escher, S.; Stehr, T.; Fricke, S. ParADISE for Pre-Designing Aircraft and Systems. In Proceedings of the Deutscher Luft- und Raumfahrtkongress 2013, Stuttgart, Germany, 10–12 September 2013; Available online: https://publikationen.dglr.de/?tx_dglrpublications_pi1[document_id]=301340 (accessed on 21 March 2024).
- Herbst, S.; Hornung, M. ADDAM: An Object Oriented Data Model for an Aircraft Design Environment in MATLAB. In Proceedings of the AIAA Modeling and Simulation Technologies Conference, Kissimmee, FL, USA, 5–9 January 2015. [Google Scholar] [CrossRef]
- Travaglini, L.; Ricci, S.; Bindolino, G.; Isikveren, A.T.; Stumpf, E. PyPAD: A multidisciplinary framework for preliminary airframe design. Aircr. Eng. Aerosp. Technol. 2016, 88. [Google Scholar] [CrossRef]
- Lukaczyk, T.; Wendorff, A.D.; Botero, E.; MacDonald, T.; Momose, T.; Variyar, A.; Vegh, J.M.; Colonno, M.; Economon, T.D.; Alonso, J.J. SUAVE: An Open-Source Environment for Multi-Fidelity Conceptual Vehicle Design. In Proceedings of the 16th AIAA/ISSMO Multidisciplinary Analysis and Optimization Conference, Dallas, TX, USA, 22–26 June 2015. [Google Scholar] [CrossRef]
- Nicolosi, F.; Marco, A.D.; Attanasio, L.; Vecchia, P.D. Development of a Java-Based Framework for Aircraft Preliminary Design and Optimization. J. Aerosp. Inf. Syst. 2016, 13, 234–242. [Google Scholar] [CrossRef]
- Corman, J.A.; Weston, N.; Friedland, C.; Mavris, D.N.; Laughlin, T.W. Rapid Airframe Design Environment (RADE): A Parametric, Modular, and Multidisciplinary Framework for Conceptual Phase Airframe Design. In Proceedings of the 2018 AIAA Modeling and Simulation Technologies Conference, Reston, VA, USA, 8–12 January 2018. [Google Scholar] [CrossRef]
- Smith, H.; Sziroczák, D.; Abbe, G.; Okonkwo, P. The GENUS aircraft conceptual design environment. Proc. Inst. Mech. Eng. Part G J. Aerosp. Eng. 2019, 233. [Google Scholar] [CrossRef]
- Welstead, J.R.; Caldwell, D.; Condotta, R.; Monroe, N. An Overview of the Layered and Extensible Aircraft Performance System (LEAPS) Development. In Proceedings of the 2018 AIAA Aerospace Sciences Meeting, Kissimmee, FL, USA, 8–12 January 2018. [Google Scholar] [CrossRef]
- Khan, K.H.; Mallik, W.; Kapania, R.K.; Schetz, J.A. Distributed Design Optimization of Large Aspect Ratio Wing Aircraft with Rapid Transonic Flutter Analysis in Linux. In Proceedings of the AIAA Scitech 2021 Forum, American Institute of Aeronautics and Astronautics, Virtual Event, USA, 11–21 January 2021. [Google Scholar] [CrossRef]
- Liersch, C.M.; Hepperle, M. A Distributed Toolbox for Multidisciplinary Preliminary Aircraft Design. Ceas Aeronaut. J. 2011, 2, 57–68. [Google Scholar] [CrossRef]
- Moerland, E.; Becker, R.G.; Nagel, B. Collaborative understanding of disciplinary correlations using a low-fidelity physics-based aerospace toolkit. Ceas Aeronaut. J. 2015, 6, 441–454. [Google Scholar] [CrossRef]
- Moerland, E.; Pfeiffer, T.; Böhnke, D.; Jepsen, J.; Freund, S.; Liersch, C.M.; Pinho Chiozzotto, G.; Klein, C.; Scherer, J.; Hasan, Y.J.; et al. On the Design of a Strut-Braced Wing Configuration in a Collaborative Design Environment. In Proceedings of the 17th AIAA Aviation Technology, Integration, and Operations Conference, Denver, CO, USA, 5–9 June 2017. [Google Scholar] [CrossRef]
- Hartmann, J.; Pfeiffer, T.; Breymann, B.; Silberhorn, D.; Moerland, E.; Weiss, M.; Nagel, B. Collaborative Conceptual Design of a Mid-Range Aircraft under Consideration of Advanced Methods for Technology Assessment. In Proceedings of the 31st International Congress of the Aeronautical Sciences, Belo Horizonte, Brazil, 9–14 September 2018; Available online: https://www.icas.org/ICAS_ARCHIVE/ICAS2018/data/preview/ICAS2018_0167.htm (accessed on 21 March 2024).
- Woehler, S.; Atanasov, G.; Silberhorn, D.; Fröhler, B.; Zill, T. Preliminary Aircraft Design within a Multidisciplinary and Multifidelity Design Environment. In Proceedings of the Aerospace Europe Conference, Bordeaux, France, 25–28 February 2020; Available online: https://elib.dlr.de/185515 (accessed on 21 March 2024).
- Fioriti, M.; Boggero, L.; Prakasha, P.S.; Mirzoyan, A.; Aigner, B.; Anisimov, K. Multidisciplinary Aircraft Integration within a Collaborative and Distributed Design Framework using the AGILE Paradigm. Prog. Aerosp. Sci. 2020, 119, 100648. [Google Scholar] [CrossRef]
- The MathWorks Inc. MATLAB 9.12.0 (R2022a). 2022. Available online: https://bit.ly/497xLWO (accessed on 21 March 2024).
- Roskam, J. Airplane Design, Part II: Preliminary Configuration Design and Integration of the Propulsion System; Roskam Aviation and Engineering Corporation: Lawrence, KS, USA, 1985; Available online: https://bit.ly/3IONFdM (accessed on 21 March 2024).
- Guha, A.; Boylan, D.; Gallagher, P. Determination of optimum specific thrust for civil aero gas turbine engines: A multidisciplinary design synthesis and optimisation. Proc. Inst. Mech. Eng. Part G J. Aerosp. Eng. 2013, 227, 502–527. [Google Scholar] [CrossRef]
- Mattingly, J.D. Aircraft Engine Design; AIAA: Washington, DC, USA, 2002. [Google Scholar] [CrossRef]
- Mattingly, J.D.; Boyer, K.M.; von Ohain, H. Elements of Propulsion: Gas Turbines and Rockets; AIAA: Washington, DC, USA, 2006. [Google Scholar] [CrossRef]
- Hosseini, S.; Vaziry-Zanjany, M.A.; Ovesy, H.R. Multi-Objective Multidisciplinary Design Optimization of Regional Truss-Braced Wing Jet Aircraft. In Proceedings of the Aerospace Europe Conference 2023, Lausanne, Switzerland, 9–13 July 2023. [Google Scholar] [CrossRef]
- Fink, R.D. USAF Stability and Control DATCOM. Report AFWAL-TR-83-3048, Air Force Wright Aeronautical Laboratories, USAF. 1978. Available online: https://apps.dtic.mil/sti/citations/ADB072483 (accessed on 21 March 2024).
- Gudmundsson, S. General Aviation Aircraft Design: Applied Methods and Procedures; Butterworth-Heinemann: Oxford, UK, 2014. [Google Scholar] [CrossRef]
- Drela, M. AVL (Athena Vortex Lattice). 2004. Available online: https://bit.ly/4afMbVW (accessed on 21 March 2024).
- Dassault Systèmes. CATIA V5. 2010. Available online: https://bit.ly/4aGUkmv (accessed on 21 March 2024).
- Hosseini, S.; Vaziri-Zanjani, M.A.; Ovesy, H.R. Aircraft Automated Layout and Architecture Conceptual Design Using Knowledge-Based Engineering. In Proceedings of the 19th International Conference of Iranian Aerospace Society, Tehran, Iran, 18–21 May 2021; Available online: https://bit.ly/3TvUCpd (accessed on 21 March 2024).
- MSC Software. Nastran. 2020. Available online: https://bit.ly/3TW8qLf (accessed on 21 March 2024).
- Hosseini, S.; Ovesy, H.R.; Vaziri-Zanjani, M.A. Wing Loading Process in Knowledge-Based Aircraft Design and Optimization Framework. In Proceedings of the ICAS 2022, 33th Congress of the International Council of the Aeronautical Sciences, Stockholm, Sweden, 4–9 September 2022; Available online: https://www.icas.org/ICAS_ARCHIVE/ICAS2022/data/preview/ICAS2022_0519.htm (accessed on 21 March 2024).
- Walch, D.; Tetreault, S.; Dervault, F. Smeared Stiffeners in Panel for Mesh Simplification at Conceptual Design Phase. In Proceedings of the 54th AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamics, and Materials Conference, Boston, MA, USA, 8–11 April 2013. [Google Scholar] [CrossRef]
- LMS Virtual.Lab Team. LMS Virtual.Lab 11-SL2. 2011. Available online: https://bit.ly/3vIxjjU (accessed on 21 March 2024).
- Dababneh, O.; Kipouros, T.; Whidborne, J.F. Application of an Efficient Gradient-Based Optimization Strategy for Aircraft Wing Structures. Aerospace 2018, 5, 3. [Google Scholar] [CrossRef]
- Vanderplaats, G.N. ADS: A FORTRAN Program for Automated Design Synthesis: Version 1.10. Report NASA-CR-177985, NASA. 1985. Available online: https://ntrs.nasa.gov/citations/19860002427 (accessed on 21 March 2024).
- Sohst, M.; do Vale, J.L.; Afonso, F.; Suleman, A. Optimization and comparison of strut-braced and high aspect ratio wing aircraft configurations including flutter analysis with geometric non-linearities. Aerosp. Sci. Technol. 2022, 124. [Google Scholar] [CrossRef]
- Ouyang, X.; Yu, X.; Wang, Y. Flutter Analysis for Wing Structure Using Finite Element Modeling with Equivalent Stiffness. J. Vibroeng. 2014, 16, 1483–1493. Available online: https://www.extrica.com/article/14973 (accessed on 21 March 2024).
- Calderon, D.E.; Cooper, J.E.; Lowenberg, M.; Neild, S.A.; Coetzee, E.B. Sizing High-Aspect-Ratio Wings with a Geometrically Nonlinear Beam Model. J. Aircr. 2019, 56, 1455–1470. [Google Scholar] [CrossRef]
- FAA. Advisory Circular: Aeroelastic Stability Substantiation of Transport Category Airplanes, 2014. Available online: https://bit.ly/3VrjjWg (accessed on 21 March 2024).
- Megson, T.H.G. Aircraft Structures for Engineering Students, 7th ed.; Elsevier: Amsterdam, The Netherlands, 2021. [Google Scholar] [CrossRef]
- Roskam, J. Airplane Design, Part V: Component Weight Estimation; Roskam Aviation and Engineering Corporation: Lawrence, KS, USA, 1985; Available online: https://bit.ly/4a2NqYK (accessed on 21 March 2024).
- Jenkinson, L.R.; Simpkin, P.; Rhodes, D. Civil Jet Aircraft Design; AIAA: Washington, DC, USA, 1999. [Google Scholar] [CrossRef]
- Kandlikar, M. Indices for comparing greenhouse gas emissions: Integrating science and economics. Energy Econ. 1996, 18, 265–281. [Google Scholar] [CrossRef]
- Dallara, E.S.; Kroo, I.M.; Waitz, I.A. Metric for Comparing Lifetime average Climate Impact of Aircraft. AIAA J. 2011, 49, 1600–1613. [Google Scholar] [CrossRef]
- Roskam, J. Airplane Design, Part VIII: Airplane Cost Estimation; Roskam Aviation and Engineering Corporation: Lawrence, KS, USA, 1990; Available online: https://bit.ly/3TLpuTL (accessed on 21 March 2024).
- Soares do Amaral, J.V.; Montevechi, J.A.B.; Miranda, R.d.C.; Junior, W.T.d.S. Metamodel-based Optimization: A Systematic Literature Review. Simul. Model. Pract. Theory 2022, 114. [Google Scholar] [CrossRef]
- Benegas Jayme, D. Evaluation of the Hybrid-Electric Aircraft Project Airbus E-Fan X. Master’s Thesis, Faculty of Engineering and Computer Science, Hamburg University of Applied Science, Hamburg, Germany, 2019. [Google Scholar] [CrossRef]
- Boeing Media Relations. Airplane Arrives at Boeing Site for X-66A Modification. 2023. Available online: https://bit.ly/4afRepm (accessed on 21 March 2024).
- Svoboda, C. Turbofan engine database as a preliminary design tool. Aircr. Des. 2000, 3, 17–31. [Google Scholar] [CrossRef]
- Roskam, J. Airplane Design, Part VI: Preliminary Calculation of Aerodynamic, Thrust and Power Characteristics; Roskam Aviation and Engineering Corporation: Lawrence, KS, USA, 1987; p. 550. Available online: https://bit.ly/3vlYm4s (accessed on 21 March 2024).
- Proesmans, P.J.; Vos, R. Airplane Design Optimization for Minimal Global Warming Impact. J. Aircr. 2022, 59, 1363–1381. [Google Scholar] [CrossRef]
- Raymer, D.P. Aircraft Design: A Conceptual Approach, 6th ed.; AIAA: Washington, DC, USA, 2018. [Google Scholar] [CrossRef]
- Ramachandran, K.; Scholz, D. PreSTo Wing Module Optimization for the Double Trapezoidal Wing. In Proceedings of the Innovative Design and Development Practices in Aerospace and Automotive Engineering: I-DAD, Avadi, Chennai, India, 22–24 February 2016; Bajpai, P.R., Chandrasekhar, U., Eds.; Springer: Singapore, 2016; pp. 337–346. [Google Scholar] [CrossRef]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2024 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Hosseini, S.; Vaziry-Zanjany, M.A.; Ovesy, H.R. A Framework for Aircraft Conceptual Design and Multidisciplinary Optimization. Aerospace 2024, 11, 273. https://doi.org/10.3390/aerospace11040273
Hosseini S, Vaziry-Zanjany MA, Ovesy HR. A Framework for Aircraft Conceptual Design and Multidisciplinary Optimization. Aerospace. 2024; 11(4):273. https://doi.org/10.3390/aerospace11040273
Chicago/Turabian StyleHosseini, Saeed, Mohammad Ali Vaziry-Zanjany, and Hamid Reza Ovesy. 2024. "A Framework for Aircraft Conceptual Design and Multidisciplinary Optimization" Aerospace 11, no. 4: 273. https://doi.org/10.3390/aerospace11040273
APA StyleHosseini, S., Vaziry-Zanjany, M. A., & Ovesy, H. R. (2024). A Framework for Aircraft Conceptual Design and Multidisciplinary Optimization. Aerospace, 11(4), 273. https://doi.org/10.3390/aerospace11040273