Skip to content

Performance subsystem#827

Merged
jkirk5 merged 13 commits intoOpenMDAO:mainfrom
jkirk5:performance_premission
Aug 13, 2025
Merged

Performance subsystem#827
jkirk5 merged 13 commits intoOpenMDAO:mainfrom
jkirk5:performance_premission

Conversation

@jkirk5
Copy link
Copy Markdown
Contributor

@jkirk5 jkirk5 commented Jul 25, 2025

Summary

Adds the skeleton for the "Performance" subsystem, which currently only contains a pre-mission component to compute wing loading and thrust-to-weight-ratio. There is also a new example that showcases a custom optimization problem with new design variables and constraints to demonstrate using this subsystem.

TODOs include a subsystem report, documentation for the subsystem and for the example.

Related Issues

  • Resolves #

Backwards incompatibilities

None

New Dependencies

None

@@ -1,43 +1,34 @@
import inspect
from pathlib import Path
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ruff import sorting

@jkirk5 jkirk5 enabled auto-merge August 13, 2025 14:36
@jkirk5 jkirk5 added this pull request to the merge queue Aug 13, 2025
Merged via the queue into OpenMDAO:main with commit 3cbd571 Aug 13, 2025
6 checks passed
@jkirk5 jkirk5 deleted the performance_premission branch January 14, 2026 18:52
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 this pull request may close these issues.

2 participants