We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.

Ansys Learning Forum Forums Discuss Simulation Fluids Display of vector or contour and the mesh lines together via TUI command? Reply To: Display of vector or contour and the mesh lines together via TUI command?

vganore
Ansys Employee

In Fluent, the TUI command required to display the grid along with the vector and contour display is: /display set render-mesh yes Example: Command to display wall1 and wall2 along with velocity contour at z = 1 /display set-window 1; open Window1 /display set mesh-surfaces wall1 wall2 (); display mesh outline of wall1 and wall2 /display set contours surfaces z=1 (); select the surface where you want to display the contour(z = 1) /display set render-mesh yes; display mesh /display contour velocity-magnitude 0 1; display the velocity contours (range 0-1) on the surface (z = 1)