Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 426
    • Issues 426
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Merge requests
  • !165

Feature field average windowing

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Admin requested to merge feature-fieldAverage-windowing into develop Nov 10, 2017
  • Overview 0
  • Commits 2
  • Changes 9

Extended the fieldAverage FO to include an 'exact' windowing method.

In earlier versions the window option generated a pseudo/approximate window average. The type must now be specified by the windowType entry, e.g. for backwards compatibility, use :

windowType  approximate;

and for the new exact window average

windowType  exact;

Note that the exact method requires all instances of the field to be cached within the windowing interval, leading to increased memory usage, and also need to be written to enable a clean restart. To suppress writing of all intermediate field files (disabling smooth restart) use the option

allowRestart yes;
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature-fieldAverage-windowing