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

Multiangle solves don't work in parallel #83

Open
eyoung55 opened this issue Jan 4, 2022 · 0 comments
Open

Multiangle solves don't work in parallel #83

eyoung55 opened this issue Jan 4, 2022 · 0 comments

Comments

@eyoung55
Copy link
Collaborator

eyoung55 commented Jan 4, 2022

Description

The solver type "multiangle" doesn't work when running WindSE in parallel.

Steps to reproduce issue

Start with WindSE/tests/9-Regression/Yaw_Optimization.yaml, change the solver type to multiangle and add the specification num_wind_angles: 4. Run this modified case with mpirun -n 4 windse run Yaw_Optimization.yaml

Current behavior

Currently this produces a solver error for any wind angles not equal to the initial wind angle. This is directly related to the way boundaries are updated for new inflow angles in serial (using a mesh function and adapting it to the refined grid) which cannot be extended to parallel.

Expected behavior

This code should produce the same result as running in serial.

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