Replies: 1 comment 1 reply
-
You can have a look at the python wrapper examples and see if you can adapt something. |
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.
-
Hello,
I'm using SU2 for DOE sampling right now. My current process is to change the values of the relevant variables in FFD, then use the
SU2_DEF
module to deform the mesh, it will output the mesh. Then I useSU2_CFD
read mesh to calculate.My question is, is it possible to deform the mesh without exporting the mesh (keep it in the computer memory) and then use
SU2_CFD
directly to perform the calculation, eliminating the need to export and read the mesh.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions