OpenFOAM-4.x/applications/utilities/postProcessing/dataConversion
Henry Weller 5c32f339e3 foamToVTK, PVFoamReader: Resolve problems converting VTK_WEDGE
- There will be triangles rendered inside the mesh (when
    surface-rendering), because one of the cell's triangles is defined
    as a quadrangle in VTK_WEDGE.

  - Therefore, this VTK_WEDGE representation is only used when
    decomposing the mesh, otherwise the correct representation is done
    by VTK_POLYHEDRON.

  - Furthermore, using VTK_PYRAMID gave worse result, because it renders
    2 triangles inside the mesh for the collapsed quadrangle, likely due
    to mismatch with the adjacent cell's face.

  - Using VTK_HEXAHEDRON was not tested in this iteration, given that it
    should give even worse results, when compared to using VTK_PYRAMID.

Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2099
2016-08-24 22:06:06 +01:00
..
foamDataToFluent Updated version to OpenFOAM-4.x 2016-06-28 11:59:45 +01:00
foamToEnsight Make/options: Removed duplicate entries 2016-08-01 20:57:02 +01:00
foamToEnsightParts Rationalized Doxygen documentation of command-line options 2016-06-17 09:11:58 +01:00
foamToGMV Formatting: Rationalized the indentation of #include 2015-02-10 20:35:50 +00:00
foamToTecplot360 Rationalized Doxygen documentation of command-line options 2016-06-17 09:11:58 +01:00
foamToTetDualMesh Further standardization of loop index naming: pointI -> pointi, patchI -> patchi 2016-05-18 21:20:42 +01:00
foamToVTK foamToVTK, PVFoamReader: Resolve problems converting VTK_WEDGE 2016-08-24 22:06:06 +01:00
smapToFoam applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00