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. pip 清华镜像

    临时使用: 可以在使用pip的时候加参数-i  https://pypi.tuna.tsinghua.edu.cn/simple 例:pip install -i https://pypi.tuna. ...

  2. 第十二周 Leetcode 354. Russian Doll Envelopes(HARD) LIS问题

    Leetcode354 暴力的方法是显而易见的 O(n^2)构造一个DAG找最长链即可. 也有办法优化到O(nlogn) 注意 信封的方向是不能转换的. 对第一维从小到大排序,第一维相同第二维从大到小 ...

  3. Ural 1158. Censored! 有限状态自动机+DP+大整数

    Ural1158 看上去很困难的一道题. 原文地址 http://blog.csdn.net/prolightsfxjh/article/details/54729646 题意:给出n个不同的字符,用 ...

  4. URAL1553 Caves and Tunnels 树链剖分 动态树

    URAL1553 维护一棵树,随时修改某个节点的权值,询问(x,y)路径上权值最大的点. 树是静态的,不过套动态树也能过,时限卡的严就得上树链剖分了. 还是那句话 splay的核心是splay(x) ...

  5. vue 简介

    Vue.js是一套构建用户界面的渐进式框架.采用自底向上增量开发的设计.Vue的核心值关注视图层非常容易与其他库和已有的项目整合.另外,Vue完全有能力驱动采用单文件组件和Vue生态系统支持的库开发复 ...

  6. bzoj3786

    splay维护dfs序 我们发现有移动子树这种操作,树剖是做不了了,又要实现子树加,lct又维护不了了,这时我们用splay维护入栈出栈序来支持这些操作.我们记录每个点的入栈时间和出栈时间,这样一个闭 ...

  7. bzoj 1575: [Usaco2009 Jan]气象牛Baric【dp】

    完了不会dp了 设f[i][j]为以i结尾,有j个时的最优值,辅助数组g[i][j]为s选了i和j,i~j中的误差值 转移是f[j][i]=min(f[k][i-1]+g[k][j]) #includ ...

  8. Java中的锁机制,你真的了解吗?

    学到锁说明你已经学过多线程了,只有在多线程并发的情况下才会涉及到锁,相信大家用的最多的要数synchronized了,因为这个也是最简单的,直接加在方法上就可以使一个方法同步.那么除了synchron ...

  9. 【题解】自行车比赛 [AHOI2016] [P2777]

    [题解]自行车比赛 \([AHOI2016]\) \([P2777]\) 逼自己每天一道模拟题 传送门:自行车比赛 \([AHOI2016]\) \([P2777]\) [题目描述] 比赛中一共有 \ ...

  10. 网络连接详细信息出现两个自动配置ipv4地址的解决办法

    问题描述:网络连接详细信息出现两个自动配置ipv4地址,一个是有效地址,一个是无效地址. 解决办法: 先将本地连接ip设置成自动获取 点击开始——>运行——>输入cmd,回车,进入命令行界 ...