|
[Sponsors] |
How to solve the boundary layer without wall functions? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 17, 2016, 08:31 |
How to solve the boundary layer without wall functions?
|
#1 |
Member
Join Date: Dec 2015
Posts: 74
Rep Power: 10 |
Dear Foamers,
I'm using OpenFOAM 2.3.0. What conditions have I to set on k and omega parameters if I want to solve the boundary layer with k-omega SST model? I have a mesh with a y+ less than 4 in the wall patches; however, I think the conditions with wall functions are not correct: omega: Code:
"(wall_1|wall_2)" { type omegaWallFunction; value $internalField; } k Code:
"(wall_1|wall_2)" { type kqRWallFunction; value $internalField; } } I tried to use: omega: Code:
"(wall_1|wall_2)" { type zeroGradient; } k Code:
"(wall_1|wall_2)" { type zeroGradient; } } Code:
Selecting RAS turbulence model kOmegaSST --> Upgrading k to employ run-time selectable wall functions Backup original k to k.old Writing updated k --> Upgrading omega to employ run-time selectable wall functions Backup original omega to omega.old Writing updated omega --> Creating mut to employ run-time selectable wall functions Writing new mut --> Creating alphat to employ run-time selectable wall functions Writing new alphat Witch is the correct setting? Thanks, WhiteW |
|
March 20, 2016, 06:31 |
|
#2 |
Member
Join Date: Dec 2015
Posts: 74
Rep Power: 10 |
Any idea?
WhiteW |
|
March 21, 2016, 04:34 |
|
#3 |
Senior Member
Alex
Join Date: Jan 2014
Posts: 126
Rep Power: 12 |
Well you would not set k and omega to zeroGradient, but to a very small, non zero fixedValue. For example:
k: fixedValue, value uniform 1e-8 However, the omega wall function is known to work well with lowRe meshes as it only applies the correct omega value to the wall without much of damping or blending. So i'd suggest just switching k to a fixedValue. |
|
March 21, 2016, 06:41 |
|
#4 |
Member
Join Date: Dec 2015
Posts: 74
Rep Power: 10 |
Thanks for the reply. Now I left omega with the wallFunction and I set k as:
Code:
"(wall_1|wall_2)" { type fixedValue; value uniform 1e-8; } Code:
Selecting RAS turbulence model kOmegaSST --> Upgrading k to employ run-time selectable wall functions Backup original k to k.old Writing updated k --> Upgrading omega to employ run-time selectable wall functions Backup original omega to omega.old Writing updated omega --> Creating mut to employ run-time selectable wall functions Writing new mut --> Creating alphat to employ run-time selectable wall functions Writing new alphat Code:
"(wall_1|wall_2)" { type compressible::kqRWallFunction; value uniform 1e-08; } |
|
January 20, 2020, 05:55 |
|
#5 | |
New Member
Hans
Join Date: Oct 2019
Posts: 1
Rep Power: 0 |
Quote:
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Wind turbine simulation | Saturn | CFX | 60 | July 17, 2024 06:45 |
Basic Nozzle-Expander Design | karmavatar | CFX | 20 | March 20, 2016 09:44 |
Prismatic boundary layer | KateEisenhower | enGrid | 5 | September 15, 2015 08:48 |
Wrong flow in ratating domain problem | Sanyo | CFX | 17 | August 15, 2015 07:20 |
Water subcooled boiling | Attesz | CFX | 7 | January 5, 2013 04:32 |