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

Simplify the single-stage-to-orbit (ssto) example ODE. #522

Closed
1 of 4 tasks
robfalck opened this issue Jan 22, 2021 · 0 comments · Fixed by #534
Closed
1 of 4 tasks

Simplify the single-stage-to-orbit (ssto) example ODE. #522

robfalck opened this issue Jan 22, 2021 · 0 comments · Fixed by #534

Comments

@robfalck
Copy link
Contributor

Summary of Issue

Simplify the SSTO example ODE to make it more digestible for new users.

Issue Type

  • Bug
  • Enhancement
  • Docs
  • Miscellaneous

Description

The SSTO case uses an ODE which is composed of two components. To make dymos easier for new users, we should use complex-step differentiation in more of our examples. For the SSTO case, the ODE should become a component (rather than a group) that includes both the atmosphere model and the 3DOF vehicle dynamics. It should use complex-step differentiation with partial coloring to make the differentiation as efficient as possible.

Performance comparisons with the analytic differentiation version should be done to see whether this is a good strategy for dymos ODEs in general.

Example

N/A

Environment

dymos 0.18.1-dev

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

Successfully merging a pull request may close this issue.

1 participant