ENH: improve file reader support for runTimePostProcessing (#1091)
- support .vtp format for geometry, surface, line, cloud. - use native reader for handling vtk, vtp, obj, stl surface files. For other formats, use the MeshedSurface (the surfMesh lib) to handle reading and Foam::vtk::Tools::Patch to handle the conversion to vtkPolyData. This combination is more memory efficient. - update tutorial case to include vtp surface geometry
Showing
- src/functionObjects/graphics/runTimePostProcessing/dummy/runTimePostProcessingDummy.H 3 additions, 3 deletions.../runTimePostProcessing/dummy/runTimePostProcessingDummy.H
- src/functionObjects/graphics/runTimePostProcessing/fieldVisualisationBase.C 73 additions, 51 deletions...s/graphics/runTimePostProcessing/fieldVisualisationBase.C
- src/functionObjects/graphics/runTimePostProcessing/fieldVisualisationBase.H 24 additions, 25 deletions...s/graphics/runTimePostProcessing/fieldVisualisationBase.H
- src/functionObjects/graphics/runTimePostProcessing/functionObjectBase.C 1 addition, 1 deletion...jects/graphics/runTimePostProcessing/functionObjectBase.C
- src/functionObjects/graphics/runTimePostProcessing/functionObjectBase.H 2 additions, 2 deletions...jects/graphics/runTimePostProcessing/functionObjectBase.H
- src/functionObjects/graphics/runTimePostProcessing/functionObjectCloud.C 14 additions, 4 deletions...ects/graphics/runTimePostProcessing/functionObjectCloud.C
- src/functionObjects/graphics/runTimePostProcessing/functionObjectCloud.H 12 additions, 13 deletions...ects/graphics/runTimePostProcessing/functionObjectCloud.H
- src/functionObjects/graphics/runTimePostProcessing/functionObjectLine.C 64 additions, 14 deletions...jects/graphics/runTimePostProcessing/functionObjectLine.C
- src/functionObjects/graphics/runTimePostProcessing/functionObjectLine.H 10 additions, 12 deletions...jects/graphics/runTimePostProcessing/functionObjectLine.H
- src/functionObjects/graphics/runTimePostProcessing/functionObjectSurface.C 60 additions, 23 deletions...ts/graphics/runTimePostProcessing/functionObjectSurface.C
- src/functionObjects/graphics/runTimePostProcessing/functionObjectSurface.H 4 additions, 5 deletions...ts/graphics/runTimePostProcessing/functionObjectSurface.H
- src/functionObjects/graphics/runTimePostProcessing/geometryBase.C 4 additions, 3 deletions...tionObjects/graphics/runTimePostProcessing/geometryBase.C
- src/functionObjects/graphics/runTimePostProcessing/geometryBase.H 24 additions, 25 deletions...tionObjects/graphics/runTimePostProcessing/geometryBase.H
- src/functionObjects/graphics/runTimePostProcessing/geometrySurface.C 97 additions, 56 deletions...nObjects/graphics/runTimePostProcessing/geometrySurface.C
- src/functionObjects/graphics/runTimePostProcessing/geometrySurface.H 12 additions, 16 deletions...nObjects/graphics/runTimePostProcessing/geometrySurface.H
- src/functionObjects/graphics/runTimePostProcessing/pathline.C 5 additions, 5 deletions...functionObjects/graphics/runTimePostProcessing/pathline.C
- src/functionObjects/graphics/runTimePostProcessing/pathline.H 13 additions, 16 deletions...functionObjects/graphics/runTimePostProcessing/pathline.H
- src/functionObjects/graphics/runTimePostProcessing/pointData.C 4 additions, 4 deletions...unctionObjects/graphics/runTimePostProcessing/pointData.C
- src/functionObjects/graphics/runTimePostProcessing/pointData.H 12 additions, 15 deletions...unctionObjects/graphics/runTimePostProcessing/pointData.H
- src/functionObjects/graphics/runTimePostProcessing/runTimePostProcessing.C 60 additions, 66 deletions...ts/graphics/runTimePostProcessing/runTimePostProcessing.C
Please register or sign in to comment