OpenFOAM-5.x/applications/utilities/postProcessing/dataConversion/foamToVTK/foamToVTK
Henry Weller 22722a877c 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
..
Make functionObjects: rewritten to all be derived from 'functionObject' 2016-05-15 16:40:01 +01:00
writeVTK Doxygen documentation: Standardized the 'See also' heading 2016-06-17 17:31:34 +01:00
internalWriter.C foamToVTK: Separated into the library libfoamToVTK and the utility foamToVTK 2016-05-04 15:16:33 +01:00
internalWriter.H foamToVTK: Use UPtrList rather than PtrList 2016-05-06 14:11:38 +01:00
internalWriterTemplates.C foamToVTK: Use UPtrList rather than PtrList 2016-05-06 14:11:38 +01:00
lagrangianWriter.C foamToVTK: Separated into the library libfoamToVTK and the utility foamToVTK 2016-05-04 15:16:33 +01:00
lagrangianWriter.H foamToVTK: Separated into the library libfoamToVTK and the utility foamToVTK 2016-05-04 15:16:33 +01:00
lagrangianWriterTemplates.C foamToVTK: Separated into the library libfoamToVTK and the utility foamToVTK 2016-05-04 15:16:33 +01:00
patchWriter.C foamToVTK: Separated into the library libfoamToVTK and the utility foamToVTK 2016-05-04 15:16:33 +01:00
patchWriter.H foamToVTK: Use UPtrList rather than PtrList 2016-05-06 14:11:38 +01:00
patchWriterTemplates.C primitives/direction: Changed from "char" to "int8_t" and added IO operators 2016-05-06 17:40:49 +01:00
readFields.C foamToVTK: Use UPtrList rather than PtrList 2016-05-06 14:11:38 +01:00
readFields.H foamToVTK: Use UPtrList rather than PtrList 2016-05-06 14:11:38 +01:00
surfaceMeshWriter.C foamToVTK: Separated into the library libfoamToVTK and the utility foamToVTK 2016-05-04 15:16:33 +01:00
surfaceMeshWriter.H foamToVTK: Use UPtrList rather than PtrList 2016-05-06 14:11:38 +01:00
surfaceMeshWriterTemplates.C foamToVTK: Use UPtrList rather than PtrList 2016-05-06 14:11:38 +01:00
vtkMesh.C foamToVTK: Separated into the library libfoamToVTK and the utility foamToVTK 2016-05-04 15:16:33 +01:00
vtkMesh.H foamToVTK: Separated into the library libfoamToVTK and the utility foamToVTK 2016-05-04 15:16:33 +01:00
vtkTopo.C foamToVTK, PVFoamReader: Resolve problems converting VTK_WEDGE 2016-08-24 22:08:10 +01:00
vtkTopo.H foamToVTK: Separated into the library libfoamToVTK and the utility foamToVTK 2016-05-04 15:16:33 +01:00
writeFaceSet.C foamToVTK: Separated into the library libfoamToVTK and the utility foamToVTK 2016-05-04 15:16:33 +01:00
writeFaceSet.H foamToVTK: Separated into the library libfoamToVTK and the utility foamToVTK 2016-05-04 15:16:33 +01:00
writeFuns.C foamToVTK: Separated into the library libfoamToVTK and the utility foamToVTK 2016-05-04 15:16:33 +01:00
writeFuns.H foamToVTK: Separated into the library libfoamToVTK and the utility foamToVTK 2016-05-04 15:16:33 +01:00
writeFunsTemplates.C primitives/direction: Changed from "char" to "int8_t" and added IO operators 2016-05-06 17:40:49 +01:00
writePointSet.C foamToVTK: Separated into the library libfoamToVTK and the utility foamToVTK 2016-05-04 15:16:33 +01:00
writePointSet.H foamToVTK: Separated into the library libfoamToVTK and the utility foamToVTK 2016-05-04 15:16:33 +01:00
writeSurfFields.C foamToVTK: Use UPtrList rather than PtrList 2016-05-06 14:11:38 +01:00
writeSurfFields.H foamToVTK: Use UPtrList rather than PtrList 2016-05-06 14:11:38 +01:00