Glossary in Turbulence
Table of Contents
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 (u=U-<U>) 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
Glossary in Turbulence的更多相关文章
- Glossary
Glossary term terminology Certificate authority A norganization that authorizes a certificate. Certi ...
- Windows Azure 名词定义(Glossary)
Glossary(名词) Definition(定义) Availability Set 可用性组 refers to two or more Virtual Machines deployed ac ...
- Glossary of view transformations
Glossary of view transformations The following terms are used to define view orientation, i.e. trans ...
- Glossary of Terms in the JavaTM platform --reference
http://docs.oracle.com/javase/tutorial/information/glossary.html field :A data member of a class. Un ...
- 使用Atlas进行元数据管理之Glossary(术语)
背景:笔者和团队的小伙伴近期在进行数据治理/元数据管理方向的探索, 在接下来的系列文章中, 会陆续与读者们进行分享在此过程中踩过的坑和收获. 元数据管理系列文章: [0] - 使用Atlas进行元数据 ...
- USD词汇表(USD Glossary)
这篇文章是在学习USD的过程中龟速写成的,目的是将USD的核心设计.相关概念的说明.以及配套API整理出来,为后续进行的USD开发工作提供中文资料支持. 实际上也只有充分理解了USD设计中的每一个知识 ...
- Elasticsearch - glossary
From http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/glossary.html glossary of ...
- Courses on Turbulence
Courses on Turbulence Table of Contents 1. Lecture 1.1. UIUC Renewable energy and turbulent environm ...
- Unity Glossary
https://docs.unity3d.com/2018.4/Documentation/Manual/Glossary.html 2D terms 2D Physics terms AI term ...
随机推荐
- mybaties中,模糊查询的几种写法
模糊查询: 工作中用到,写三种用法吧,第四种为大小写匹配查询 1. sql中字符串拼接 SELECT * FROM tableName WHERE name LIKE CONCAT(CONCAT('% ...
- TI BLE: Advertisement
#define GAPROLE_ADVERT_ENABLED 0x305 //!< Enable/Disable Advertising. Read/Write. Size is uint8. ...
- CodeForces 382C Arithmetic Progression (排序+分类讨论)
题意:给出一个长度为n的序列,表示有n张卡片,上面的数字,现在还有一张卡片,上面没有数字,问说可以写几种数字在这张卡片上面, 使得n+1张卡片上的数字可以排列成一个等差数列,有无限多种时输出-1. 析 ...
- E20171225-hm
abstract adj. 抽象的,理论上的; 难解的; 抽象派的; 茫然的;
- golang——字符串与编码
1.字符编码 (1)ASCII码 一个字节表示的英文.数字.标点符号等字符. 国际标准ASCII码为0-127即128个字符,二进制最高位为0,其余为扩展ASCII码. (2)GB2312 两字节,主 ...
- 从 FTP 服务器上下载并保存文件
本例演示如何运用 C# 中的 FtpWebRequest 等对象从 FTP 服务器上获取文件,并结合 Stream 对象中的方法来保存下载的文件: using System; using System ...
- P2P 网络核心技术:Gossip 协议
背景 Gossip protocol 也叫 Epidemic Protocol (流行病协议),实际上它还有很多别名,比如:“流言算法”.“疫情传播算法”等. 这个协议的作用就像其名字表示的意思一样, ...
- document.write清除原有内容情况
原博客: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta ...
- OKHTTP 简单分析
内部使用了OKIO库, 此库中Source表示输入流(相当于InputStream),Sink表示输出流(相当于OutputStream) 特点: ·既支持同步请求,也支持异步请求,同步请求会阻塞当前 ...
- UVM基础之---Command-line Processor
提供一个厂商独立的通用接口命令行参数,支持分类: 1. 基本参数和值:get_args,get_args_matches 2. 工具信息:get_tool_name(),get_tool_ve ...