Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 1.32 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.32 KB

MACH-Aero Tutorials

Documentation Status

The tutorial site has moved! Please check out mdolab/MACH-Aero instead

This repository is kept for archival purposes only.


This repository contains step-by-step tutorials for MDO of aircraft configurations with high fidelity (MACH). The MACH framework is developed by the MDO Lab. It facilitates the aerodynamic design, analysis, and optimization of aircraft. The tutorial covers the basics needed to optimize the aerodynamic surface of a wing. It also includes an airfoil optimization example.

Tutorial documentation

You can either view the online tutorial or build the tutorial documentation locally. To generate the tutorial locally, open a terminal and enter the following commands:

$ cd mach_aero_tutorials/doc
$ make html

This generates html files in _build/html/. You can then open _build/html/index.html in your preferred browser to view the tutorial documentation.

Required Packages to build

  • Sphinx (1.6.6)