All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
Objective: To apply Reynold\'s decomposition to the NS equations to get the RANS equations. 1. Understanding of the terms Reynold\'s stress 2. What is turbulent viscosity? How is it different…
GAURAV KHARWADE
updated on 13 Feb 2020
Objective: To apply Reynold\'s decomposition to the NS equations to get the RANS equations.
1. Understanding of the terms Reynold\'s stress
2. What is turbulent viscosity? How is it different from molecular viscosity?
Theory:
What is Turbulence?
⋆ Turbulence is looked at as Unsteady, irregular (aperiodic) motion in which transport quantities (mass, momentum, scalar species) fluctuated in space and time. It is in contrast to laminar flows, which occurs when a fluid flows in parallel layers, with no disruption between those layers.
⋆Turbulence is caused by excessive kinetic energy in parts of a fluid flow, which overcomes the damping effect of the fluid\'s viscosity. For this reason, turbulence is commonly realized in low viscosity fluids.
Properties associated with TURBULENCE:
1. Irregularity: Irregular and random in nature, requires statistical methods to resolve.
2. Diffusivity: Rapid mixing of heat, mass, momentum, etc. one of the most important properties.
3. Large Re: Turbulence always occurs at a high Re number. It often results from the instability of laminar flow as Re becomes too large.
4. 3D vorticity fluctuation: Rotational and 3D, characterized by a high level of fluctuating vorticity. Vorticity dynamics play a central role in the analysis.
5. Dissipation: Turbulence is always dissipative. Viscous shear stresses perform deformation work at the expense of kinetic energy of the flow
6. Continuum: Governed by equations of fluid mechanics
7. Flows: Turbulent flows are flows who characterized by properties of flows not fluid
Methods of Analysis:
Let\'s take a look at instantaneous velocity measurements in turbulent flows.
⋆ Fluctuations can be of small scale and high frequency. They are computationally too expensive to simulate directly in practical engineering applications.
⋆ Instead, the instantaneous (exact) governing equations can be time-averaged, ensemble-averaged, or otherwise manipulated to remove the small scales, resulting in a modified set of equations that are computationally less expensive to solve. However, the modified equations contain additional unknown variables, and turbulence models are needed to determine these variables in terms of known quantities.
Turbulence Modeling:
As we know the time scale associated with turbulence is very very less if we have N-S equations with very small time steps and we have large numbers of computational cells then we don\'t need turbulence model. This process is quite impractical to attempt.
That is why we need to use Turbulence modeling where we can capture the effect of turbulence even at coarser grid size and larger time step.
Task of turbulence modeling:
We are trying to find approximate simplified solutions for the Navier - Stokes equations in the manner that either describes turbulence in terms of mean properties or limits the spatial /temporal resolution requirements associated with the full model.
There are three modeling frameworks:
1. Direct Numerical Simulation (DNS)
2. Reynolds-Averaged Navier - Stokes Equations (RANS)
3. Large Eddy Simulation (LES)
Reynolds-Averaged Navier - Stokes Equations (RANS):
Two alternative methods can be employed to transform the Navier-Stokes equations in such a way that the small-scale turbulent fluctuations do not have to be directly simulated: Reynolds averaging and filtering.
Both methods introduce additional terms in the governing equations that need to be modeled in order to achieve “closure”. (Closure implies that there are a sufficient number of equations for all the unknowns.)
The rationale for Reynolds averaging is that we are not interested in the part of flow solution that can be described as “turbulent fluctuations” instead, it is the mean (velocity, pressure, lift, drag) that is of interest. Looking at turbulent flow, it may best steady in the mean in spite of turbulent fluctuations.
RANS equations represent transport equations for the mean flow quantities only, with all the scales of the turbulence being modeled. The approach of permitting a solution for the mean flow variables greatly reduces the computational effort.
Reynold\'s Decomposition:
It is standard practice to describe a turbulent velocity field as a superposition of the time-averaged velocity and the fluctuating component as follows:
In 3D flow,\
u(x,y,z,t)=¯u(x,y,z)+u′(x,y,z,t)___ Equation 1
v(x,y,z,t)=¯v(x,y,z)+v′(x,y,z,t)___ Equation 2
z(x,y,z,t)=¯z(x,y,z)+z′(x,y,z,t)___ Equation 3
Time- Averaged Quantities:
¯u(x,y)=1tint\⋅∫tint\0u(x,y,z)dt
since we are integrating , We get average quantities and this average quantities doesnot change with time. Therefore, ¯uis f(x,y)
Equation--1 implies
1tint\⋅∫tint\0u(x,y,z,t)dt=1tint\⋅∫tint\0¯u(x,y,z)dt+1tint\⋅∫tint\0u'(x,y,z,t)dt
where, ¯u is not a function of time\
hence, when we integrate fluctuating component it\'s always be ZERO.
Therefore, when we integrate fluctuating terms for longer time period this term would be ZERO.
CONTINUITY EQUATION:
dudx=0
Substitute, \u=¯u+u'
d(¯u+u')dx=0
Take time average of whole equation,
1tint\∫tint\0[ddx(¯u+u')dt]=0
1tint\∫tint\0ddx(¯u)dt+1tint\∫tint\0ddx(u')dt=0
Since, time integrating of fluctuating component is Zero and also, integral limits is not a function of X.
d(¯u)dx1tint\∫tint\0dt=0
d(¯u)dx(tint\−0tint\)=0
d(¯u)dx=0
d(u')dx=0
Time averaged flow filed and unsteady velocity fluctuations field obeys continuity.
CONSERVATION OF MOMENTUM:
Conservation form of N-S equation is,
ρ⋅(dudt+ududx+vdudy)=−dPdx+μ⋅d2udy2
where\,ν=μρ
Equation will be rewrite as,
(dudt+ududx+vdudy)=−(1ρ)dPdx+ν⋅d2udy2
From Product rule, \ddy(u⋅v)=ududy+vdudy
dudt+2u⋅dudx+ddy(u⋅v)=−(1ρ)dPdx+ν⋅d2udy2
dudt+du2dx+ddy(u⋅v)=−(1ρ)dPdx+ν⋅d2udy2
Put\,u=¯u+u' & \v=¯v+v'
Applying Reynold\'s Decomposition
1tint\∫tint\0[d(¯u+u')dt+d(¯u+u')2dx+ddy((¯u+u')⋅(¯v+v'))]⋅dt=1tint\∫tint\0[−(1ρ)d(¯¯¯P+P')dx+ν⋅d2(¯u+u')dy2]⋅dt
Since, time averaged of fluctuation trms is zero. Equation reduced to__
dudt+d(¯u)2dx+d(u')2dx+ddy(¯u⋅¯v)+ddy(u'⋅v')=−(1ρ)d¯¯¯Pdx+ν⋅d2¯udy2
dudt+d(¯u)2dx+ddy(¯u⋅¯v)=−(1ρ)d¯¯¯Pdx+ν⋅d2¯udy2−d(u')2dx−ddy(u'⋅v')
We can write above equation as,
dudt+d(¯u)2dx+ddy(¯u⋅¯v)=−(1ρ)d¯¯¯Pdx+ν⋅d2¯udy2−1tint\∫tint\0d(u')2dx−1tint\∫tint\0ddy(u'⋅v')⋅dt
Assume changes along X- direction is negligible compare to changes along Y-diredtion inside Boundary Layer, Hence
1tint\∫tint\0d(u')2dx⋅dt=0
Equation becomes:
dudt+d(¯u)2dx+ddy(¯u⋅¯v)=−(1ρ)d¯¯¯Pdx+ν⋅d2¯udy2−1tint\∫tint\0ddy(u'⋅v')⋅dt
Considering RHS of above equation:
RHS\=−(1ρ)d¯¯¯Pdx+ν⋅d2¯udy2−1tint\∫tint\0ddy(u'⋅v')⋅dt
RHS\=−(1ρ)d¯¯¯Pdx⋅1ρ⋅ddy[μ⋅d¯udy−ρtint\∫tint\0(u'⋅v')⋅dt]
1ρd¯¯¯Pdx→Pressure Term\
μ⋅d¯udy→Molecular Viscocity\
ρtint\∫tint\0(u'⋅v')⋅dt→Momentun Diffusivity\
Reynold\'s Stress:
It is results from turbulent transport of momentum. The momentum flux is equivalently a stress as it causes defromation of fluid parcels. It is not beacause of existence of real tangential force (as in viscous stress). It is property of flow.
We consider a homogeneous fluid, whose density ρ is taken to be a constant.
For such a fluid, the components τ\'ij of the Reynolds stress tensor are defined as:
τi,j=−ρ⋅¯¯¯¯¯¯¯¯¯¯¯u'⋅v'
where, ρ⋅¯¯¯¯¯¯¯¯¯¯¯u'⋅v' is Average advection of u\' & v\'\
⋆Advection of momentum or velocity fluctuation results in a spread of momentum by turbulence. This term describes the diffusive nature of turbulence.
The negative divergence of the Reynolds stresses represents convective momentum transfer due to the random motion of macroscopic fluid packets (eddies)
Reynold\'s Stress Tensor:
To describe Reynold\'s stress
τi,j=−ρ⋅⎡⎢ ⎢⎣¯¯¯¯¯¯u'2¯¯¯¯¯¯u'v'¯¯¯¯¯¯¯¯u'w'¯¯¯¯¯¯¯¯v'u'¯¯¯¯¯v'2¯¯¯¯¯¯¯¯v'w'¯¯¯¯¯¯¯¯w'u'¯¯¯¯¯¯¯¯w'v'¯¯¯¯¯¯w'2⎤⎥ ⎥⎦
here, τi,j- independent of viscosity
- depends on the turbulent flow field
- results in the diffusion of momentum.
What is turbulent viscosity? How is it different from molecular viscosity?
Turbulent viscosity:
The coefficient that relates the average shear stress and rate of velocity gradient in the turbulent flow is called Turbulent Viscocity. The viscosity in turbulence is non-homogeneous and it varies in space.
The relation between Turbulent stress and turbulent viscosity
is
⋆ Turbulent viscosity is a turbulent transfer of momentum by eddies giving rise to internal fluid friction which is analogous to the action of molecular viscosity in laminar flow but takes place in much larger space.
⋆Molecular viscosity is the same as viscosity. The Coefficient of Molecular Viscosity is the same value as dynamic viscosity. Molecular viscosity is the transport of mass motion momentum solely by the random motions of individual molecules not moving together in coherent groups.
In general, the shearing stress of the turbulent flow may be written as in the following form:
The first term of Equation is the result of the viscous effect and the second term is the
result of the turbulence effect. If the flow is laminar, u′ and v′ velocity fluctuations will be zero.
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Week 9 - Senstivity Analysis Assignment
Objective: To write the code which will take entire reactions of GRI mechanism 3.0 and take out the most sensitive top 10 reactions. The main parameters are as follows: Write code to list out the top 10 most sensitive reactions from a list of all reactions from the GRI mechanism. The sensitivity parameters should be with…
04 Jan 2021 05:51 PM IST
Auto ignition analysis of combustible mixture methane under different conditions using Cantera and Python
Objective: To study auto-ignition using Cantera. Following are the tasks to perform using Cantera: Plot the variation of Auto Ignition time of Methane with a constant temperature of 1250K and pressure varying from 1 to 5 atm. Plot the variation of Auto Ignition time…
06 Dec 2020 04:55 AM IST
Week 6 - Multivariate Newton Rhapson Solver
Objective: To solve a given set of Ordinary Differential equations using the Multi-Variate Newton Raphson Method. Given: The set of ODE's are given below: dy1dt=−0.04⋅y1+104⋅y2⋅y3 dy2dt=0.04⋅y1−104⋅y2⋅y3−3⋅107⋅y22 dy3dt=3⋅107⋅y22 The jacobian should be estimated numerically and not analytically.…
01 Nov 2020 03:50 AM IST
Week 5 - Literature review: ODE Stability
Objective: To review the literature about ODE and to write the python program to substantiate our results. Theory: …
20 Oct 2020 03:52 PM IST
Related Courses
0 Hours of Content
Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.
© 2025 Skill-Lync Inc. All Rights Reserved.