ENH: extended runTimePostProcessing (#1206)
- Extended runTimePostProcessing to include access to "live" simulation objects such a geometry patches and sampled surfaces stored on the "functionObjectObjects" registry. - Add 'live' runTimePostProcessing of cloud data. Extracts position and fields from the cloud via its objectRegistry writer - For the "live" simulation objects, there are two new volume filters that work directly with the OpenFOAM volume fields: * iso-surface * cutting planes Both use the VTK algorithms directly and support multiple values. Eg, can make multiple iso-levels or multiple planes parallel to each other. - When VTK has been compiled with MPI-support, parallel rendering will be used. - Additional title text properties (shadow, italic etc) - Simplified handling of scalar-bar and visibility switches - Support multiple text positions. Eg, for adding watermark text.
Showing
- etc/caseDicts/annotated/runTimePostProcessingDict 281 additions, 0 deletionsetc/caseDicts/annotated/runTimePostProcessingDict
- etc/caseDicts/postProcessing/visualization/runTimePostPro.cfg 107 additions, 0 deletions...caseDicts/postProcessing/visualization/runTimePostPro.cfg
- etc/controlDict 1 addition, 0 deletionsetc/controlDict
- src/functionObjects/graphics/runTimePostProcessing/CMakeLists-Project.txt 44 additions, 1 deletion...cts/graphics/runTimePostProcessing/CMakeLists-Project.txt
- src/functionObjects/graphics/runTimePostProcessing/contourFilter.C 303 additions, 0 deletions...ionObjects/graphics/runTimePostProcessing/contourFilter.C
- src/functionObjects/graphics/runTimePostProcessing/contourFilter.H 140 additions, 0 deletions...ionObjects/graphics/runTimePostProcessing/contourFilter.H
- src/functionObjects/graphics/runTimePostProcessing/cuttingPlaneFilter.C 292 additions, 0 deletions...jects/graphics/runTimePostProcessing/cuttingPlaneFilter.C
- src/functionObjects/graphics/runTimePostProcessing/cuttingPlaneFilter.H 160 additions, 0 deletions...jects/graphics/runTimePostProcessing/cuttingPlaneFilter.H
- src/functionObjects/graphics/runTimePostProcessing/fieldVisualisationBase.C 458 additions, 223 deletions...s/graphics/runTimePostProcessing/fieldVisualisationBase.C
- src/functionObjects/graphics/runTimePostProcessing/fieldVisualisationBase.H 178 additions, 28 deletions...s/graphics/runTimePostProcessing/fieldVisualisationBase.H
- src/functionObjects/graphics/runTimePostProcessing/functionObjectBase.C 8 additions, 16 deletions...jects/graphics/runTimePostProcessing/functionObjectBase.C
- src/functionObjects/graphics/runTimePostProcessing/functionObjectBase.H 14 additions, 10 deletions...jects/graphics/runTimePostProcessing/functionObjectBase.H
- src/functionObjects/graphics/runTimePostProcessing/functionObjectCloud.C 123 additions, 46 deletions...ects/graphics/runTimePostProcessing/functionObjectCloud.C
- src/functionObjects/graphics/runTimePostProcessing/functionObjectCloud.H 21 additions, 6 deletions...ects/graphics/runTimePostProcessing/functionObjectCloud.H
- src/functionObjects/graphics/runTimePostProcessing/functionObjectLine.C 16 additions, 8 deletions...jects/graphics/runTimePostProcessing/functionObjectLine.C
- src/functionObjects/graphics/runTimePostProcessing/functionObjectLine.H 9 additions, 5 deletions...jects/graphics/runTimePostProcessing/functionObjectLine.H
- src/functionObjects/graphics/runTimePostProcessing/functionObjectSurface.C 329 additions, 32 deletions...ts/graphics/runTimePostProcessing/functionObjectSurface.C
- src/functionObjects/graphics/runTimePostProcessing/functionObjectSurface.H 33 additions, 6 deletions...ts/graphics/runTimePostProcessing/functionObjectSurface.H
- src/functionObjects/graphics/runTimePostProcessing/geometryBase.C 21 additions, 4 deletions...tionObjects/graphics/runTimePostProcessing/geometryBase.C
- src/functionObjects/graphics/runTimePostProcessing/geometryBase.H 19 additions, 13 deletions...tionObjects/graphics/runTimePostProcessing/geometryBase.H
Please register or sign in to comment