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 425
    • Issues 425
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #942
Closed
Open
Issue created Jul 17, 2018 by vilfayeau@svilfaye

velocity damping description not up-to-date

Hi,

I'd just realized that the velocity damping header file description is not up-to-date https://develop.openfoam.com/Development/OpenFOAM-plus/blob/master/src/fvOptions/constraints/derived/velocityDampingConstraint/velocityDampingConstraint.H

It should be: ` damp { type velocityDampingConstraint; active true;

velocityDampingConstraintCoeffs
{
     UMax           25;
     selectionMode  all;
     // Optional: name of velocity field (default: U)
     //UName       U;
}

} `

Best, Sebastien

Edited Jul 17, 2018 by vilfayeau
Assignee
Assign to
Time tracking