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
  • !62

ENH: wallDist - added option to evaluate every XXX steps

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Admin requested to merge feature-wallDistanceCalcInterval into develop Sep 28, 2016
  • Overview 0
  • Commits 2
  • Changes 2

Added functionality to update the wall distance every XXX steps

Note: only applies to movePoints() - topology change bypasses the update interval and triggers a re-calculation Syntax:

wallDist
{
    method          ...
    updateInterval 5; // optional - default is 1
}

Test case: mixerVesselAMI2D.tgz

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature-wallDistanceCalcInterval