openfoam/applications/utilities/postProcessing
Henry Weller bf9c6b6d17 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:08:10 +01:00
..
dataConversion foamToVTK, PVFoamReader: Resolve problems converting VTK_WEDGE 2016-08-24 22:08:10 +01:00
graphics foamToVTK, PVFoamReader: Resolve problems converting VTK_WEDGE 2016-08-24 22:08:10 +01:00
lagrangian C++11: Replaced the C NULL with the safer C++11 nullptr 2016-08-05 17:19:38 +01:00
miscellaneous C++11: Replaced the C NULL with the safer C++11 nullptr 2016-08-05 17:19:38 +01:00
noise functionObjects: Separated writeFile and logFiles (previously writeFiles) from regionFunctionObject 2016-08-07 15:23:55 +01:00
postProcess Make/options: Removed duplicate entries 2016-08-01 20:55:16 +01:00