6. Examples

6.1. Fully Developed Channel Flow

Fully developed turbulent channel flow is one of the most studied flow problem of engineering interest in computational fluid dynamics (CFD) community. The flow problem has a simple three dimensional geometry comprising two flat walls at the top and bottom (see Fig. 6.1), which makes the channel flow an ideal test case for investigating the near wall behavior of turbulence. When the flow is fully developed in the channel, there is a constant mean pressure gradient in the stream-wise direction which is directly related to the friction velocity \(u_{\tau}\) and the channel half width \(\delta\) in terms of the relation

(6.1)\[\frac{\mathrm{d}p}{\mathrm{d}x} = \frac{u_{\tau}^2}{2\delta}\]

Due to the homogeneity of turbulent channel flows in the stream-wise and span-wise directions, periodic boundary conditions can be applied to the boundaries normal to these two directions. In a standard case where periodic boundary conditions are employed, the simulation generates its own turbulence and can therefore be considered as a benchmark to assess simulations with synthetic turbulence.

../_images/TInF-NE-01.png

Fig. 6.1 Sketch of a channel flow and the coordinate system adopted

The turbulence in the fully developed channel flow shows different levels of anisotropy with the varying wall distance, and isotropy is approximately recovered only in a small region adjacent to the mid plane of the channel. Compared to more complex flow problems, where the downstream evolution of the inflow turbulence might be quickly dominated by complicated geometries or other forcing factors, the turbulence in the channel is only induced by the presence of the flat wall and develops quite slowly. These circumstances make the channel flow a challenging test case for turbulence inflow generation, because impurities in the generated turbulence are very clearly identified.

Over the past two decades, direct numerical simulation (DNS) and large eddy simulation (LES) have been a valuable tool for the investigation of turbulent channel flows with periodic boundaries. A variety of studies of such simulations have yielded insights into both the statistical and structural characteristics of wall-bounded turbulence. Fig. 6.2 and Fig. 6.3 demonstrate the mean velocity and Reynolds stress tensor extracted from a LES simulation for the channel flow (using the tutorial case channel395 available in the OpenFOAM) at the friction Reynolds number \(\mathrm{Re}_{\tau} = 395\) defined as

(6.2)\[\mathrm{Re}_{\tau} = \frac{\delta u_{\tau}}{\nu}\]

Based on the data demonstrated in Fig. 6.2 and Fig. 6.3, the application of the turbulence inflow tool to generate inlet conditions for large eddy simulation (LES) of turbulent plane channel flow at \(\mathrm{Re}_{\tau} = 395\) will be presented.

../_images/TInF-NE-02.png

Fig. 6.2 Mean velocity profile for the channel flow at \(\mathrm{Re}_{\tau} = 395\)

../_images/TInF-NE-03.png

Fig. 6.3 Reynolds stress profile for the channel flow at \(\mathrm{Re}_{\tau} = 395\)

6.1.1. Numerical Setup

The dimensions of the computational domain are chosen as \(2\pi\delta\times 2\delta \times \pi\delta\) in the stream-wise, wall-normal and span-wise directions, respectively. This is sufficient to resolve the largest structures of the flow at \(\mathrm{Re}_{\tau} = 395\). In the meantime, the number of grid nodes are chosen as \(100 \times 60 \times 60\) in the stream-wise, wall-normal and span-wise directions, respectively. The grid nodes are uniformly distributed in the stream-wise and span-wise directions, whereas an exponential profile is employed to determine the grid spacing in the wall-normal direction. Periodic boundary conditions were applied in the span-wise direction, whereas no-slip boundary conditions were imposed at the walls. For all simulations, the time step \(\Delta t\) was adjusted so that the maximum Courant-Friedrichs-Lewy (CFL) number remains lower than unity during all simulations. The \(k\)-equation model with Van Driest damping at the wall is used for LES. The different synthetic turbulence methods investigated are summarized in Table 6.1.

../_images/TInF-NE-00.gif

Fig. 6.4 A velocity contour of the channel flow at \(\mathrm{Re}_{\tau} = 395\)

Table 6.1 Basic numerical setup.

Run

\(\mathrm{Re}_{\tau}\)

boundary condition for inflow

A

395

periodic

B

395

digital filtering method (DFM) by [1]

C

395

synthetic eddy method (SEM) by [2]

D

395

divergence free synthetic eddy method (DFSEM) by [3]

E

395

turbulent spot method with anisotropic vortons of type R (ATSM-R) by [4]

F

395

turbulent spot method with anisotropic vortons of type L (ATSM_L) by [4]

  • The entries to employ the digital filtering method by [1] in the OpenFOAM are

inlet
{
        type            turbulentDFMInlet;
        filterType      exponential;
        periodicInZ     ture;
        cleanRestart    false;
        value           $internalField;
}
  • The entries to employ the synthetic eddy method by [2] in the OpenFOAM are

inlet
{
        type            turbulentSEMInlet;
        eddyType        gaussian;
        periodicInZ     ture;
        cleanRestart    false;
        value           $internalField;
}
  • The entries to employ the divergence free synthetic eddy method by [3] in the OpenFOAM are

inlet
{
        type            turbulentDFSEMInlet;
        periodicInZ     ture;
        cleanRestart    false;
        value           $internalField;
}
  • The entries to employ the divergence free synthetic eddy method by [4] in the OpenFOAM are

inlet
{
        type            turbulentATSMInlet;
        vortonType      typeR (or typeL);
        periodicInZ     ture;
        cleanRestart    false;
        value           $internalField;
}

6.1.2. Simulation Results

A first impression of the turbulence in the flow is given in Fig. 6.6 ~ Fig. 6.9. It shows the contour-surfaces of the \(\lambda_2\) vortex identification criterion. The vortices from the simulation with ATSM-R and ATSM_L are shown in Fig. Fig. 6.8 and Fig. 6.9, respectively. The vortex content is very rich compared to all other simulations, especially in the vicinity of the inlet (on the left side of the images). A large number of vortices is visible there, which also extend relatively far from the wall. The simulations with SEM or DFM look more sparsely populated by vortices. Especially for the simulation with DFM, a very clear decay of vortex density after the inlet is visible.

../_images/TInF-NE-04.png

Fig. 6.6 Visualization of turbulent vortices in the channel flow simulation with DFM by contour-surfaces of \(\lambda_2\)

../_images/TInF-NE-05.png

Fig. 6.7 Visualization of turbulent vortices in the channel flow simulation with SEM by contour-surfaces of \(\lambda_2\)

../_images/TInF-NE-06.png

Fig. 6.8 Visualization of turbulent vortices in the channel flow simulation with ATSM_R by contour-surfaces of \(\lambda_2\)

../_images/TInF-NE-07.png

Fig. 6.9 Visualization of turbulent vortices in the channel flow simulation with ATSM-L by contour-surfaces of \(\lambda_2\)

In Fig. 6.10 ~ Fig. 6.13, the pressure fluctuations in the channel flow simulations are plotted vs. the axial distance to the inlet. The SEM, which does not obey continuity, produces very intense pressure noise near the inlet. The peak amplitude of its pressure fluctuations is much larger than the amplitude of the natural pressure fluctuations in the channel. In comparsion, the DFSEM and ATSM formulations produce a pressure noise level which is much lower.

../_images/TInF-NE-08.png

Fig. 6.10 Pressure fluctuations vs. axial distance for the channel flow simulation with SEM

../_images/TInF-NE-09.png

Fig. 6.11 Pressure fluctuations vs. axial distance for the channel flow simulation with DFSEM

../_images/TInF-NE-10.png

Fig. 6.12 Pressure fluctuations vs. axial distance for the channel flow simulation with ATSM-R

../_images/TInF-NE-11.png

Fig. 6.13 Pressure fluctuations vs. axial distance for the channel flow simulation with ATSM-L

In Fig. 6.14 ~ Fig. 6.17, the main components of the Reynolds stress tensor in the channel flow simulations with different synthetic methods are plotted against the axial distance to the inlet. Generally, all methods produce an initial decay in vortex intensity. The turbulence generated by the ATSM-L turns much faster into its equilibrium state than the others. It seems that it is more important to produce turbulence with valid length scales rather than with the exact magnitude of fluctuation velocity.

../_images/TInF-NE-12.png

Fig. 6.14 Main components of the Reynolds stress tensor at different sections in the channel flow simulation with DFM

../_images/TInF-NE-13.png

Fig. 6.15 Main components of the Reynolds stress tensor at different sections in the channel flow simulation with SEM

../_images/TInF-NE-14.png

Fig. 6.16 Main components of the Reynolds stress tensor at different sections in the channel flow simulation with ATSM-R

../_images/TInF-NE-15.png

Fig. 6.17 Main components of the Reynolds stress tensor at different sections in the channel flow simulation with ATSM-L