Using SU2's Adjoint Optimization For Inverse Problem #1624
Unanswered
Gaurav11ME
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Yes, this is possible, but you would need to write code for: You can have a look at CElasticitySolver, it does similar actions to what I described. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I recommend working from Visual Studio Code , and then search for "Elasticity" to see files associated with this solver, for instance the files in the directory src/numerics/elasticity |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am exploring the use of SU2's adjoint capability for solving an inverse problem. I wish to know if it is possible to use this to optimize a spatially varying parameter (e.g., spatially varying viscosity). I have measured values of the velocity field in the flow domain, and below is the process I wish to follow for the inference.
Beta Was this translation helpful? Give feedback.
All reactions