...

/

Introduction to Modeling Engine Thrust

Introduction to Modeling Engine Thrust

Introduce readers to the physics behind thrust available and thrust required.

We'll cover the following...

The first example that you will use to show off Python’s functionality is graphing thrust required and thrust available for an Airbus A321 at sea level, 10,000 feet, and 35,000 feet (often stylized as FL350 for Flight Level 350, meaning 35,000 feet). This example allows you to demonstrate the plotting capabilities of Matplotlib, the graphing library, and Python’s ability to accept functional programming inputs like writing equations and iterating ...