Skip to content

fix a couple bugs with supersonic panel case #213

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Asthelen
Copy link
Collaborator

A couple bugs were recently introduced to the supersonic panel codes: a broken geometry connection in run_parallel.py (due to the geometry coordinate input lacking a tag), and a missing "if name == "main":". The src_indices in run_parallel.py also aren't working now.

@Asthelen
Copy link
Collaborator Author

Asthelen commented Apr 18, 2025

I think the src_indices issue with run_parallel.py is due to this issue I just opened: OpenMDAO/OpenMDAO#3513 I'm guessing fixing that will require no other changes to the supersonic panel codes (it still works with older OpenMDAO versions anyway, up until get_outputs_dir which I think is newer than the old version I tested with).

@Asthelen Asthelen marked this pull request as ready for review April 18, 2025 14:45
@Asthelen
Copy link
Collaborator Author

The src_indices issue is now fixed per OpenMDAO/OpenMDAO#3514, so this should be ready to be merged.

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.

1 participant