Fill out the form to download

Required field
Required field
Not a valid email address
Required field
Required field
  • Set up your own cloud-native simulation in minutes.

  • Documentation

    How to Set up an Atmospheric Boundary Layer in CFD Simulations?

    This article shows a basic approach to set up an atmospheric boundary layer (ABL). We will go through the formulation and set up parameters answering the following questions:

    1. How can one set up an Atmospheric Boundary Layer (ABL) profile at the inlet?
    2. What formulas can be used for it?
    atmospheric boundary layer cfd profile
    Figure 1: Different Atmospheric Boundary Layer (ABL) profiles, based on the landscape. Source: Gaetani\(^1\).

    Important

    The concepts and workflow below can be applied to the fluid dynamic solvers based on OpenFOAM®.

    Atmospheric Boundary Layer Overview

    Generally speaking, an atmospheric boundary layer (ABL) consists of the lower regions of the atmosphere, which are still influenced by the earth’s features and processes. For CFD applications, we are mostly interested in the developed velocity and turbulence profiles.

    In some fields, such as the architectural industry, setting a velocity profile at the inlet may be required. Prescribing an ABL can also be important in some applications, such as:

    • Wind comfort analysis;
    • External aerodynamics in general (cars, cities);
    • Any other application where a developed velocity profile at the inlet is relevant.

    Model For an ABL Profile

    The presented model is based on [2]. There are different formulas available to model an ABL profile. The following abstract is presenting them:

    Velocity

    The velocity is a logarithmic profile, starting at 0 \(m/s\) on the ground. It’s, therefore, a function of height (z):

    $$u(z) = \frac{u^{*}}{K} \cdot ln \left (\frac{z + z_{0}}{z_{0}} \right )$$
    Where:

    • K is the von Karman constant, usually taken in the range of 0.40 ± 0.02;
    • z is the height in which the velocity is calculated;
    • z0 is the aerodynamic roughness length. Still according to [2], the values for z0 vary based on landscape:
      • 0.0002 for sea or lakes;
      • 0.005 for smooth landscape, without obstacles/vegetation;
      • 0.03 in case of an open land with grass;
      • 0.1 for a cultivated area (farms, small obstacles);
      • 0.25 if high crops and scattered obstacles are present;
      • 0.5 for large vegetation, farms, clumps of forest;
      • 1 for a closed landscape, like mature forests and homogeneous cities and villages;
      • 2 or higher for centers of large towns, areas with buildings or forests with irregular height.
    • u* is the friction velocity, given by:

    $$u^{*} = K \cdot \frac{u_{ref}} {ln \left (\frac{H_{ref} + z_{0}} {z_{0}} \right )}$$

    \(u_{ref}\) and \(H_{ref}\) are in Figure 2 below.

    reference height and reference velocity
    Figure 2: Reference height and reference velocity. Reference velocity is usually taken as 99% of the free stream velocity.

    Turbulent Kinetic Energy (k)

    Find the formula for the turbulent kinetic energy (k) below. \(c_\mu\) is the turbulent viscosity constant, equal to 0.09:

    $$k(z) = \frac{{u^{*}}^{2}} {\sqrt{c_{\mu}}}$$

    Turbulence Dissipation Rate (\(\epsilon\))

    This equation is only necessary in case a k-epsilon turbulence model is being used:

    $$\epsilon (z) = \frac{{u^{*}}^{3}} {K(z+z_0)}$$

    Specific Dissipation Rate (\(\omega\))

    k-omega and k-omega SST turbulence models require an input for \(\omega\):

    $$\omega (z) = \frac{u^{*}}{K \sqrt{c_{\mu}}} \cdot \frac{1}{z + z_{0}}$$

    Atmospheric Boundary Layer Setup

    To input these formulas, one must create a custom boundary condition. After changing a parameter to a fixed value, it will be possible to use formulas as input. To access the formula input tab, click on the icons highlighted in the figure.

    formula input cfd
    Figure 3: Using formulas as input for a custom boundary condition

    Check out this advanced tutorial if you are interested in a simulation using an ABL profile.

    References

    Note

    If none of the above suggestions solved your problem, then please post the issue on our forum or contact us.

    Last updated: July 19th, 2022

    Contents