Skip to content
Junzi Sun edited this page Sep 26, 2019 · 31 revisions

The OpenAP performance model allows for using different types of aircraft and obtaining the performance results. For each aircraft type, parameters such as dimensions, limits, nominal cruise condition, and engine options are given.

OpenAP is one of the performance models available in Bluesky.

For more information refer to OpenAP: The open-source aircraft performance model and associated toolkit

Enable OpenAP

In settings.cfg select the following option:

# Select the performance model. options: 'openap', 'bada', 'legacy'
performance_model = 'openap'

Databases

  • Aircraft
  • Engines
  • Drag polar
  • Kinematic (based on the results of a data-driven statistical model (Wrap)
  • Navigation

Available Aircraft Types

Types of fix wing aircraft are defined in: Aicraft Types

For rotors aircraft, the types are defined in: Rotor Types

The name of each aircraft object identifies the name which should be used to create each aircraft type.

Libraries

  • thrust: model to compute aircraft thrust
  • drag: model to compute aircraft drag
  • fuel: model to compute fuel consumption
  • kinematic: a utility library to access WRAP data
  • phase: a wrapper around segment, providing identification of all flight phases=
Clone this wiki locally