-
Notifications
You must be signed in to change notification settings - Fork 73
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
Wopwop3 access permission issue #130
Comments
Hi Andrea, I'm glad to hear you are making progress!
The following command should grant permissions to everyone to read, write, and execute the binary file: chmod 777 path/to/wopwop3 See this link to learn more about permissions in Unix systems: LINK |
I imagine that the zip file that you got with the binary came with some example cases that you can run without needing FLOWUnsteady. Could you try running those examples? If the examples run without issues, then try replacing the example case input files with the case files that FLOWUnsteady generated. Please let me know if that works. |
Thanks for checking that! The only thing I can think of is that perhaps PSU-WOPWOP v3.5.0 has breaking changes in what it expects to find in the input files. Any chance you could try emailing Prof. Brentner to get PSU-WOPWOP v3.4.4 and see if you run into the same issue? |
I asked but I am still waiting for the response. Currently, I am utilizing version 3.5.0, and I attempted a sensitivity analysis on certain parameters to scrutinize the code. Changing only the number of revolutions I obtain these two strange results Do you think that the PSU-WOPWOP code is working badly? |
Hi @EdoAlvarezR I reran the simulation using the Linux version, and it worked successfully. However, I'm still encountering an issue related to accessing the 'wopwop3' folder. Is there a way to modify your code to address this particular issue? |
Did you try using the chmod command in my previous comment? Make sure that your user has permission to execute the file. You can also do that right-clicking the file and checking the properties (if you are in Linux with a graphic interface) |
Yes I used the chmod command to improve the permission but still the code can not access to the folder but If I am doing this
in ubuntu the code is working and it is producing the correct output files. I will try to check the user permission again. |
Odd. That's is exactly what Not ideal, but you can just let |
You're right and thanks for the suggestions :) |
Hello! |
I tried again to simulate the aeroacoustic part of a tutorial case (rotorhover) but I find an issues related the Run PSU-WOPWOP part of the FLOWUnsteady_noise_wopwop code and the error is the following "
IOError: could not spawn
./wopwop3: permission denied (EACCES)
". I already checked and the folder wopwop3 is created as well in the pww path.Attached is the code response: wopwop3_issue.txt
May I ask for your kind help on this issue?
Andrea
The text was updated successfully, but these errors were encountered: