1 Concepts/Glossary

eddy
any spatial flow pattern that persists for a short time.
Eddy
(oxford dictionary) a circular movement of air,water
homogeneous
the statistical characteristics of turbulence is independent of location of space.
homogeneous turbulence
a turbulent flow, on the average, is uniform in all directions ( Wilcox)
integral length scale
length scale of largest eddy, L
Isotropic
the statistical characteristics of turbulence is independent of the direction of space.
stationary process (turbulence)
the statistics of a random variable, U(mean property), are independent of time (stationary / stationary process)
Turbulence intensity
I = u'rms/ U , where u'rms : root-mean-square of the fluctuating velocity
Production of TKE (production)
\(\mathcal{P}\), rate of production of turbulent kinetic energy (Eq. (5.133), pope)

\[ \mathcal{P}= - <u_i u_j> \frac{ \partial <U_i> }{\partial x_j } \]

1.1 Turbulent eddy viscosity ,μt

  • not a fluid property

analogy: molucular stress <-> turbulent stress

1.2 Turbulent kinetic energy (TKE)

TKE
mean kinetic energy per unit mass associated with eddies in turbulent flow.

\[ k = \frac{1}{2} \left(\, \overline{(u')^2} + \overline{(v')^2} + \overline{(w')^2} \,\right) \]

\[ k=0.5<u_i u_i>= 0.5 < \mathbf{u} \cdot \mathbf{u}> \] (4.24, pope)

  • physically, TKE is the mean kinetic energy per unit mass in the fluctuating velocity field (u').
  • half the trace of the Reynolds stress tensor

1.3 Kolmogorov length scale, η

\[ \eta = (\frac{\nu^3}{\epsilon})^{1/4} \]

1.4 turbulent length scale, ℓ

integral length scale
L, the size of the largest eddies, which are constrained by the physical boundaries of the flow
(Kolmogorove length scale)
η, the size of smallest eddies which is determined by viscosity
(no term)
the size of large eddy

Figure 1: Different length scales and ranges in turbulence energy cascade (Fig. 6.1 Pope)

k-ε model \[ \ell = C_\mu^{3/4} \, \frac{k^\frac{3}{2}}{\epsilon} \]

  • \( C_\mu \) model constant

1.5 turbulent kinetic energy dissipation rate, ε

kinetic energy disspated by viscosity per unit mass unit time

1.6 Turbulence intensity, I

Ideally, you will have a good estimate of the turbulence intensity at the inlet boundary from external, measured data. For example, if you are simulating a wind-tunnel experiment, the turbulence intensity in the free stream is usually available from the tunnel characteristics. In modern low-turbulence wind tunnels, the free-stream turbulence intensity may be as low as 0.05%.

\[ I = u'_rms/ U \]

  • u'rms : root-mean-square of the fluctuating velocity

< 1% low > 10% high

Author: kaiming

Created: 2019-02-27 Wed 18:18

Emacs 24.5.1 (Org mode 8.2.10)

Validate

concepts in Turbulent Flow的更多相关文章

  1. stall and flow separation on airfoil or blade

    stall stall and flow separation Table of Contents 1. Stall and flow separation 1.1. Separation of Bo ...

  2. Glossary in Turbulence

    Table of Contents 1. Concepts/Glossary 1.1. Turbulent eddy viscosity ,μt 1.2. Turbulent kinetic ener ...

  3. Disposable microfluidic devices: fabrication, function, and application Gina S. Fiorini and Daniel T

    Disposable microfluidic devices: fabrication, function, and application Gina S. Fiorini and Daniel T ...

  4. JavaScript之DOM等级概述

    这两日对DOM等级的理解不是太通透,就进Mozilla官网去看了一下,然后进行了首次的对技术文档的翻译工作,虽然官网也有中文解释,但我想,自己翻译出来时,已经有了原汁原味的理解了吧,这边是做此次翻译的 ...

  5. Wall Treatment

    * wall treatment You can combine the turbulent flow interfaces with different types of wall treatmen ...

  6. Courses on Turbulence

    Courses on Turbulence Table of Contents 1. Lecture 1.1. UIUC Renewable energy and turbulent environm ...

  7. naca0012

    naca0012 naca0012 Table of Contents 1. NACA0012 lift and drag from 0-180 1.1. Data– Cl Cd vs. aoa 2. ...

  8. OpenFOAM——过渡管中的湍流

    本算例来自<ANSYS Fluid Dynamics Verification Manual>中的VMFL016:Turbulent Flow in a Transition Duct 一 ...

  9. OpenFOAM——前台阶

    本算例来自<ANSYS Fluid Dynamics Verification Manual>中的VMFL037:Turbulent Flow Over a Forward Facing ...

随机推荐

  1. [Codeforces 639B] Bear and Forgotten Tree 3

    [题目链接] https://codeforces.com/problemset/problem/639/B [算法] 当d > n - 1或h > n - 1时 , 无解 当2h < ...

  2. [POI2012]FES-Festival

    https://www.zybuluo.com/ysner/note/1252538 题面 有一个数列\(\{a\}\).现给定多组限制,限制分成\(2\)类,第一类是\(a_x+1=a_y\),有\ ...

  3. 杂项-公司:Sun

    ylbtech-杂项-公司:Sun Sun Microsystems是IT及互联网技术服务公司(已被甲骨文收购)Sun Microsystems 创建于1982年.主要产品是工作站及服务器.1986年 ...

  4. EasyUI Calendar 日历

    转自:http://www.jeasyui.net/plugins/175.html 通过 $.fn.calendar.defaults 重写默认的 defaults. 日历(calendar)显示允 ...

  5. json返序列化

    ASP.NET中JSON的序列化和反序列化 http://www.cnblogs.com/zhaozhan/archive/2011/01/09/1931340.html 迟来的Json反序列化 ht ...

  6. bzoj 2878: [Noi2012]迷失游乐园【树上期望dp+基环树】

    参考:https://blog.csdn.net/shiyukun1998/article/details/44684947 先看对于树的情况 设d[u]为点u向儿子走的期望长度和,du[u]为u点的 ...

  7. bzoj 1650: [Usaco2006 Dec]River Hopscotch 跳石子【贪心+二分】

    脑子一抽写了个堆,发现不对才想起来最值用二分 然后判断的时候贪心的把不合mid的区间打通,看打通次数是否小于等于m即可 #include<iostream> #include<cst ...

  8. [Swift通天遁地]一、超级工具-(11)使用EZLoadingActivity制作Loading加载等待动画

    ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★➤微信公众号:山青咏芝(shanqingyongzhi)➤博客园地址:山青咏芝(https://www.cnblogs. ...

  9. redis在linux的安装和开机启动(二)

    编译 安装 makefile已经存在 执行make 即可 make之后, 自动创建可运行的脚本文件, 不需要再执行 install了. 将脚本文件, 拷贝到指定位置, 就可以了. 手动创建目录, 需要 ...

  10. php 编译时 报错 configure: error: libXpm.(a|so) not found.

    编译环境 centos7 php 5.4.26 $ yum install libXpm-devel 显示已安装 百度得知 ubuntu虚拟机安装lamp遇到的问题 configure: error: ...