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

Setting constant shear stress to upper ABL wall. Possible in OF?

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 2 Post By HPE

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 21, 2014, 14:22
Default Setting constant shear stress to upper ABL wall. Possible in OF?
  #1
Senior Member
 
Join Date: Jul 2009
Posts: 260
Rep Power: 18
kingjewel1 is on a distinguished road
I've been reading in the literature about modeling atmospheric boundary layers that a constant shear stress equal to rho*U_max^2, should be applied to the upper ceiling if you like as well as making it free slip. Hargreaves and Wright say this helps to maintain a homogeneous logarithmic profile throughout the domain. So... How do you do it?

In fluent for example I add a momentum source term to thw first layer of cells below theupper boundary layer and set it that way. How about openfoam? Is therre a like for like way of doing this? Or is there a different way?

Cheers,
kingjewel1 is offline   Reply With Quote

Old   January 27, 2016, 05:40
Default
  #2
New Member
 
Christof Schmidt
Join Date: Nov 2015
Posts: 6
Rep Power: 11
cristopf is on a distinguished road
Hey,

I tried the ABL in OF by myself some time ago. Did you find a solution how to initialize a fixed shear stress at the upper boundary in the meantime? I didnīt know how to do that and what value you have to assume. Cause like Hargreaves and Wright figured out itīs important to keep the log profile more or less constant over the length (especially k was affected).

Greeting
Christof
cristopf is offline   Reply With Quote

Old   April 28, 2020, 12:15
Default
  #3
HPE
Senior Member
 
HPE's Avatar
 
Herpes Free Engineer
Join Date: Sep 2019
Location: The Home Under The Ground with the Lost Boys
Posts: 931
Rep Power: 13
HPE is on a distinguished road
Might the following be related:

ENH: Improve and verify atmBoundaryLayerInlet conditions including "tutorials/verificationAndValidation/atmosphericFlows/HargreavesWright_2007"

Code:
    top                                                                            
    {                                                                              
    //  (HW:p. 365):                                                               
    //  "In addition, as suggested by RH and often ignored by others, a"           
    //  "constant shear stress of rho*(u^*)^2 was applied at the top boundary." 
    //                                                                             
    //  u^* ~ uRef*kappa/ln((zRef+z0)/z0)                                          
    //  (HW:Table 1):                                                              
    //  uRef = 10 m/s                                                              
    //  zRef = 6 m                                                                 
    //  z0 = 0.01 m                                                                
    //  tau = rho*(u^*)^2 = 0.390796574                                            
        type            fixedShearStress;                                          
        tau             (0.390796574 0 0);                                         
        value           uniform (0 0 0);                                           
    }
Kbshariff and Tibo99 like this.
HPE 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
Wall shear stress or Cell yPlus sharif88 Fluent UDF and Scheme Programming 1 August 15, 2014 16:39
Accessing wall shear stress using UDF Robert Fluent UDF and Scheme Programming 2 July 31, 2013 09:34
Implementation of wall functions with a constant shear boundary condition General_Gee FLUENT 0 February 27, 2012 08:49
Wall Shear Stress GamFlu FLUENT 0 June 11, 2011 04:52
relationship between wall shear stress and TKE winter FLUENT 0 December 11, 2007 18:11


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