|
[Sponsors] |
January 11, 2024, 05:13 |
Challenges with the value of y+
|
#1 |
New Member
Dereje Arijamo
Join Date: Jan 2024
Posts: 3
Rep Power: 2 |
Dear
As a somewhat limited user of OpenFoam, I am analyzing the NACA 0012 airfoil using the LES model for simulation. With 715K cells, I applied snappyHexMesh, and my solver is pimpleFoam. I obtained a maximum skewness of 1.5 and an aspect ratio of 6.5. To prove my case, I first used the RANS model, which produced an acceptable Cl value when compared to experimental work and a maximum y+ of 1.08. However, when I switched to the LES model, the Cl was somewhat reduced and the y+ increased to 280. Despite my best efforts, I was unable to make the y+ <5. I welcome any advice to limit the y+ in expected results, comments, and explanations on why and what y+? With Regards. Attached is "checkMesh" output command Last edited by DerejeMaki; January 11, 2024 at 07:57. Reason: Request from "NotOverUnderated" |
|
January 11, 2024, 06:47 |
|
#2 |
Senior Member
ONESP-RO
Join Date: Feb 2021
Location: Somwhere on Planet Earth
Posts: 127
Rep Power: 5 |
Hi,
Could you provide the full output of the checkMesh command? Thanks
__________________
Don't keep making the same mistakes. Try to make new mistakes. |
|
January 11, 2024, 09:51 |
|
#3 |
Senior Member
ONESP-RO
Join Date: Feb 2021
Location: Somwhere on Planet Earth
Posts: 127
Rep Power: 5 |
I requested the full output of checkMesh utility to confirm that you're using a 3D mesh for LES.
You did not mention what type of LES model you are using. LES require using insanely refined meshes near the walls. You may need to consider a DES model instead or Wall modeled LES.
__________________
Don't keep making the same mistakes. Try to make new mistakes. |
|
January 11, 2024, 23:23 |
|
#4 |
New Member
Dereje Arijamo
Join Date: Jan 2024
Posts: 3
Rep Power: 2 |
Dear
Thank you for your interest in helping, and to provide you with more details, I used 3D snappyHexMesh and the latest time directory*of "polymesh" This is my LES model's structure. /*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 8 \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "constant"; object turbulenceProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // simulationType LES; LES { LESModel Smagorinsky; turbulence on; printCoeffs on; delta vanDriest; vanDriestCoeffs { delta cubeRootVol; cubeRootVolCoeffs { deltaCoeff 1; } Aplus 26; Cdelta 0.158; nearWallDist { method linear; expansionRatio 1.05; maxDist 0.005; } } } // ************************************************** *********************** // I tried with different values of "nearWallDist", but no change in the y+ thank you. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Radial Turbine Simulation: Convergence Challenges with SST Model | somboliak | CFX | 11 | December 6, 2023 10:15 |
Challenges in Simulating Rotating Detonation with ZND Initial Condition in 2D Domain | niyas | Main CFD Forum | 0 | March 30, 2023 19:27 |
Bladeless Fan : Polyhedral Mesh : Courant Convergence Challenges | ram.p | FLUENT | 2 | November 8, 2019 12:37 |
[solidMechanics] The challenges in terms of simulating rock fracture within OpenFoam? | ZhangTJU | OpenFOAM CC Toolkits for Fluid-Structure Interaction | 4 | September 5, 2019 23:09 |
Challenges in ICE Combustion Message Interpretation and Possible Solution Provision | ELITECHNIST | ANSYS | 0 | February 18, 2019 20:13 |