Inverse Design #314
-
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 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello Abhijith, |
Beta Was this translation helpful? Give feedback.
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.