Changing angle of attack from python #2028
Unanswered
kursatyurt
asked this question in
Q&A
Replies: 2 comments 4 replies
-
The inlet angle is for inlet boundaries, not for farfield. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I use the translating mesh for this / a similar purpose. Set the farfield to zero and use u, v and w instead. The python interface to update the velocities has just been merged into the development branch (#2024). |
Beta Was this translation helpful? Give feedback.
2 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 am trying to get polar using my own script.
I don't want to produce a config file for each case as in the polar script.
I have only 2 markers as in the NACA0012 case with a compressible solver. Normally even if there are some restrictions about AoA I expect that the flow angle should change but also did not observe any change in flow angle. The case is steady.
My script is very simple:
Beta Was this translation helpful? Give feedback.
All reactions