SU2 unexpected error while running shape_optimization.py #1971
Unanswered
LorenzoFabris
asked this question in
Q&A
Replies: 2 comments 10 replies
-
Try with FFD_CONTROL_POINT_2D |
Beta Was this translation helpful? Give feedback.
3 replies
-
The ffd tag in DV param is wrong. I was just suggesting listing more points of the ffd as design parameters. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
After defining the FFD box correctly, using SU2_DEF, the shape_optimization.py script was launched to perform adjoint optimization of an internal flow over airfoil.
The following error is printed out by SU2:
SU2_error.txt
The .cfg file attached below is largely inspired by the Onera test case already published in the tutorial collection.
However, I checked the code looking for some issues that my configuration might have caused and I couldn't find any (to my knowledge). It seems the solver has issues converting to float-type variable my text indications for DV_PARAM option. Moreover, I tried to "play" with the values related to DV_PARAM and no difference was noted.
The same issue was experienced both in version 7.5.0 and 7.5.1 regardless of running a pre-compiled version (Microsoft) or the built-from-source version (Ubuntu).
To reproduce
airfoil.txt
Mesh file extension is not supported for upload
Bug report checklist
Desktop (please complete the following information):
Thank you in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions