Paraview clip does not display the mesh correctly

Hi,
I have created a fully hexahedral O-grid mesh using blockMesh and extrudeMesh in openfoam6 for a pipe with bends.

When I see the mesh in default view, it looks fine. But if I take a clip plane or slice parallel to the perpendicular to the pipe length, the mesh shows up with extra edges.

Overall Geometry:

Normal View:

Slice View:

please share your data.

Just turn off the triangulation of the slice in the slice’s advanced properties. You’ll get your quads back this way.

3 Likes

Thanks. This worked perfectly.