|
[Sponsors] |
Setting constant shear stress to upper ABL wall. Possible in OF? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 21, 2014, 14:22 |
Setting constant shear stress to upper ABL wall. Possible in OF?
|
#1 |
Senior Member
Join Date: Jul 2009
Posts: 260
Rep Power: 18 |
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, |
|
January 27, 2016, 05:40 |
|
#2 |
New Member
Christof Schmidt
Join Date: Nov 2015
Posts: 6
Rep Power: 11 |
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 |
|
April 28, 2020, 12:15 |
|
#3 |
Senior Member
Herpes Free Engineer
Join Date: Sep 2019
Location: The Home Under The Ground with the Lost Boys
Posts: 931
Rep Power: 13 |
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); }
__________________
The OpenFOAM community is the biggest contributor to OpenFOAM: User guide/Wiki-1/Wiki-2/Code guide/Code Wiki/Journal Nilsson/Guerrero/Holzinger/Holzmann/Nagy/Santos/Nozaki/Jasak/Primer Governance Bugs/Features: OpenFOAM (ESI-OpenCFD-Trademark) Bugs/Features: FOAM-Extend (Wikki-FSB) Bugs: OpenFOAM.org How to create a MWE New: Forkable OpenFOAM mirror |
|
|
|
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 |