OpenMDAO / Aviary

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

Unify how core and external subsystems are handled #418

Open jkirk5 opened 5 days ago

jkirk5 commented 5 days ago

Desired capability or behavior.

In methods_for_level2.py, core subsystems and external subsystems are handled separately, but as they both use the SubsystemBuilderBase interface. It should be possible to unify how both are loaded.

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

No response

Associated Bug Report

No response