|
[Sponsors] |
Boundary conditions for k and epsilon on a periodic channel flow |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 22, 2019, 18:02 |
Boundary conditions for k and epsilon on a periodic channel flow
|
#1 |
New Member
Maveryck Andres
Join Date: Mar 2019
Posts: 6
Rep Power: 7 |
Hi everyone,
I'm simulating a flow through a channel. I impose a mean velocity which traduces in a pressure gradient calculated by openFoam. Here are boundary and initial conditions for Pressure: Code:
boundaryField { inlet { type cyclic; } outlet { type cyclic; } FixedWalls { type zeroGradient; } frontAndBack { type zeroGradient; } } Code:
boundaryField { inlet { type cyclic; } outlet { type cyclic; } FixedWalls { type noSlip; } frontAndBack { type noSlip; } } Boundary conditions for k: Code:
boundaryField { inlet { type cyclic; } outlet { type cyclic; } FixedWalls { type kLowReWallFunction; value uniform 0.75; } frontAndBack { type kLowReWallFunction; value uniform 0.75; } } Code:
boundaryField { inlet { type cyclic; } outlet { type cyclic; } FixedWalls { type epsilonWallFunction; value uniform 14; } frontAndBack { type epsilonWallFunction; value uniform 14; } } Has anyone worked with similar cases? any suggestion will be wellcome Thanks, Maveryck. Note: y+ at the walls have values around 5-8. |
|
August 26, 2019, 03:58 |
|
#2 |
Member
Charlie Lloyd
Join Date: Feb 2016
Posts: 57
Rep Power: 10 |
Your boundary conditions are fine for those y+ values.
I expect this is because of the turbulence model you are using - k-epsilon is unsuitable for these flows unless you use highRe wall functions (i.e y+ levels are in the log-region). Try v2-f if you want to use an epsilon-based model, or use an omega-based model if you don't want to use the four-equation one. |
|
August 26, 2019, 06:08 |
|
#3 |
Member
|
When you have problems finding suitable values you can try out the cfd-online tools.
https://www.cfd-online.com/Tools/turbulence.php
__________________
Greetings Philipp Conen |
|
Tags |
boundary condition, cyclic boundary condition, rans model |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Radiation in semi-transparent media with surface-to-surface model? | mpeppels | CFX | 11 | August 22, 2019 08:30 |
Question about adaptive timestepping | Guille1811 | CFX | 25 | November 12, 2017 18:38 |
Basic Nozzle-Expander Design | karmavatar | CFX | 20 | March 20, 2016 09:44 |
An error has occurred in cfx5solve: | volo87 | CFX | 5 | June 14, 2013 18:44 |
Error finding variable "THERMX" | sunilpatil | CFX | 8 | April 26, 2013 08:00 |