What is the use of Global Parameters? #108
usmanshahid90
started this conversation in
General
Replies: 1 comment
-
If you want to change the flight condition, you need to change the U0, p0, alpha0, etc in runScript.py that is it. During optimization, U0 will not change, but alpha (angle of attack) will change (if you set it as a design variable). |
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
-
Hello everyone!
In the runScript.py file, we have some global parameters. Majorly, I am interested in optimizing an airfoil at a particular velocity and angle of attack. If I only change it in runScript file, would it be alright? or for running it at the desired conditions, I need to change somewhere else also??
Moreover, global parameters seem to be initial value kind of things. Does it mean that the values will change during the optimization process?
Kindly help me in this regard.
Thanks...
Beta Was this translation helpful? Give feedback.
All reactions