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

LES of Boundary-Layer

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 27, 2018, 04:41
Default LES of Boundary-Layer
  #1
Senior Member
 
Syavash Asgari
Join Date: Apr 2010
Posts: 473
Rep Power: 18
syavash is on a distinguished road
Dear Foamers,

I have been studying the spatial growth of ZPG boundary-layer using OpenFOAM LES. I have performed some simulations but the results are not very satisfactory.
I wanted to share my results and my experience, hopefully someone will be interested and provide some hints to improve the results.
In the first figure, a snapshot of the developing boundary-layer is observed (instantaneous x-velocity).
I have used the Lund Recycling method, shared by Joachim on the forum:


Lund Recycled Method for LES (flat plate)


As for boundary conditions, for "U" I have applied inletOutlet and advective conditions at the top and outlet boundaries, respectively. For "p" I have applied a zeroGradient at both the inlet and outlet boundaries, as well as at the solid wall. At the top boundary, I have applied an outletInlet condition.
I have used the dynamic version of Smagorinsky SGS model developed by Alberto Passalacqua:


Improved implementation of dynamic Smagorinsky


In the second figure, I have provided the evolution of friction velocity obtained through two distinct solvers: native pisoFoam and an explicit fractional-step method RK4. The friction velocity at the ref. station (shown by dash-line) is 0.0478 and 0.049 for piso and RK4, respectively. These values are overpredictions when compared to DNS at a similar Reynolds Number based on momentum thickness.

piso solver: Re_theta = 1150 u_tau = 0.0478
RK4 solver: Re_theta = 1190 u_tau = 0.049
DNS (Jimenez et al, JFM 2010): Re_theta = 1100 u_tau = 0.0462

The domain length is 26,5,1.3038 in streamwise, wall-normal, and spanwise directions, respectively.
As it is evident from the table above, the problem is the overprediction of friction velocity (u_tau). Also, shape of the mean velocity profile is different than DNS for both solvers. Of course, this correlates with the overpredicted friction velocity.
I have tried to consider reasonable values for grid spacing as follows:
dx+=50
dy+=1.0 with a growth ratio of 1.057
dz+=15
Now, to improve the results I have tried a combination of different stuff. Most notably was:
1-Double the size of spanwise domain, while keeping the dz+ the same--> no real improvement achieved
2-Double the size of spanwise domain with the same number of grid point (dz+=30)-->I have got better results. The friction velocity has reduced, but still away from DNS.
3-Double the number of streamwise grid points (dx+=25)--> Virtually the same results as step 2, i.e. an improvement was achieved and the friction velocity has reduced.
According to my examination, the friction velocity (thus mean velocity profile) shows a dependency on the grid aspect ratio of dx/dz. This finding however needs to be confirmed by some other observations.
Now, I would like to ask other people to share their opinions on this subject. Hopefully, a framework could be established based on which satisfactory boundary-layer LES will be carried out.
Regards,
Syavash
Attached Images
File Type: gif snapshot.gif (26.6 KB, 75 views)
File Type: gif frictionVelocity.gif (6.5 KB, 66 views)
syavash is offline   Reply With Quote

Old   June 3, 2018, 15:19
Default
  #2
Senior Member
 
Syavash Asgari
Join Date: Apr 2010
Posts: 473
Rep Power: 18
syavash is on a distinguished road
Well, I wanted to provide some update.


In the first figure attached, the normalized velocity profile at the same station marked by the dash-line in the original post (delta=0.84) is presented.

Also, the normalized velocity profile is compared with two DNS studies in similar Reynolds numbers. It can be seen that the profiles substantially deviates from DNS in the log-law region.


In the second figure attached, the same diagram is presented but for the refined mesh-in streamwise direction-with dx+=25. It can be observed that the results has significantly improved. I have not got the results for RK4 yet, so at the moment I can only upload the results for native pisoFoam.


I hope these results will provide some hints for people who do LES using OpenFOAM.


Regards,
Syavash
Attached Images
File Type: gif u+.gif (9.1 KB, 67 views)
File Type: gif u+_2.gif (7.8 KB, 47 views)

Last edited by syavash; June 4, 2018 at 08:44.
syavash is offline   Reply With Quote

Old   June 28, 2018, 02:56
Default
  #3
Senior Member
 
Syavash Asgari
Join Date: Apr 2010
Posts: 473
Rep Power: 18
syavash is on a distinguished road
To provide a closure, I have attached the local mean velocity profile, as well as RMS of velocity fluctuations.

I have only provided the results of pisoFoam, as RK4 explicit solver has shown slight difference with data of DNS.

Regards,
Syavash
Attached Images
File Type: jpg boundaryLayer.jpg (136.0 KB, 44 views)
File Type: jpg RMS.jpg (100.3 KB, 39 views)
syavash is offline   Reply With Quote

Old   May 16, 2023, 04:55
Default
  #4
New Member
 
luofuqiang
Join Date: Mar 2020
Posts: 3
Rep Power: 6
luofq_SYSU is on a distinguished road
Thank you for shearing. Could you please introduce how to extract momentum thickness in OpenFOAM postProcessing?
luofq_SYSU is offline   Reply With Quote

Old   May 19, 2023, 09:53
Default
  #5
Senior Member
 
Syavash Asgari
Join Date: Apr 2010
Posts: 473
Rep Power: 18
syavash is on a distinguished road
Quote:
Originally Posted by luofq_SYSU View Post
Thank you for shearing. Could you please introduce how to extract momentum thickness in OpenFOAM postProcessing?
This was cumbersome task, but before I developed a tool for it!
You may find it on my GitHub repository TurbLab.

Regards
syavash is offline   Reply With Quote

Old   May 23, 2023, 10:01
Default
  #6
New Member
 
luofuqiang
Join Date: Mar 2020
Posts: 3
Rep Power: 6
luofq_SYSU is on a distinguished road
Quote:
Originally Posted by syavash View Post
This was cumbersome task, but before I developed a tool for it!
You may find it on my GitHub repository TurbLab.

Regards
Thank you for your work. I found it.
https://github.com/syavash20/TurbLab...egralThickness

Best Regards
luofq_SYSU is offline   Reply With Quote

Old   May 27, 2023, 20:52
Default
  #7
New Member
 
luofuqiang
Join Date: Mar 2020
Posts: 3
Rep Power: 6
luofq_SYSU is on a distinguished road
Quote:
Originally Posted by luofq_SYSU View Post
Thank you for your work. I found it.
https://github.com/syavash20/TurbLab...egralThickness

Best Regards
Dear Ehsan,

I have compiled your code "integralThickness" in OF10, and it is functioning properly. However, I have two further questions that I'd like to inquire with you about.

1. Does the input field "Uvec" means "UMean/mag(U_0)"?

2. The theta result in my case has presented a negative value, which is most likely due to the fact that (1-Ux/U_0) is negative above the boundary layer.
Therefore, what is the upper limit Y of the integration? may be the wall distance when U_x=U_0?

Best regards.
luofq_SYSU is offline   Reply With Quote

Old   June 11, 2023, 05:00
Default
  #8
Senior Member
 
Syavash Asgari
Join Date: Apr 2010
Posts: 473
Rep Power: 18
syavash is on a distinguished road
Quote:
Originally Posted by luofq_SYSU View Post
Dear Ehsan,

I have compiled your code "integralThickness" in OF10, and it is functioning properly. However, I have two further questions that I'd like to inquire with you about.

1. Does the input field "Uvec" means "UMean/mag(U_0)"?

2. The theta result in my case has presented a negative value, which is most likely due to the fact that (1-Ux/U_0) is negative above the boundary layer.
Therefore, what is the upper limit Y of the integration? may be the wall distance when U_x=U_0?

Best regards.
Sorry for the late reply,

Glad to know that the code is compiled on newer versions!
In response to your questions,

1. Uvec is the span-wise averaged of UMean. If you have a long-enough time-averaged UMean, you can use it instead.

2. Note that both free-stream velocity and the integration height are hard-coded. The former is 1 and the latter was something like 2.xx! I guess this is why you are getting negative values. You may modify them as you see fit.

Kind regards
syavash
syavash is offline   Reply With Quote

Reply


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
y+ = 1 boundary layer mesh with snappyHexMesh Arzed23 OpenFOAM Running, Solving & CFD 6 November 23, 2022 15:15
sliding mesh problem in CFX Saima CFX 46 September 11, 2021 07:38
Radiation in semi-transparent media with surface-to-surface model? mpeppels CFX 11 August 22, 2019 07:30
Prismatic boundary layer KateEisenhower enGrid 5 September 15, 2015 07:48
Boundary Layer roughness/ low reynolds wall treatment Luigi_ STAR-CCM+ 1 March 14, 2012 08:40


All times are GMT -4. The time now is 04:17.