Error in creating contour surfaces_list #2464
Unanswered
Sriram14357
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am following the introduction to PyFluent course on Ansys, and I am trying to do as it is in video. I have reached till here
solver.results.graphics.contour["velocity_contour"](field ="velocity-magnitude",surfaces_list = ["pressure_outlet"]) solver.results.graphics.contour["velocity_countour"].display()
When I am trying to run it, this is shows like this
RuntimeError: Values contain disallowed entries Error Object: (pressure_outlet)
Can anyone please solve the issue and tell me where to look for the detailed documentation?
Here is my Jupyter notebook link. I am using a deepnote to share the code, I am running in a windows machine.
Here are my libraries and their versions
edit 1 (19/02/2024): I also tried the code in Cheatsheet, but that way is also not working.
Beta Was this translation helpful? Give feedback.
All reactions