Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • O OpenFOAM-plus
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 339
    • Issues 339
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • OpenFOAM-plus
  • Merge requests
  • !62

ENH: wallDist - added option to evaluate every XXX steps

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Andrew Heather 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