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 8
    • Merge requests 8
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Merge requests
  • !545

ENH: setTurbulenceFields: new automatic initialisation method for turbulence fields

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Kutalmış Berçin requested to merge feature-setTurbulenceFields into develop May 31, 2022
  • Overview 14
  • Commits 2
  • Changes 13

Acknowledgement

OpenCFD would like to acknowledge and thank Prof. Rémi Manceau for providing the governing equations for setTurbulenceFields, elaborate suggestions and critical recommendations. Highly appreciated.

Aim

Implement and evaluate the two-step automatic initialization procedure for RANS computations introduced by Manceau (n.d.).

Methodology

  • Plane channel flow at ReTau=180, 395, 590 (Moser et al., 1991) and =4179 (Lozano-Duran & Jimenez, 2014)
  • NASA Turbulence Modelling Resource on various physics:
    • 2DCC: 2D Convex curvature boundary layer
    • 2DML: 2D Mixing layer
    • 2DB: 2D Bump-in-channel
    • 2DZP: 2D Zero pressure gradient flat plate
    • 2DANW: 2D Airfoil near-wake

Results

2DML: 2D Mixing layer

Plane channel flow, ReTau=4179

Meta-data

EP#1805

  • linux64ClangDPInt32Opt (clang11)
  • linux64GccDPInt32Opt
  • linux64GccSPDPInt64Debug
  • Alltest: No new error

Discussion

  • The initialisation method may help to improve convergence in the first O(10) time steps, and fidelity of results.
  • The initialisation method does not take input turbulence intensity and/or input viscosity ratios (mut/mu) into account.
Edited Jun 14, 2022 by Kutalmış Berçin
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature-setTurbulenceFields