Merge branch 'feature-runtime-post-pro-clean-objects' into 'develop'
ENH: runTimePostProcessing - added option to clear/remove objects after use When specifying line and surface function-object-based visualisation, use the optional `clearObjects` flag to indicate that source objects should be removed/cleared after use. Test case: [cavity.tgz](/uploads/62cc2761d132f42456f2af08f1499eba/cavity.tgz) Syntax: ``` surfaces { cuttingPlane1 { type functionObject; functionObject cuttingPlane; clearObjects yes; // new option ... ``` Note: only files that have been used will be removed, e.g. if a function object has created multiple surface files, unused files will remain at the end of the run - in the attached case the p surface remains... See merge request !89
Showing
- src/functionObjects/graphics/runTimePostProcessing/CMakeLists-Common.txt 1 addition, 0 deletions...ects/graphics/runTimePostProcessing/CMakeLists-Common.txt
- src/functionObjects/graphics/runTimePostProcessing/fieldVisualisationBase.C 0 additions, 2 deletions...s/graphics/runTimePostProcessing/fieldVisualisationBase.C
- src/functionObjects/graphics/runTimePostProcessing/fieldVisualisationBase.H 0 additions, 7 deletions...s/graphics/runTimePostProcessing/fieldVisualisationBase.H
- src/functionObjects/graphics/runTimePostProcessing/functionObjectBase.C 112 additions, 0 deletions...jects/graphics/runTimePostProcessing/functionObjectBase.C
- src/functionObjects/graphics/runTimePostProcessing/functionObjectBase.H 130 additions, 0 deletions...jects/graphics/runTimePostProcessing/functionObjectBase.H
- src/functionObjects/graphics/runTimePostProcessing/functionObjectCloud.C 37 additions, 6 deletions...ects/graphics/runTimePostProcessing/functionObjectCloud.C
- src/functionObjects/graphics/runTimePostProcessing/functionObjectCloud.H 5 additions, 5 deletions...ects/graphics/runTimePostProcessing/functionObjectCloud.H
- src/functionObjects/graphics/runTimePostProcessing/functionObjectLine.C 14 additions, 16 deletions...jects/graphics/runTimePostProcessing/functionObjectLine.C
- src/functionObjects/graphics/runTimePostProcessing/functionObjectLine.H 5 additions, 5 deletions...jects/graphics/runTimePostProcessing/functionObjectLine.H
- src/functionObjects/graphics/runTimePostProcessing/functionObjectSurface.C 16 additions, 22 deletions...ts/graphics/runTimePostProcessing/functionObjectSurface.C
- src/functionObjects/graphics/runTimePostProcessing/functionObjectSurface.H 5 additions, 11 deletions...ts/graphics/runTimePostProcessing/functionObjectSurface.H
- src/functionObjects/graphics/runTimePostProcessing/geometryBase.H 4 additions, 0 deletions...tionObjects/graphics/runTimePostProcessing/geometryBase.H
- src/functionObjects/graphics/runTimePostProcessing/geometrySurface.C 9 additions, 0 deletions...nObjects/graphics/runTimePostProcessing/geometrySurface.C
- src/functionObjects/graphics/runTimePostProcessing/geometrySurface.H 3 additions, 0 deletions...nObjects/graphics/runTimePostProcessing/geometrySurface.H
- src/functionObjects/graphics/runTimePostProcessing/runTimePostProcessing.C 18 additions, 0 deletions...ts/graphics/runTimePostProcessing/runTimePostProcessing.C
- src/functionObjects/graphics/runTimePostProcessing/scene.H 1 addition, 0 deletionssrc/functionObjects/graphics/runTimePostProcessing/scene.H
- src/functionObjects/graphics/runTimePostProcessing/text.C 7 additions, 1 deletionsrc/functionObjects/graphics/runTimePostProcessing/text.C
- src/functionObjects/graphics/runTimePostProcessing/text.H 3 additions, 0 deletionssrc/functionObjects/graphics/runTimePostProcessing/text.H
Please register or sign in to comment