Fix OpenFOAMReader that infers wrong wedge cell type on some polyhedron.
The reader consider every cell with 2 triangles and 3 quads as a wedge but it might be wrong and this ends up with wrong cell topology and holes in the mesh. This patch fixes this issue by processing those wrongly inferred wedges as polyhedrons.
Attached is an example of such polyhedrons. Clearly it is not valid anyway because some faces are far to be planar: badpolyhedron-1481495.vtk
Edited by Joachim Pouderoux
Merge request reports
Activity
added 1 commit
- 0b55ace0 - Fix OpenFOAMReader that infer wront wedge cell type on some polyhedron.
@olesen If OpenFOAM produces plenty of non planar faces, we will have to introduce a new option to split those cells to avoid different issues that can occures later during mesh processing or visualization.
@olesen Yes indeed, this is something we are going to work on soon.
mentioned in issue paraview/paraview#17787 (closed)
added 1002 commits
-
0b55ace0...6a58312b - 1001 commits from branch
vtk:master
- 2cd2cc88 - Fix OpenFOAMReader that infer wronh wedge cell type on some polyhedron.
-
0b55ace0...6a58312b - 1001 commits from branch
Please register or sign in to reply