Inverse Design #314
Answered
by
marcomangano
AbhijithMoni
asked this question in
Q&A
|
I would like to know is it possible to do inverse design study with pyoptsparse. For example, inverse design case of an airfoil: initial shape (NACA0012) and optimize it to final shape (RAE2822) with the target Cp (Coefficient of pressure). Thanks |
Answered by
marcomangano
Dec 8, 2022
Replies: 1 comment
|
Hello Abhijith, |
0 replies
Answer selected by
ewu63
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello Abhijith,
pyOptSparse is a Python wrapper for a set of optimization algorithms, so your question goes beyond this code specific domain. If you are able to formulate the inverse design as an optimization problem with your optimizer of choice then you can use pyOptSparse in your script. Check this page of the documentation to learn about the problem formulation used by pyOptSparse and its API.