The biggest difference between LES and RANS is that, contrary to LES, RANS assumes that \(\overline{u'_i} = 0\) (see the Reynolds-averaged Navier–Stokes equations). In LES the filter is spatially based and acts to reduce the amplitude of the scales of motion, whereas in RANS the time filter removes ALL scales of motion with timescales less than the filter width.

I would recommend reading Fröhlich, Jochen, and Dominic von Terzi. "Hybrid LES/RANS methods for the simulation of turbulent flows." Progress in Aerospace Sciences 44.5 (2008): 349-377.

From that paper, specifically the section 'Structural similarity of LES and RANS equations', you can see that the equations being solved are essentially the same for LES and RANS, however, the physics are different. The main difference being that in RANS the unclosed term is a function of the turbulent kinetic energy and the turbulent dissipation rate whereas in LES the closure term is dependent on the length scale of the numerical grid. So in RANS the results are independent of the grid resolution!

A model qualifies as an LES model if it explicitly involves in one or
the other way the step size of the computational grid. RANS models, in
contrast, only depend on physical quantities, including geometric
features like the wall distance.

As far as typical processes, this figure summarizes it pretty well. DNS resolves all scales of motion, all the way down to the Kolmogorov scale. LES is next up and resolves most of the scales, with the smallest eddies being modeled. RANS is on the other end of the spectrum from DNS, where only the large-scale eddies are resolved and the remaining scales are modeled.


The figure above is from André Bakker's lectures: http://www.bakker.org/dartmouth06/engs150/10-rans.pdf

DNS: Very small scale flow (ex:turbulent boundary layers). Currently computationally intractable for most problems.

LES: Aims to solve the computational cost that DNS poses and reveals the eddies hidden behind the mean in RANS. Good for coastal scale scale 2D simulations and possibly lab-scale 3D simulations with a highly optimized parallel code.

RANS: It is the least computationally expensive method that is used for turbulent modeling, but it is really not very good when certain phenomena cannot be averaged, such as instabilities. Acoustic waves are also incorrectly modeled because they are inherently unsteady processes which can't be averaged, so typically modelers will crank up the turbulent and numerical viscosity to remove acoustic waves from the system.

This shows the main difference between LES and RANS.

最新文章

  1. 计算机缺失缺少mfc110.dll等相关文件的解决办法
  2. LNMP 部署
  3. Ubuntu-安装-theano+caffe-超详细教程
  4. ecshop Admin后台删除(Ajxa删除,无跳转连接)
  5. android文件上传到服务器
  6. SQL基础学习篇--字符函数
  7. DNN 错误代码 0x80070005 解决方案
  8. Burosuite抓包Sqlmap学习Sql注入
  9. vc调用BCB的dll 参数传递 报错
  10. 修改docker默认172.17网段
  11. mybati的存储过程
  12. U盘开发之安全U盘
  13. 在Linux中执行.sh脚本,异常
  14. 第一个react
  15. SSM请求的响应
  16. 好用的SHELL小编程
  17. error info: boost not variable 问题解决
  18. C++之可调用对象
  19. jquery+html5制作超酷的圆盘时钟表
  20. Git HTTPS 方式自动保存用户名密码

热门文章

  1. Web网站安全
  2. find查找特殊权限用法
  3. sqlserver通过select查询出连续的日历临时表
  4. import * as 用法
  5. Python高效率遍历文件夹寻找重复文件
  6. oracle DBID,SID,DB_NAME,DB_DOMAIN,INSTANCE_NAME,DB_UNIQUE_NAME, SERVICE_NAMES 及监听参数的说明
  7. ugui代码设置ui锚点
  8. discover面试
  9. 转载-linux挂载的意思
  10. NFS实现文件共享