# Wall-Models-for-LES **Repository Path**: wt1900/Wall-Models-for-LES ## Basic Information - **Project Name**: Wall-Models-for-LES - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-12 - **Last Updated**: 2024-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Wall-Models-for-LES This repository contains MATLAB implementations of the following wall models (WM) for incompressible LES solvers. 1. ODE equilibrium WM (traditional finite volume implementation) - FV_ODE_EQWM.m 2. ODE equilibrium WM (new spectral implementation) - Gauss_Quadrature_ODE_EQWM.m 3. Integral WM - Integral_WM.m For ODE equilibrium WM, the spectral implementation should be a preferred choice. Compared to the finite-volume implementation, it reduces the wall-modeling cost significantly along with dramatic improvement in parallel efficiency when run on multiple cores. Channel flow DNS data from Johns Hopkins Turbulence Database (JHTDB) and UT-Austin database are included for offline a priori validation of these wall models. For details, please check the following paper describing these wall models: https://doi.org/10.1016/j.jcp.2023.112175