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 420
    • Issues 420
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Merge requests
  • !313

ENH: applyBoundaryLayer - optionally write turbulence fields

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mark OLESEN requested to merge feature-appyBoundaryLayer-writeTurbulenceFields into develop Dec 16, 2019
  • Overview 0
  • Commits 1
  • Changes 1
  • The previous option 'write-nut' controlled the writing of turbulence nut, but other turbulence fields were always written. These have been shown to be a source of instability for many cases.

    This commit replaces the 'write-nut' option by a 'writeTurbulenceFields' option that controls the writing of all turbulence fields. If not set, only the velocity field is written.

    For compatibility, the old 'write-nut' option is still recognized but is redirected to 'writeTurbulenceFields'.

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