CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

I am confused about concept of adjusting y+ & several mesh related questions

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 2 Post By LuckyTran

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 9, 2023, 02:25
Arrow I am confused about concept of adjusting y+ & several mesh related questions
  #1
Member
 
Song Young Ik
Join Date: Apr 2022
Location: South Korea
Posts: 57
Rep Power: 4
songyi719 is on a distinguished road
1. When y+ is between 5 and 30, it locates cell in buffer region, which leads to incorrect representation of boundary layer. When y+ is >30, wall function simulates boundary layer, and when y+ < 5, boundary layer properties are directly calculated through N-S eq.


This is what I know, but i am confused about condition when y+ < 5


Lets say y+ is exactly 5, and have equal size grid all over the world, then third to sixth cell will locate in somewhere btw 15 and 30, and same buffer region problem would occur in those cell.


Is this because wall function is also derived from N-S equation but too fine mesh is required, and can be replaced by directly resolving near-wall calculation?



2. Also, does wall function automatically calculate y+ and determine whether to apply wall function to certain grid? It seems like it would have to, but we use postprocess command to achieve y+ in openfoam after solving.



Does it just approximate y+ and use it?



3. I am considering on switching my current RANS code to DES, and make it possible to switch between two modes with need. I am using k-w SST in openfoam10, and k-w SST DDES/IDDES doesn't exist in .org version, and I am considering to compromise with k-w SST DES.


However, If I add surface layer, it will work great for DES case but reduces accuracy in RANS due to aspect ratio.


But I can't make extreme fine mesh bc it will be too expensive for both memory and computation speed of almost-full LES, so it would lead to creating coarse mesh: which can't properly demonstrate near-wall flow and also create huge amount of grey-area.


What would be the best mesh option?
songyi719 is offline   Reply With Quote

Old   March 9, 2023, 10:42
Default
  #2
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,675
Rep Power: 66
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
The problem at hand is how to provide boundary conditions for the turbulence transport equations (i.e. kEqn and omegaEqn in Foam). What is commonly referred to in y+ in CFD refers to the y+ value of the cell adjacent to the wall. It is better to call it Wall y+ or y+ of first cell but too many people have already made the mistake to correct it. The 2nd, 3rd, 4th cells, etc. would obviously at some point cross the buffer region. Those are interior cells and do not need boundary conditions and the wall y+ criteria don't strictly apply. For interior cells you solve whatever is the transport equation for k and omega.


Wall y+ is indeed calculated at runtime on demand and updated every iteration.


It is good to do this feasibility study early so you don't waste time. If you can't afford to run DES, then just don't. Stick to things you can afford. Have you considered not doing DES?
arjun and songyi719 like this.
LuckyTran is offline   Reply With Quote

Reply

Tags
des, mesh, openfoam, yplus


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
foam-extend-4.1 release hjasak OpenFOAM Announcements from Other Sources 19 July 16, 2021 05:02
GeometricField -> mesh() Function Tobi OpenFOAM Programming & Development 10 November 19, 2020 11:33
[mesh manipulation] Importing Multiple Meshes thomasnwalshiii OpenFOAM Meshing & Mesh Conversion 18 December 19, 2015 18:57
[ICEM] Missing face error from FLUENT even after repairing mesh + other questions unknown159 ANSYS Meshing & Geometry 0 July 5, 2013 20:18
[Gmsh] 2D Mesh Generation Tutorial for GMSH aeroslacker OpenFOAM Meshing & Mesh Conversion 12 January 19, 2012 03:52


All times are GMT -4. The time now is 03:15.