OpenMDAO / Aviary

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

Allow users to remove or replace core subsystems #419

Open jkirk5 opened 5 days ago

jkirk5 commented 5 days ago

Desired capability or behavior.

Currently, Aviary automatically adds all core subsystems to the problem through hardcoded temp code in methods for L2. This needs to be changed so the user can provide the subsystem builders they want to be used. Adding all core subsystems can be done as a default option of the user does not provide the subsystems they want.

Depends on #418, as that will change how subsystems are handled within an AviaryProblem

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

No response

Associated Bug Report

No response