OpenMDAO / Aviary

NASA's aircraft analysis, design, and optimization tool
https://openmdao.github.io/Aviary/
Other
134 stars 59 forks source link

Landing gear drag is always included in tabular takeoff aero equations #275

Closed jphorton closed 4 months ago

jphorton commented 4 months ago

Description

The FLOPS-based tabular takeoff aero group includes landing gear drag in the net drag coefficient equation but does not have an option to disable it, meaning landing gear drag is added to all segments of flight if a value is provided by the user.

Example

From aviary\subsystems\aerodynamics\flops_based\takeoff_aero_group.py :

gear_drag_code_snippet

Aviary Version

0.9.4-dev

Relevant environment information

No response