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

Author: kemina

Created: 2019-03-13 Wed 09:49

Emacs 24.5.1 (Org mode 8.2.10)

Validate

Glossary in Turbulence的更多相关文章

  1. Glossary

    Glossary term terminology Certificate authority A norganization that authorizes a certificate. Certi ...

  2. Windows Azure 名词定义(Glossary)

    Glossary(名词) Definition(定义) Availability Set 可用性组 refers to two or more Virtual Machines deployed ac ...

  3. Glossary of view transformations

    Glossary of view transformations The following terms are used to define view orientation, i.e. trans ...

  4. 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 ...

  5. 使用Atlas进行元数据管理之Glossary(术语)

    背景:笔者和团队的小伙伴近期在进行数据治理/元数据管理方向的探索, 在接下来的系列文章中, 会陆续与读者们进行分享在此过程中踩过的坑和收获. 元数据管理系列文章: [0] - 使用Atlas进行元数据 ...

  6. USD词汇表(USD Glossary)

    这篇文章是在学习USD的过程中龟速写成的,目的是将USD的核心设计.相关概念的说明.以及配套API整理出来,为后续进行的USD开发工作提供中文资料支持. 实际上也只有充分理解了USD设计中的每一个知识 ...

  7. Elasticsearch - glossary

    From http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/glossary.html glossary of ...

  8. Courses on Turbulence

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

  9. Unity Glossary

    https://docs.unity3d.com/2018.4/Documentation/Manual/Glossary.html 2D terms 2D Physics terms AI term ...

随机推荐

  1. SVN 打补丁 Apply Patch ***

    SVN补丁的方式,在不能连接服务器或者没有修改的权限,但是迫于形势,你又必须对这个文件进行修改,这时你就可以用Create patch创建补丁,然后把你创建的补丁发给项目人,或对此目录有写权限的工作人 ...

  2. ibwebrtc-audio-processing-devel

    http://ftp.ussg.iu.edu/cygwin/x86_64/release/webrtc-audio-processing/libwebrtc-audio-processing-deve ...

  3. JSP-Runoob:JSP 教程

    ylbtech-JSP-Runoob:JSP 教程 1.返回顶部 1. JSP 教程 JSP 与 PHP.ASP.ASP.NET 等语言类似,运行在服务端的语言. JSP(全称Java Server ...

  4. 2-3 Vue实例中的数据,事件和方法

    上节课模板是写在Vue的实例里面的,现在我们可以把它恢复出来.写在挂载点的内部,看起来会舒服一点.Vue的数据项,可以配置任意的数据名字. <!DOCTYPE html> <html ...

  5. query或者JavaScript实现在textarea光标处插入文本

    1.Jquery函数实现: $(function() { /* 在textarea处插入文本--Start */ (function($) { $.fn.extend({ insertContent ...

  6. php insteadof 作用

    PHP5的另一个新成员是instdnceof关键字.使用这个关键字可以确定一个对象是类的实例.类的子类,还是实现了某个特定接口,并进行相应的操作.在某些情况下,我们希望确定某个类是否特定的类型,或者是 ...

  7. ASP.NET SQL 总结(2)

    Sql常见面试题(总结) 1.用一条SQL语句 查询出每门课都大于80分的学生姓名 name   kecheng   fenshu 张三     语文       81 张三     数学       ...

  8. 转】 mysql5.6.12 for Linux安装

    原博文出自于: http://blog.csdn.net/book_mmicky/article/details/25714049 感谢! 1:上www.mysql.org下载64位版本mysql5. ...

  9. Spring.Net学习笔记(3)-创建对象

    一.开发环境 编译器:VS2013 .Net版本:.net framework4.5 二.涉及程序集 Spring.Core.dll:1.3 Common.Logging 三.开发过程 1.项目结构 ...

  10. c++利用jsoncpp libcurl 构造http 包(原)

    我们手游要接入uc九游进行测试,要用http向uc那边的sdk 服务器post  json数据. 虽然他们提供了php,java还有c#的服务端demo,但是我们服务器是C++写的,我实在不想中间再转 ...