|
[Sponsors] |
June 27, 2013, 11:35 |
Boundary Conditions for Atmospheric flow
|
#1 |
New Member
Øystein Myrmo
Join Date: Jun 2013
Location: Oslo
Posts: 6
Rep Power: 13 |
I am fairly new to OpenFOAM, so please bear with me. I am looking to set up an atmospheric flow around an offshore platform. The inlet wind conditions can be set by using the atmBoundaryLayerInletVelocity BC. I am wondering about the other BCs, however. What are the best BCs for the sides, top, outlet and bottom of the domain? The bottom of the domain is assumed to be water (flat). Also, what are the best BCs for the structure itself? My physical variables are velocity, pressure, k and epsilon.
So far I am thinking the following, please correct me where I am wrong and fill in where I am wondering: Velocity: - Inlet: atmBoundaryLayerInletVelocity - Outlet: ??? - Sides: ??? - Top: slip ??? - Water: fixedValue 0 - Walls: fixedValue 0 Pressure: - Inlet: inletOutlet - Outlet: outletInlet - Sides: ??? - Top: ??? - Water: zeroGradient - Walls: zeroGradient k and epsilon: - Same as for velocity? Any comments are highly appreciated! Are there any good references for descriptions of the BCs other than Doxygen? |
|
July 9, 2013, 04:40 |
|
#2 |
New Member
Øystein Myrmo
Join Date: Jun 2013
Location: Oslo
Posts: 6
Rep Power: 13 |
I will give you my current take on this. Please correct me if I'm wrong.
Velocity: - internalField uniform (Ux Uy Uz) - Inlet: atmBoundaryLayerInletVelocity - Outlet: inletOutlet (inletValue uniform (0 0 0) ) - Sides: slip - Top: slip - Water: fixedValue (value uniform (0 0 0) ) - Walls: fixedValue (value uniform (0 0 0) ) Pressure: - internalField uniform 0 - Inlet: zeroGradient - Outlet: fixedValue (value $internalField) - Sides: slip - Top: slip - Water: zeroGradient - Walls: zeroGradient k: - internalField uniform ( (3/2)*(U*I)^2 as given here: http://www.cfd-online.com/Wiki/Turbu...ary_conditions ) - Inlet: fixedValue (value $internalField) - Outlet: inletOutlet (inletValue uniform 0) - Sides: slip - Top: slip - Water: zeroGradient - Walls: kqRWallFunction (value $internalField) epsilon: - internalField uniform ( C_mu^(3/4) * k^(3/2) / L as given here: http://www.cfd-online.com/Wiki/Turbu...ary_conditions ) - Inlet: fixedValue (value $internalField) - Outlet: inletOutlet (inletValue uniform 0) - Sides: slip - Top: slip - Water: zeroGradient - Walls: epsilonWallFunction (value $internalField) I am a bit uncertain of whether I should use inletValue $internalField or uniform 0 for k and epsilon. Does anybody have any recommendations for this? Should the water be treated by wall functions rather than zeroGradients? The scale of the cells at the water level is likely to be around 1 m. |
|
July 29, 2013, 11:29 |
Boundary conditions
|
#3 |
Member
niru
Join Date: Apr 2012
Posts: 55
Rep Power: 14 |
hi
Reg the boundary conditions. Offshore platforms and atmosphere surrounding it is an open environment and flows in open environment are called external flows. I dont know about open foam , but in CF, we can use the Open boundary conditions for side walls and top of atmosphere. A opening BC will allow velocity to go inside and outside the domain reflecting the actual wind in atmosphere. Usually pressure values are not known in external flows. You have to run a steady state run for few iterations using outflow pressure conditions (usually 0 pressure difference) , find the pressure values from steady state run and use the values for transient run. The offshore platform as such is considered as a rigid body in the simulation. BTW Your work on "Numerical modeling of pool spreading, heat transfer and evaporation in liquefied natural gas (LNG)" was good. I am assuming that you wrote this thesis. |
|
July 29, 2013, 11:52 |
|
#4 |
Senior Member
Lieven
Join Date: Dec 2011
Location: Leuven, Belgium
Posts: 299
Rep Power: 23 |
Hi all,
Although it seems like a very simple problem to set the boundary conditions, it is actually quite tricky. Have a look at the following papers for more information: * Richards, P., & Hoxey, R. (1993). Appropriate boundary conditions for computational wind engineering models using the k-ϵ turbulence model. Journal of Wind Engineering and Industrial Aerodynamics, 47, 145–153. * Blocken, B., Stathopoulos, T., & Carmeliet, J. (2007). CFD simulation of the atmospheric boundary layer: wall function problems. Atmospheric Environment, 41(2), 238–252. doi:10.1016/j.atmosenv.2006.08.019 * Sumner, J., & Masson, C. (2011). k- epsilon simulations of the neutral atmospheric boundary layer: analysis and correction of discretization errors on practical grids. International Journal for Numerical Methods in Fluids. doi:10.1002/fld It is for example very tempting to set the slip condition at the top of the domain but this will introduce a modeling error which, depending on the extent of the domain, can become non-negligible... Cheers, Lieven |
|
August 4, 2013, 08:55 |
|
#5 | |
New Member
Øystein Myrmo
Join Date: Jun 2013
Location: Oslo
Posts: 6
Rep Power: 13 |
Quote:
Yes, you are correct - this is my master's thesis. And thank you! How did you come by it anyway? Boiling of LNG (or mixtures in general) is a relatively small research field. |
||
August 4, 2013, 09:02 |
|
#6 | |
New Member
Øystein Myrmo
Join Date: Jun 2013
Location: Oslo
Posts: 6
Rep Power: 13 |
Quote:
|
||
August 4, 2013, 09:25 |
thesis
|
#7 |
Member
niru
Join Date: Apr 2012
Posts: 55
Rep Power: 14 |
I am working on LNG pool spreading and evaporation. I am developing my own model for it . Have you graduated? Can you share your experience on working with that topic?
|
|
August 4, 2013, 13:35 |
thesis
|
#8 |
New Member
Øystein Myrmo
Join Date: Jun 2013
Location: Oslo
Posts: 6
Rep Power: 13 |
Cool! Check your personal inbox, so we can continue on topic here
|
|
August 4, 2013, 19:24 |
|
#9 |
Senior Member
Lieven
Join Date: Dec 2011
Location: Leuven, Belgium
Posts: 299
Rep Power: 23 |
I didn't test other models on the problem (simply because the k-epsilon model is the most frequently used model for this situation). But I'm pretty sure that this issue will be present in the other models too but maybe not to the same extent.
Cheers, L |
|
August 6, 2013, 06:04 |
|
#10 | |
Senior Member
Eloïse
Join Date: Jul 2012
Location: Trondheim, Norway
Posts: 113
Rep Power: 14 |
Quote:
For different turbulence models, please check as well this reference: Richards, P. J., and S. E. Norris. "Appropriate boundary conditions for computational wind engineering models revisited." Journal of Wind Engineering and Industrial Aerodynamics 99.4 (2011): 257-266. Best regards, Eloïse |
||
August 13, 2013, 06:21 |
|
#11 |
New Member
Øystein Myrmo
Join Date: Jun 2013
Location: Oslo
Posts: 6
Rep Power: 13 |
Thank you for the reference, Eloise.
I have digged into the atmBoundaryLayerInletVelocity and atmBoundaryLayerInletEpsilon boundary conditions, and I find it a bit strange that the roughness length (z0_), the minimum coordinate in z-direction (zGround_) and friction velocity (Ustar_) are all defined as scalarFields of the same size as the patch where the BC is applied. Shouldn't all of these parameters be constants (i.e. scalar) in the wind profile? I see in the implementation of atmBoundaryLayerInletVelocityFvPatchVectorField that Ustar_[i] is calculated depending on z0[i] like this: Code:
forAll (Ustar_, i) { Ustar_[i] = kappa_*Uref_/(log((Href_ + z0_[i])/max(z0_[i] , 0.001))); } Code:
forAll(coord, i) { if ((coord[i] - zGround_[i]) < Href_) { Un[i] = (Ustar_[i]/kappa_) * log((coord[i] - zGround_[i] + z0_[i])/max(z0_[i], 0.001)); } else { Un[i] = Uref_; } } Can anyone enlighten me on these issues? |
|
August 14, 2013, 08:23 |
|
#12 |
Senior Member
Eloïse
Join Date: Jul 2012
Location: Trondheim, Norway
Posts: 113
Rep Power: 14 |
Hello Øystein,
A simple way to test your BCs is to run an "empty fetch case", i.e. an empty 2D domain on which you use your set of BCs. By comparing your inlet and outlet profiles of U k and epsilon, you will be able to see if your set of BCs are consistent. I haven't try to use the atmBoundaryLayer BCs from OpenFOAM, but I'd not be surprised if it did not maintain the profiles through the domain. Instead, I'd recommend you to implement the recommendations suggested in the above mentioned papers. Regards, Eloïse |
|
March 17, 2014, 14:09 |
|
#13 |
Senior Member
Join Date: Jul 2009
Posts: 260
Rep Power: 18 |
Did anybody determine whether they were happy with the way the ABL is currently modelled by atmBoundaryLayerInletVelocity?
To be honest i'm a bit puzzled as to how to implement a turublent gradient at the ceiling of the domain as suggested in "Appropriate boundary conditions for computational wind engineering models revisited". Any thoughts here? |
|
June 23, 2015, 06:49 |
|
#14 |
New Member
Michael
Join Date: Feb 2015
Posts: 18
Rep Power: 11 |
Hello!
Did anyone find a solution to the above Problems? I have the same problem. I applied nutkAtmRoughWallFunction and epsilon wall functions at the wall. In order to test if the solution optained with openfoam is consistent with the theory I used a 2D channel an applied a cyclic bounday condition at inlet and outlet. At the top of the domain a used a constant velocity. It is some kind of couette flow. Theoretically the converged velocity solution should be logarithmic at the wall U = U*/kappa ln ( ( z + z0)/z0)). Unfortunately I did not get the theretical profile. Find attached the plot of the velocity |
|
June 30, 2015, 06:27 |
|
#15 |
New Member
Michael
Join Date: Feb 2015
Posts: 18
Rep Power: 11 |
Hello! I've tried to implement the discretisation of the Production therm suggesteb by
Richards, P. J., and S. E. Norris. "Appropriate boundary conditions for computational wind engineering models revisited." Journal of Wind Engineering and Industrial Aerodynamics 99.4 (2011): 257-266. In openfoam it looks like : volVectorField snGradU("snGradU",fvc::average(fvc::snGrad(U_) ) ); volScalarField G(GName(), nut_*magSqr( snGradU ) ); So I compute first the face area avereg of the gradient and then squared it to get the Production term G. But still I got a turbulent lengthcale which is increasing with hight with a lower inclination compared to kappa*z. Did anyone try this solution? |
|
August 25, 2016, 07:57 |
|
#16 |
Senior Member
Yuehan
Join Date: Nov 2012
Posts: 142
Rep Power: 14 |
Is there any progress regarding this problem?
|
|
August 26, 2016, 05:00 |
|
#17 |
New Member
Michael
Join Date: Feb 2015
Posts: 18
Rep Power: 11 |
unfortunately I was not able to solve the problem. but it is definitely a numerical issue. If you use an equidistant mesh an use a very fine resolution the spike of k at the bottom vanishes.
Another guess of me was that the reason is the first order approximation of the velocity gradient at the wall in the calculating the turbulent production. but I hadn't the time to test if this assumption is right. |
|
April 4, 2020, 13:42 |
|
#18 |
Senior Member
René Thibault
Join Date: Dec 2019
Location: Canada
Posts: 114
Rep Power: 7 |
Hi everyone!
I read your post and I think I got similar issue with the simulation that I try to perform. I used the ABL inlet condition for U,k and e. Use nutkAtm......, epsilonWallFunction and kqRWallFunction for the bottom wall boundary condition. The U profile at the Inlet match the U profile at the Outlet, but I got this spike on the k profile at the Outlet near the wall(see image). The mesh is equally spaced(dy=1mm) and the spike seem to appear before the mesh grid (see image). Do you have any ideas what could cause this issue? Don't hesitate if you need more information and clarification. Thank! P.S.: Just keep in mind that if the shape of the k profile doesn't seem too look right at mid height, it's because this come from a solution that wasn't converge. But, I assure you, this spike is still there even though the solution is converge. k.jpg Zoom-k.jpg |
|
May 25, 2020, 17:03 |
|
#19 |
Member
Petros Ampatzidis
Join Date: Oct 2018
Location: Bath, UK
Posts: 64
Rep Power: 8 |
Hi René,
I would imagine that the spike, which is a rather common issue in most ABL simulations, is found at the Inlet of your domain, since the flow adjusts along its way. Specifically, is usually aparent in the first 2-3 cells and then gradually disappears. Although I am not confident about this, I think there is an inconsistency between wall functions and the atmBoundaryLayer inlet profiles that lead to an overestimation of k at the wall. See: Divergence problem in domain?? Have you managed finally to simulate your ABL, cause I'm pretty much stuck at the same stage? Best, Petros |
|
May 28, 2020, 14:07 |
|
#20 |
Member
Luis Eduardo
Join Date: Jan 2011
Posts: 85
Rep Power: 15 |
René, could you share you case? I've been trying to make the profiles match, but I had no success so far.
I recently saw in this post (Atmospheric boundary layer) that some modifications were proposed to make the profiles match, but I couldn't make it work for me. |
|
Tags |
boundary conditions |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Boundary conditions low Mach number flow | lost.identity | Main CFD Forum | 0 | November 28, 2010 05:44 |
3-D Compressible Flow Boundary Conditions | Tyler | FLUENT | 4 | February 5, 2009 20:58 |
boundary conditions for boundary layer flow | A. Al-zoubi | CFX | 0 | November 3, 2007 08:11 |
Internal flow simulation boundary conditions | Kishore | FLUENT | 1 | July 10, 2007 12:42 |
Please help with flow around car modelling! | Tudor Miron | CFX | 17 | March 19, 2004 20:23 |