Replies: 1 comment
-
|
have your problem has been fixed ,i hope to share with me your result |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I've been using su2's single point optimization for a while.
Now, I want to process a multipoint optimization with constraints.
The problem I encountered is that, if I set OPT_CONSTRAINT=NONE or a flow based constraint function(e.g. MULTIPOINT_MOMENT_Z), the optimization goes well.
But if the geometry based constraint is given to OPT_CONSTRAINT(e.g. OPT_CONSTRAINT=( AIRFOIL_THICKNESS>0)*0.001 like single point problem ), the error will occur as below.
The cfg file is based on inv_NACA0012_multipoint.cfg that is from TestCase.
I have no idea what the problem is. I can't find the answer anywhere else.
The error message is as follows:
The cfg file is as follows:
Beta Was this translation helpful? Give feedback.
All reactions