|
[Sponsors] |
February 11, 2016, 11:55 |
Solving Boundary Layer
|
#1 |
New Member
Alessandro Cinciripini
Join Date: Oct 2015
Posts: 3
Rep Power: 11 |
Hi everybody,
I'm setting a low-Re stady-state case using simpleFoam. I'd like to use KOmegaSST turbulent model solving directly the BL because I set y+ lower than 1. I guess I have to set k=0, but how can I set omega at the wall, if I don't want to use any wall-functions? Thank you in advance. |
|
February 11, 2016, 14:40 |
|
#2 |
Member
Join Date: Jul 2015
Location: Aalborg
Posts: 83
Rep Power: 11 |
Hi,
http://www.cfd-online.com/Wiki/Turbu...ary_conditions here you can find the initial values you want to calculate. Setting k=0 means, that the fluctuating part of the velocity is zero. Does that make sense in your case? Best |
|
February 12, 2016, 08:47 |
|
#3 |
New Member
Alessandro Cinciripini
Join Date: Oct 2015
Posts: 3
Rep Power: 11 |
I think that k have to be 0 beacuse the velocity fluctuactions at the wall are 0. I think that with that formulas I can compute omega=0 at the walls but I don't know if it is correct.
Bye |
|
February 12, 2016, 08:55 |
|
#4 |
Member
Join Date: Jul 2015
Location: Aalborg
Posts: 83
Rep Power: 11 |
Hi,
well good question. The way I did this for "k" was normally to use the kqRWallFunction at walls: Code:
type kqRWallFunction; value uniform 0.1; Code:
type turbulentIntensityKineticEnergyInlet; intensity 0.005; // 0.05% turbulent intensity value $internalField; By the way: I found these lines in some tutorial files and used them for my simulations. If you search in the tutorials you mostly find what you need. Best |
|
February 12, 2016, 09:20 |
|
#5 |
New Member
Alessandro Cinciripini
Join Date: Oct 2015
Posts: 3
Rep Power: 11 |
I set exactly this function at the inlet patch, in fact I know the initial conditions at the inlet. Actually I'm talking about walls (it is a flat plate placed in the middle of the domain). I don't know if using the omegaWallFuction it automatically will avoid the WallF hence calculate the BL.
Bye |
|
Tags |
komega, komega sst model, wallfunction, yplus |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Maximum number of iterations exceeded chtmultiregionsimpleFoam | Moncef | OpenFOAM Running, Solving & CFD | 28 | July 13, 2020 15:26 |
conjugate heat transfer in OpenFOAM | skuznet | OpenFOAM Running, Solving & CFD | 99 | March 16, 2017 06:07 |
settlingFoam unstable? | bendel_boy | OpenFOAM Running, Solving & CFD | 38 | July 8, 2016 06:07 |
twoPhaseEulerFoam fvOptions for alpha | lavdwall | OpenFOAM Running, Solving & CFD | 8 | October 19, 2015 10:57 |
Orifice Plate with a fully developed flow - Problems with convergence | jonmec | OpenFOAM Running, Solving & CFD | 3 | July 28, 2011 06:24 |