This work presents a feature-rich open-source library for wall-modelled large-eddy simulation (WMLES), which is a turbulence modelling approach that reduces the computational cost of traditional (wall-resolved) LES by introducing special treatment of the inner region of turbulent boundary layers (TBLs). The library is based on OpenFOAM and enhances the general-purpose LES solvers provided by this software with state-ofthe-art wall modelling capability. In particular, the included wall models belong to the class of wall-stress models that account for the under-resolved turbulent structures by predicting and enforcing the correct local value of the wall shear stress. A review of this approach is given, followed by a detailed description of the library, discussing its functionality and extensible design. The included wall-stress models are presented, based on both algebraic and ordinary differential equations. To demonstrate the capabilities of the library, it was used for WMLES of turbulent channel flow and the flow over a backward-facing step (BFS). For each flow, a systematic simulation campaign was performed, in order to find a combination of numerical schemes, grid resolution and wall model type that would yield a good predictive accuracy for both the mean velocity field in the outer layer of the TBLs and the mean wall shear stress. The best result, ≈ 1% error in the above quantities, was achieved for channel flow using a mildly dissipative second-order accurate scheme for the convective fluxes applied on an isotropic grid with 27 000 cells per δ 3 -cube, where δ is the channel half-height. In the case of flow over a BFS, this combination led to the best agreement with experimental data. An algebraic model based on Spalding's law of the wall was found to perform well for both flows. On the other hand, the tested more complicated models, which incorporate the pressure gradient in the wall shear stress prediction, led to less accurate results.
PROGRAM SUMMARYProgram Title: libWallModelledLES Licensing provisions:GPLv3 Programming language: C++ Nature of problem: Large-eddy simulation (LES) is a scale-resolving turbulence modelling approach providing a high level of predictive accuracy. However, LES of high Reynolds number wall-bounded flows is prohibitively computationally expensive due to the need for resolving the inner region of turbulent boundary layers (TBLs) [1]. This inhibits the application of LES to many industrially relevant flows [2] and prompts for the development of novel modelling techniques that would modify the LES approach in a way that allows it to retain its accuracy (at least away from walls) yet significantly lowers its computational cost. Solution method: Wall-modelled LES (WMLES) is an approach that is based on complementing LES with special near-wall modelling that allows to leave the inner layer of TBLs unresolved by the computational grid. Many types * Principal Corresponding Author