Moving Periodic Surfaces conformally during optimization. #2000
Unanswered
NAnand-TUD
asked this question in
Q&A
Replies: 1 comment 3 replies
-
That option is only used by the new mesh solver for now. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello SU2ers,
I am trying to solve an optimization problem in which the periodic surface boundary should move conformally. Is there any quick way to do it?
One way is to write an algorithm to handle this in CVolumetricMovement::SetBoundaryDisplacements. Here the PERIODIC_BC flag needs to updated and some adaption needs to be made. Before I commit to that I would like to hear if there is a better way to handle this issue.
Additionally, I see other is MARKER_DEFORM_MESH_SYM_PLANE as an option in config.cpp but it is not being used in the source code. Is that the case or am I missing something here?
Thanks,
Nitish
Beta Was this translation helpful? Give feedback.
All reactions