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
  • Issues
  • #1843
Closed
Open
Issue created Sep 19, 2020 by Kutalmış Berçin@kutiMaintainer

BUG: nutLowReWallFunction: missing turbulent viscosity in yPlus func

Summary

nutLowReWallFunction computes y^+ by (nutLowReWallFunctionFvPatchScalarField.C#L123):

y^+ = \frac{ y \sqrt{\nu_w |\textbf{u}|_\textbf{n} } }{ \nu_w }

The generalisation of y^+ computation (see yPlus.C#L153) requires the \nu_w in the numerator to be replaced by the effective viscosity on patch (fluid viscosity + turbulent viscosity):

y^+ = \frac{ y \sqrt{\nu_{eff} |\textbf{u}|_\textbf{n} } }{ \nu_w }

Although effects of turbulent viscosity in the lower part of the viscous sublayer can be neglected, this simplification starts to break down towards the buffer layer.

Environment information

  • OpenFOAM version : all supported versions
Assignee
Assign to
Time tracking