CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Solving Boundary Layer

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 11, 2016, 10:55
Default Solving Boundary Layer
  #1
New Member
 
Alessandro Cinciripini
Join Date: Oct 2015
Posts: 3
Rep Power: 10
aleCinci is on a distinguished road
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.
aleCinci is offline   Reply With Quote

Old   February 11, 2016, 13:40
Default
  #2
Member
 
Join Date: Jul 2015
Location: Aalborg
Posts: 83
Rep Power: 10
Gerrit is on a distinguished road
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
Gerrit is offline   Reply With Quote

Old   February 12, 2016, 07:47
Default
  #3
New Member
 
Alessandro Cinciripini
Join Date: Oct 2015
Posts: 3
Rep Power: 10
aleCinci is on a distinguished road
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
aleCinci is offline   Reply With Quote

Old   February 12, 2016, 07:55
Default
  #4
Member
 
Join Date: Jul 2015
Location: Aalborg
Posts: 83
Rep Power: 10
Gerrit is on a distinguished road
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;
and the turbulentIntensityKineticEnergyInlet function at inlet:

Code:
        type            turbulentIntensityKineticEnergyInlet;
        intensity       0.005;       // 0.05% turbulent intensity
        value           $internalField;
I am not very concern about the actual meaning of "value" this time. kqRWallFunction should "know" that at the wall is no velocity and thereby no turbulence. I think sometimes OF simply needs the "value XXX;" line although it does not use it in the end (If I am not correct about this, I am of course happy to be enlightened as well :-) )

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
Gerrit is offline   Reply With Quote

Old   February 12, 2016, 08:20
Default
  #5
New Member
 
Alessandro Cinciripini
Join Date: Oct 2015
Posts: 3
Rep Power: 10
aleCinci is on a distinguished road
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
aleCinci is offline   Reply With Quote

Reply

Tags
komega, komega sst model, wallfunction, yplus


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Maximum number of iterations exceeded chtmultiregionsimpleFoam Moncef OpenFOAM Running, Solving & CFD 28 July 13, 2020 14:26
conjugate heat transfer in OpenFOAM skuznet OpenFOAM Running, Solving & CFD 99 March 16, 2017 05:07
settlingFoam unstable? bendel_boy OpenFOAM Running, Solving & CFD 38 July 8, 2016 05:07
twoPhaseEulerFoam fvOptions for alpha lavdwall OpenFOAM Running, Solving & CFD 8 October 19, 2015 09:57
Orifice Plate with a fully developed flow - Problems with convergence jonmec OpenFOAM Running, Solving & CFD 3 July 28, 2011 05:24


All times are GMT -4. The time now is 12:45.