Replies: 1 comment 2 replies
-
Run SU2_DEF |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(new user here and apologies if this has been raised/addressed before).
I want to perturb the Hicks and Henne bump function design variables and write out the airfoil shape, without running the primal or adjoint solvers. So I want to implement
Y = f(X)
whereX
is the vector of Hicks and Henne bump function weights andY
is a vector of the actualy
coordinate of the airfoil at eachx
corresponding to an element ofX
.Is there a script that already exists to this effect? If so can you share that with me? If not do you have suggestions as to how to implement this? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions