maximization lift coefficient for an the objective function for multiple point airfoil optimization #135
Unanswered
EngJamal2023
asked this question in
Q&A
Replies: 1 comment
-
please anyone answer me please ### |
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
-
I'm hoping that the community can help me find an error in my code. I created this code to calculate optimization, and I made some modifications to it. However, I'm encountering an error and would appreciate any assistance in identifying and fixing the issue. I've included the relevant code snippet below for reference.
i use prefoil model to create the distribution the point around airfoil
and i put some of adflow solver option for low mach number as following
because i use analysi for airfoil for wind turbine i change the thickness
DVCon.addThicknessConstraints2D(leList, teList, 2, 100, lower=0.1, upper=1.15,scaled=True)
i change here the opjective function and drag constraint as following
also i change the scale of the objective function
optProb.addObj("obj", scale=1.0)
i hope if there is mistake fill me with correction it is so glad for your help
Beta Was this translation helpful? Give feedback.
All reactions