postProcess yPlus gives 0 #237
Replies: 3 comments
-
|
Quick answer: No wall treatment is used on the Therefore this is a limitation in OpenFOAM itself and not a limitation in the port we provide in blueCFD-Core. I don't remember the exact details of how y+ is calculated, but I vaguely remember that wall shear stress can be used to calculate the core value needed for y+... |
Beta Was this translation helpful? Give feedback.
-
|
@wyldckat |
Beta Was this translation helpful? Give feedback.
-
|
The list of turbulence wall functions that exist in v5: https://cpp.openfoam.org/v5/group__grpWallFunctions.html |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hello I am using blueCFD OpenFOAM 5.x on Windows 7.
I've conducted a simulation of flow around naca airfoil using the SA turbulence model. The simulation finished (The link to download the case is given below) and everything went well except when I want to calculate the
y+:simpleFoam -postProcess -func 'yPlus'I get the following:
As you can see, y+ is 0 (min , average, and max)
You can find the case here: case_naca_sa
PS: I uploaded everything except the mesh because you can generate it from
blockMeshDict.Beta Was this translation helpful? Give feedback.
All reactions