All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
Aim: To apply Reynold's decomposition to the Navier Stoke's equations to obtain the expression for Reynold's stress. Also understanding the terms Reynold's stress and the difference between turbulent and molecular viscosity. Theory: Most of the engineering problems deal with turbulent flows. A characteristic feature of…
Sridhara Kumudavalli
updated on 28 Jul 2020
Aim: To apply Reynold's decomposition to the Navier Stoke's equations to obtain the expression for Reynold's stress. Also understanding the terms Reynold's stress and the difference between turbulent and molecular viscosity.
Theory: Most of the engineering problems deal with turbulent flows. A characteristic feature of a turbulent flow is a small scale, high-frequency random fluctuations imposed on the main flow which has a definable direction. In fluid dynamics, a turbulent flow is characterized by irregular chaotic changes in pressure and flow velocity. A turbulent regime refers to irregular flows in which eddies, swirls, and flow instabilities occur. It is in contrast to a laminar flow, which occurs when a fluid flows in parallel layers, with no disruption between those layers. As mentioned before the turbulent regime is extremely common in natural phenomenon and engineering applications. Few examples are smoke coming out of a chimney, waterfalls, external flow over all kinds of vehicles such as cars, airplanes, ships, etc.
Need for Turbulence Models:
In order to capture the turbulence effect, we need to solve NS and a few more equations. The problem is turbulence has a very small time scale and the computation mesh required to solve the system would be very small. For example, in an IC engine approximately we would require a mesh size of 1e-5m. This method requires a huge computation power to solve the equations at these scales and this method is known as Direct Numerical Simulation (DNS).To run such a large number of cells it would nearly be impossible to solve using normal computers and rather time-consuming. Hence we use turbulence models in order to capture the turbulence effect in coarser mesh size. Basically, there are 2 approaches used to model turbulence.
We will be discussing in detail the Reynolds-averaged Navier Stokes (RANS) model.
RANS:
It is believed that using NS equations we can model any kind of flow including turbulent flows. The major drawback is that when there are higher values of Reynold's number the resolution of NS equation is challenging and not stable. Thus, a small perturbation in the parameters, boundary conditions, or initial conditions may lead to a different solution. This issue can be partially resolved by the use of Reynolds-averaged Navier Stokes equations (RANS). The Reynolds-averaged Navier Stokes equations (RANS) are time-averaged equations of motion for fluid flows. The ideology behind these equations is Reynold's decomposition, where an instantaneous quantity is decomposed into its time-averaged (mean values) and fluctuating quantities.
The variation of velocity in a turbulent flow field is shown in the above graph. Velocity at any instant can be divided into a mean component and fluctuating component. The instantaneous velocity component along x, y, and z directions are as follows:
ui(x,y,z,t)=um(x,y,z)+uf.(x,y,z,t)
vi(x,y,z,t)=vm(x,y,z)+vf.(x,y,z,t)
wi(x,y,z,t)=wm(x,y,z)+wf.(x,y,z,t)
This process is known as Reynold's Decomposition. The subscript i represents instantaneous component, m represents mean component and f represents fluctuating component.
The mean component can be given as:
um(x,y,z)=1tInt∫tInt0u(x,y,z,t)dt
The above equation is the time average of the instantaneous velocity over the turbulence time step.
The fluctuating component can be given as:
1tInt∫tInt0uf.(x,y,z,t)dt=0
Now we will apply Reynolds decomposition to Navier stokes equation as follows.
Continuity Equation
∂u∂x+∂v∂y
Applying Reynold's decomposition to continuity equation.
∂(um+uf)∂x+∂(vm+vf)∂y=0
Integrating over the time interval.
1tInt[∫tInt0∂(um+uf)∂xdt+∫tInt0∂(vm+vf)∂ydt]=0
Splitting the integrals.
1tInt∫tInt0∂(um)∂xdt+1tInt∫tInt0∂(uf)∂xdt+1tInt∫tInt0∂(vm)∂ydt+1tInt∫tInt0∂(vf)∂ydt=0
We know that the integral of the fluctuating component is zero. Hence, we can write above equations as
1tInt∫tInt0∂(um)∂xdt+1tInt∫tInt0∂(vm)∂ydt=0
The above equation can be written as
∂(um)∂x1tInt∫tInt0dt+∂(vm)∂y1tInt∫tInt0dt=0
Thus the continuity equation can be simplified as,
∂(um)∂x+∂(vm)∂y=0
Momentum Equation
ρ(∂u∂t+u∂u∂x+v∂u∂y)=−∂p∂x+μ∂2u∂x2
Taking density term into another side we obtain
∂u∂t+u∂u∂x+v∂u∂y=−1ρ∂p∂x+ν∂2u∂x2
∂u∂t+u∂u∂x+v∂u∂y+u(∂u∂x+∂v∂y)=−1ρ∂p∂x+ν∂2u∂x2
∂u∂t+2u∂u∂x+v∂u∂y+u∂v∂y=−1ρ∂p∂x+ν∂2u∂x2
We know that,
∂(uv)∂y=u∂v∂y+v∂u∂y
∂u∂t+2u∂u∂x+∂(uv)∂y=−1ρ∂p∂x+ν∂2u∂x2
Simplifying the above equations we obtain,
∂u∂t+∂u2∂x+∂(uv)∂y=−1ρ∂p∂x+ν∂2u∂x2
Now, applying Reynold's decomposition into the above equation and integrating it over a time interval.
1tInt∫tInt0∂(um+uf)∂tdt+1tInt∫tInt0∂(um+uf)2∂xdt+1tInt∫tInt0∂(um+uf)(vm+vf)∂ydt=−1tInt∫tInt01ρ∂(pm+pf)∂xdt+ν1tInt∫tInt0∂2(um+uf)∂x2dt
We will be neglecting the integrals of fluctuating terms and by time integrating the rest of the terms, we get the below equation.
∂um∂t+∂(u2)m∂x+∂(umvm)∂y=−∂pmρ∂x+ν∂2um∂y2−1tInt∫tInt0⎛⎝∂(u2)f∂x+∂(ufvf)∂ydt⎞⎠
When we consider a boundary layer the change in square of velocity across the x-direction can be taken as zero.i.e the velocity gradient is not as large when compared to the y-axis and hence the square of the x-velocity can be considered to be zero. Using this assumption and simplifying the above equation we obtain.
∂um∂t+∂(u2)m∂x+∂(umvm)∂y=−∂pmρ∂x+1ρ∂∂y(μ∂um∂y+ρtInt∫tInt0(ufvf)dt)
In the above equation, the momentum diffusion terms consist of 2 components, They are:
Reynold's Stress:
In fluid dynamics, Reynold's stress is the component of the total stress tensor in a fluid obtained from the averaging operation over the Navier Stokes equations to account for turbulent fluctuations in fluid momentum. Turbulence modeling is all about calculating this stress and to solve this Reynold's stress there is 2 turbulence model available which are the k-epsilon and k-omega model.
Molecular Viscosity and Turbulent Viscosity
Molecular Viscosity: 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 motion of individual molecules not moving together in coherent groups. Molecular viscosity is analogous in laminar flow to eddy viscosity in a turbulent flow.
Turbulent Viscosity: Turbulent viscosity is also known as Eddy Viscosity which occurs in turbulence. The turbulent transfer of momentum by eddies gives rise to internal fluid friction, in a manner analogous to the action of molecular viscosity in a laminar flow, but occurring on a larger scale. Eddy Viscosity is a function of flow, not of the fluid.
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 8: Literature review - RANS derivation and analysis
Aim: To apply Reynold's decomposition to the Navier Stoke's equations to obtain the expression for Reynold's stress. Also understanding the terms Reynold's stress and the difference between turbulent and molecular viscosity. Theory: Most of the engineering problems deal with turbulent flows. A characteristic feature of…
28 Jul 2020 11:01 AM IST
Week 7: Shock tube simulation project
Aim: To set up a transient shock tube simulation using Converge. Theory: Shock tubes are devices used for studying the flow of high temperature and high-velocity compressible gas. High-temperature supersonic gas flow is initiated in a shock tube as a result of the rupture of a diaphragm which is separating two gases…
24 Jul 2020 01:50 AM IST
Week 6: Conjugate Heat Transfer Simulation
Aim: To set up a flow simulation through a pipe for visualizing conjugate heat transfer through a solid pipe over the walls. Also, perform a grid dependence test and analyzing the effect of supercycle interval. Theory: Conjugate heat transfer (CHT) is a combination of heat transfer in solids and fluids. In solids,…
20 Jul 2020 04:58 AM IST
Week 5: Prandtl Meyer Shock problem
Aim: To simulate the Prandtl Meyer shock problem and check the effect of SGS temperature value on cell count and shock location using Converge. Also, perform a literature review on flow boundary conditions used for shock flow problems. Theory: We need boundary conditions in order to solve ordinary differential equations…
11 Jun 2020 06:40 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.