OpenMDAO / Aviary

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

Check that aero data is in ascending order #417

Open jkirk5 opened 5 days ago

jkirk5 commented 5 days ago

Desired capability or behavior.

In solved_alpha_group.py there is a requirement that passed data for alt, mach, alpha are in ascending order, which is required for metamodels to work. There currently appears to be no check that the data is sorted, which may result in an error when the metamodel is instantiated.

There may be other places in aero that require sorted data that could use this check as well. TBD

Is your feature request related to a problem? Please describe.

No response

Associated Bug Report

No response