Include_in_solver flag for external subsystems in mission.
Opened this issue · 0 comments
Kenneth-T-Moore commented
Desired capability or behavior.
- Move the throttle balance solver loop in missionODE into its own subsystem.
- Allow any external subsystem builder to specify whether it should be added into the top system, or into the solver subsystem. (include_in_solver is a placeholder name)
- Make sure auto-ordering is turned on for the mission ode and the solver subsystem.
Is your feature request related to a problem? Please describe.
The motivation for this the need for the OAS subsystem to not be under a solver. This is feasible because the drag does not depend on the solver independent: throttle.
Associated Bug Report
No response