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

POEM 81: Implement Submodel Component #2817

Merged
merged 160 commits into from May 25, 2023
Merged

POEM 81: Implement Submodel Component #2817

merged 160 commits into from May 25, 2023

Conversation

nsteffen
Copy link
Contributor

@nsteffen nsteffen commented Feb 21, 2023

Summary

POEM 81 implementation. Adds SubmodelComp as a new component allowing for users to evaluate OpenMDAO systems within a component.

Related Issues

Backwards incompatibilities

None

New Dependencies

None

@nsteffen nsteffen changed the title Subprob POEM 81: Implement Subproblem Component Feb 21, 2023
@swryan swryan added Pending POEM Acceptance Do not merge. This PR is attached to a POEM that is not yet accepted. POEM Indicates an issue/PR that references a POEM labels Feb 21, 2023
openmdao/components/subproblem_comp.py Outdated Show resolved Hide resolved
openmdao/components/subproblem_comp.py Outdated Show resolved Hide resolved
openmdao/components/tests/test_subproblem_comp.py Outdated Show resolved Hide resolved
Copy link
Member

@Kenneth-T-Moore Kenneth-T-Moore left a comment

Choose a reason for hiding this comment

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

I think this is good, simple, and concise. The only thing missing is a feature doc, which you could do as a follow-on.

@nsteffen nsteffen marked this pull request as ready for review May 10, 2023 19:01
openmdao/components/submodel_comp.py Outdated Show resolved Hide resolved
@nsteffen nsteffen requested a review from naylor-b May 11, 2023 16:10
@swryan swryan removed the Pending POEM Acceptance Do not merge. This PR is attached to a POEM that is not yet accepted. label May 24, 2023
@swryan swryan merged commit e97160b into OpenMDAO:master May 25, 2023
8 checks passed
@relf
Copy link
Contributor

relf commented Jun 30, 2023

Just to let you know this one is missing in the release notes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
POEM Indicates an issue/PR that references a POEM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement POEM 81
7 participants