Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include_in_solver flag for external subsystems in mission. #545

Open
Kenneth-T-Moore opened this issue Sep 26, 2024 · 0 comments
Open

Include_in_solver flag for external subsystems in mission. #545

Kenneth-T-Moore opened this issue Sep 26, 2024 · 0 comments

Comments

@Kenneth-T-Moore
Copy link
Member

Desired capability or behavior.

  1. Move the throttle balance solver loop in missionODE into its own subsystem.
  2. 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)
  3. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant