websights

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

    Atmospheric Boundary Layer Inlet for Incompressible LBM

    The Atmospheric Boundary Layer Inlet is an exclusive boundary condition for the Incompressible (LBM) simulation type. This article will go through the necessary details for the configuration of this boundary condition.

    reference height and reference velocity
    Figure 1: Schematics of an atmospheric boundary layer at the inlet, highlighting the reference velocity and reference height.

    For external aerodynamic simulations, a common approach is to define a velocity profile at the inlet, where the velocity changes with the height. In Incompressible (LBM), there are two ways to achieve this result:

    1. Using a table input with a Velocity inlet boundary condition
    2. Using an Atmospheric boundary layer inlet boundary condition

    With the first approach, the user needs to define a table with the velocity at each height of interest. The second option is a much more automated workflow, which will be explored in the next section.

    The setup of an atmospheric boundary layer inlet condition is simple. The figure below shows the configuration window:

    atmospheric boundary layer inlet boundary condition incompressible lbm
    Figure 2: This configuration is available from the boundary condition window in Incompressible LBM analyses.

    Having Figure 1 in mind, the boundary condition requires the following parameters:

    • Reference velocity uref of the velocity profile
    • Reference height, often called zref or href, at which the reference velocity is measured. In case there is no terrain, the height is measured as the distance to the bottom of the External Flow Domain or any other no slip wall defined in the simulation setup. Alternatively, if there is a terrain intersecting with the inlet, the height above ground is measured against the terrain surface
    • Ground roughness z0, which represents the aerodynamic roughness length. The ground roughness is used to model the effects of vegetation and buildings upstream of the inlet. This documentation page shows the usual values for z0.

    The formulation described below controls the inlet profile for the velocity u, turbulent kinetic energy k, and specific dissipation rate ω, based on the user-defined parameters. For organization purposes, a table containing the meaning of each parameter can be found at the end of this section.

    The logarithmic velocity profile normal to the inlet has the following formulation:

    (1)u=uKln(z+z0z0)

    The other two velocity components are null. The friction velocity u is given by equation 2:

    (2)u=Kurefln(zref+z0z0)

    Equation 3 shows the turbulent kinetic energy k expression:

    (3)k=u2cμ

    Finally, the specific dissipation rate ω is given by the expression below:

    (4)ω=uKcμ1z+z0

    The table below contains a description of all parameters used in equations 1 through 4:

    ParameterDescriptionUnits
    uVelocity component, normal to the inletm/s
    uFriction velocitym/s
    Kvon Karman constant, equal to 0.41
    zHeight (normal to the ground)m
    z0Aerodynamic roughness length (user-defined)m
    zrefReference height (user-defined)m
    urefReference velocity (user-defined)m/s
    kTurbulent kinetic energym2/s2
    cμTurbulent viscosity constant, equal to 0.09
    ωSpecific dissipation rate1/s
    Table 1: Description of the parameters used in the formulation of the Atmospheric Boundary Layer Inlet boundary condition

    As an example, let’s use the city block model from this incompressible LBM tutorial. The configuration of the boundary condition is straightforward:

    city block lbm inlet profile
    Figure 3: Example atmospheric boundary layer inlet definition for a site

    In the example above, a Ground roughness of ‘2’ was defined, since the surroundings of the computational domain consist of a dense urban area.

    When post-processing the simulation run, the resulting boundary layer is visible:

    atmospheric boundary layer inlet post-processing results
    Figure 4: Side view of the simulation results. The air flows from the left (inlet) to the right (outlet): the ABL profile is visible at the inlet.

    This workflow allows the user to effortlessly define a velocity profile for the inlet, which is optimal for external aerodynamic applications.

    Last updated: April 19th, 2022