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

    Velocity Inlet and Velocity Outlet

    The velocity boundary condition (BC) defines the flow getting into or out of the domain at a certain velocity. As described below, different possibilities are available to define it.

    Velocity Inlet

    The inlet pressure and total (stagnation) values are not fixed but calculated, with the pressure gradients fixed to zero.

    For incompressible flows, the temperature properties are not required, while for compressible flows, the temperature at the inlet must also be defined. The turbulent flow quantities are matched with the values specified for the initial condition and are thus not required as inputs.

    Important

    When using a velocity inlet boundary condition, at least one pressure boundary condition should be specified for stability, e.g., a pressure outlet boundary condition.

    For external flows, it is generally recommended to place the velocity inlet at a specific distance upstream of the body, to avoid non-physical effects.

    Velocity Outlet

    The static (gauge) pressure is not fixed and will be calculated to reach the required value based on the velocity profile at the outlet. Analogous to the outflow boundary conditions, all relevant scalar quantities are calculated from the interior with gradients fixed to zero.

    Input Methods

    The flow velocity can be defined as:

    1. Fixed Value
    2. Mean Value
    3. Flow Rate
    4. Mean Flow Rate
    5. Face Normal Value
    6. Freestream

    These input values can either be fixed or driven by a formula or a table for space or time-dependent conditions.

    Fixed Value

    The fixed value BC prescribes the velocity magnitude and direction on the selected surface(s). It is fixed by defining each velocity component in x, y, and z-direction. Here is an example of how to assign a velocity entering an inlet at 10 m/s in the x-direction:

    how to assign a velocity as an inlet boundary condition
    Figure 1: Assigning a velocity to an inlet surface

    Every region of the boundary would have the same velocity value unless it is formula or table-driven.

    Mean Value

    This is more often used at an outlet where it is not clear whether the flow passes through the boundary uniformly. The average of the flow over the boundary would be equal to a specified value. Unlike the fixed value BC, not every region on the boundary will necessarily have the same value. The depicted boundary condition is a typical example and would apply to both internal flow (a pipe, for example) and external flow (a building, for example).

    Flow Rate

    The flow rate sub-type is available for both velocity inlet and outlet. The values that are input by the user must be positive. The direction of the velocity will be determined by the boundary condition chosen. If it’s a velocity inlet flow rate, then flow goes into the domain. If it’s a velocity outlet flow rate, then the flow will leave the domain.

    When used for the inlet, this boundary condition calculates velocity at the boundary based on the provided flow rate. Both mass and volumetric flow rate can be prescribed as input values. If a mass flow rate is assigned, the fluid density specified within the material would be used. The flow is assumed normal to the boundary.

    When used for the outlet, the software will determine what pressure gradients are necessary to achieve the defined mass or volumetric flow rates.

    flow rate boundary condition multiple assignments
    Figure 2: With this configuration, each face will have 1 ([m³/s]) going into the domain through them.

    Important

    1. It is not recommended to use this boundary condition with “Potential foam initialization” enabled in Simulation Control.

    2. A flow rate boundary condition assigned to more than one surface of the fluid domain means that each surface receives the specified flow rate.

    flow rate boundary condition multiple assignments
    Figure 2: With this configuration, each face will have 1 ([m³/s]) going into the domain through them.

    Mean Flow Rate

    This is an inlet-only boundary condition. The average mass or volumetric flow rate over the boundary defines the velocity inlet. The specified values must be positive.

    Face Normal Value

    This is an outlet-only boundary condition. The input value defines a target face normal mean outlet velocity. Then, the pressure gradients necessary to achieve the prescribed mean velocities are calculated by the software.

    Note that the mean velocity value is considered normal to the surface. For this boundary condition, the input must be positive.

    Freestream

    This boundary condition has two different possibilities. When the flow at the boundary is leaving the domain, a zero gradient condition is applied. Otherwise, a fixed velocity is assigned. The flow direction is based on the input values.

    The user should provide this value as an input when the boundary is far from the object. Based on velocity, the free stream pressure at the boundary is then calculated by applying a zero gradient condition to constrain the flux. For compressible flows, temperature values must be provided as well. The turbulent flow quantities at the free stream boundary are matched with the values specified for the initial condition and are thus not required as inputs.

    Velocity Inlet and Velocity Outlet Parametrization

    SimScale supports parametrization of velocity inlet and outlet boundary conditions. This article provides an overview of parametric capabilities in the platform and the setup workflows.

    Velocity Inlet (Incompressible LBM)

    In Incompressible LBM simulations, the velocity profile at the inlet of the flow domain can be defined with a Velocity Inlet condition.

    velocity inlet boundary condition configuration incompressible lbm
    Figure 2: Velocity inlet configuration window for an incompressible LBM study. The highlighted icons can be used for the table input method.

    For the Velocity definition, two main options exist:

    For Turbulence type, two approaches are possible: Intensity and Turbulence kinetic energy. With the latter, the user explicitly defines the turbulence kinetic energy at the inlet (via uniform or table definitions).

    The Turbulence Intensity represents a standard deviation between the velocity fluctuation and the average velocity of the flow.

    $$I = \frac {u’}{U} \tag{1}$$

    Where \(I\) is the turbulence intensity, \(u’\) is the velocity fluctuation and \(U\) is the average velocity of the flow. From the turbulence intensity, the solver calculates the turbulent kinetic energy (TKE) using equation 2:

    $$TKE = \frac {3}{2} (u’)^2 = \frac {3}{2} (IU)^2 \tag {2}$$

    Please note that the turbulence intensity is given in absolute values, therefore, defining a turbulence intensity of 0.01 is equivalent to 1%.

    Last updated: October 10th, 2022

    Contents