OpenMDAO / Aviary

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

In LowSpeedAero, alpha is NOT an output #276

Closed xjjiang closed 1 month ago

xjjiang commented 2 months ago

Summary

In LowSpeedAero (GASP based), alpha is NOT an output even though the code indicates that output_alpha is True. This was a comment and is replaced by a warning message. Currently, this option (output_alpha == True) is not used. If it is needed, GASP has a subroutine to compute alpha. We can implement it in Aviary.

Related Issues

Backwards incompatibilities

None

New Dependencies

None