-
- Downloads
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. - 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
Showing
- etc/caseDicts/annotated/runTimePostProcessingDict 281 additions, 0 deletionsetc/caseDicts/annotated/runTimePostProcessingDict
- etc/caseDicts/postProcessing/visualization/runTimePostPro.cfg 109 additions, 0 deletions...caseDicts/postProcessing/visualization/runTimePostPro.cfg
- etc/controlDict 1 addition, 0 deletionsetc/controlDict
- src/functionObjects/graphics/runTimePostProcessing/Allwmake 1 addition, 1 deletionsrc/functionObjects/graphics/runTimePostProcessing/Allwmake
- src/functionObjects/graphics/runTimePostProcessing/CMakeLists-Project.txt 42 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 19 additions, 8 deletions...ects/graphics/runTimePostProcessing/functionObjectCloud.C
- src/functionObjects/graphics/runTimePostProcessing/functionObjectCloud.H 12 additions, 5 deletions...ects/graphics/runTimePostProcessing/functionObjectCloud.H
- src/functionObjects/graphics/runTimePostProcessing/functionObjectLine.C 14 additions, 6 deletions...jects/graphics/runTimePostProcessing/functionObjectLine.C
- src/functionObjects/graphics/runTimePostProcessing/functionObjectLine.H 3 additions, 5 deletions...jects/graphics/runTimePostProcessing/functionObjectLine.H
- src/functionObjects/graphics/runTimePostProcessing/functionObjectSurface.C 327 additions, 30 deletions...ts/graphics/runTimePostProcessing/functionObjectSurface.C
- src/functionObjects/graphics/runTimePostProcessing/functionObjectSurface.H 27 additions, 6 deletions...ts/graphics/runTimePostProcessing/functionObjectSurface.H
- src/functionObjects/graphics/runTimePostProcessing/geometryBase.C 21 additions, 4 deletions...tionObjects/graphics/runTimePostProcessing/geometryBase.C
Loading
Please register or sign in to comment