|
[Sponsors] |
[snappyHexMesh] Controlling cells near wall to ensure delta x+ and z+ < 4*y+ for LES |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 5, 2023, 22:15 |
Controlling cells near wall to ensure delta x+ and z+ < 4*y+ for LES
|
#1 |
Senior Member
TWB
Join Date: Mar 2009
Posts: 414
Rep Power: 19 |
Hi, I'm trying to run LES simulation. In the article by Wolf dynamics on "Turbulence modeling in OpenFOAM - Theory and applications", it is stated that the recommended mesh near wall should have delta x+ and z+ < 4*y+ for LES simulation.
As shown in the diagram, the x+ ~ 10*y+. What are the key variables which I must change in snappyHexMeshDict in order to achieve it? Can someone help? Thanks. |
|
September 10, 2023, 03:06 |
|
#2 |
Senior Member
M
Join Date: Dec 2017
Posts: 703
Rep Power: 13 |
Disclaimer: snappyHexMesh is not a great tool for accurate low-Re meshes. If you look around here, alot of topics are about creating good layers but most of the time, its not possible to get a good solution.
That being said, you got to estimate the yplus, e.g. with this tool https://www.cfd-online.com/Tools/yplus.php. Then in the snappyHexMeshDict in the addLayersControls you set Code:
relativeSizes false; expansionRatio <whatYouWish>; firstLayerThickness <yourValue>; minThickness <smallerThanYourValue>; layers { YourMeshRegion { nSurfaceLayers <nLayers>; } } Good luck! |
|
September 10, 2023, 23:31 |
|
#3 |
Senior Member
TWB
Join Date: Mar 2009
Posts: 414
Rep Power: 19 |
Hi AtoHM, thanks for the reply. I have already set the firstLayerThickness and expansionRatio. I'll check out the minThickness option.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
flow over cylinder in openFoam | saeed jamshidi | OpenFOAM Pre-Processing | 3 | August 11, 2023 16:16 |
chtMultiRegionFoam speed up | qwertz | OpenFOAM Running, Solving & CFD | 8 | September 18, 2021 07:16 |
[snappyHexMesh] How to draw a 3D-Drawing for Meshing | Kahnbein.Kai | OpenFOAM Meshing & Mesh Conversion | 4 | June 15, 2021 13:16 |
cellZone not taking all the cells inside | rahulksoni | OpenFOAM | 0 | January 16, 2019 02:16 |
Multicomponent fluid | Andrea | CFX | 2 | October 11, 2004 06:12 |