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

A bug #1

Open
Hardworking-Marvin opened this issue Nov 8, 2024 · 0 comments
Open

A bug #1

Hardworking-Marvin opened this issue Nov 8, 2024 · 0 comments

Comments

@Hardworking-Marvin
Copy link

Hello,

  I apologize for the interruption, but I’m currently working on a transonic buffet simulation for the NACA0012 airfoil using the aeroelastic_2d.py script in your repository and have encountered some issues. I would be grateful if you could provide some guidance. Below are the adjustments I made to your original code:
 ①I modified ABS_PATH_TO_SU2_CFD to point to my local SU2_CFD.exe and updated ABS_PATH_TO_MESH to reference the SU2 official example mesh, mesh_NACA0012_inv.su2. like fig.1

fig1
②Due to local MPI setup requirements, I added the -localonly flag to the cmd variable in the forced and free functions within the Aeroelastic class. My modified line now reads like fig.2
fig2

  After making these adjustments, I ran the aeroelastic_2d.py script. However, I encountered the following error messages indicating that CONV_CRITERIA is an invalid option name and suggesting INCREMENTAL_CRITERIA as a replacement. Like fig3

fig3

  When I tried using INCREMENTAL_CRITERIA instead, I received a new error stating that it requires 3 arguments, but only 1 was provided. 
  I would appreciate any advice on resolving this issue,thank you very much for your help!
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