Include_in_solver flag for external subsystems in mission.
Open
@ehariton is already working on this.
Since Feb 12, 2026.
- Dominant language
- Python
- Stars
- 287
- Forks
- 140
- Avg merge
- 6d 14h
- Merged PRs (30d)
- 18
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.