Skip to content
Snippets Groups Projects

ENH: runTimePostProcessing - added option to clear/remove objects after use

Merged Admin requested to merge feature-runtime-post-pro-clean-objects into develop

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

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...

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Admin Mentioned in commit d0e853c756d406b9367766c5b9b5179c71f484d0

    Mentioned in commit d0e853c756d406b9367766c5b9b5179c71f484d0

    By Andrew Heather on 2016-12-15T15:51:15 (imported from GitLab project)

  • Admin Status changed to merged

    Status changed to merged

    By Andrew Heather on 2016-12-15T15:51:15 (imported from GitLab project)

Please register or sign in to reply