Skip to content

How to show graphs from fluent #1080

Answered by jharming
jharming asked this question in Q&A
Discussion options

You must be logged in to vote

I found out tha tI could use the graphics module see https://fluentvisualization.docs.pyansys.com/examples/00-postprocessing/post_processing_exhaust_manifold.html#sphx-glr-examples-00-postprocessing-post-processing-exhaust-manifold-py
Here is the example for mesh.

graphics = Graphics(session=solver_session)
mesh1 = graphics.Meshes["mesh-1"]
mesh1.show_edges = True
a = mesh1.surfaces_list.allowed_values
mesh1.surfaces_list = a
mesh1.display("window-1")

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@amscosta
Comment options

Answer selected by jharming
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants