Unit 5 Complete Notes
Unit 5 Complete Notes
1 UNIT – V
5
∂ρ ∂(ρu) ∂(ρv) ∂(ρw)
6 + + + =0 (A)
∂t ∂x ∂y ∂z
∂P ∂2 u ∂2 u ∂2 u ∂u ∂u ∂u ∂u
7 ρg x − + μ ( 2 + 2 + 2) = ρ ( + u + v + w ) (B)
∂x ∂x ∂y ∂z ∂t ∂x ∂y ∂z
8
9 Introduction:
11 Partial Differnetial Equations, which has been solved through an iterative prcoess
12 such as relation technique, etc. But most of us executing the incompressible viscous
13 flow based problems rather than other kinds of flows. Mathematically, viscous
15 such as pressure correction technique, etc have been used to solve this kind of
16 problems. This pressure correction technique has been widely used in numerical
20 flow. The concept called ‘average pressure’ is used to construct the next iteration from
22
1
Computational Fluid Dynamics
Department of Aeronautical Engineering, KCT
23
24 Figure 0. SIMPLE selection facility at ANSYS FLUENT
26 gradient. But the representation of pressure gradient has been included in a depended
27 manner. Thereofre the seperate care needs to be taken in the estimation of pressure.
28 For that reason, the pressure correction technique [SIMPLE Algorithm] was emerged.
30
2
Computational Fluid Dynamics
Department of Aeronautical Engineering, KCT
31
32 Figure [Link] of Pressure Correction Technique
33 In this case, we can take 2-D problem for our simplicity also finalized to neglect the
34 body forces, and thus the 2-D momentum equations are as follows:
35
∂P ∂2 u ∂2 u ∂u ∂u ∂u
36 − + μ ( 2 + 2) = ρ ( + u + v ) (1)
∂x ∂x ∂y ∂t ∂x ∂y
37
∂P ∂2 v ∂2 v ∂v ∂v ∂v
38 − + μ ( 2 + 2) = ρ ( + u + v ) (2)
∂y ∂x ∂y ∂t ∂x ∂y
39
40 Above equations follow directly from the model on an infinitely small volume
41 fixed in space. So finite difference form of above equations will be somewhat akin to
42 discretized equations obtained from finite volume approach. but the original work
44
45 In this case, instead of Fintie Volume approach, the finite difference method is
46 implemented in this equation. In which, forward difference scheme is used for the
47 representation of time derivatives and central difference scheme is used for the
49
50 Collocated Grid: where all flow variables are stored in the same positions.
51
52 Staggered Grid: Scalar variables [pressure, density, total enthalphy, etc] are stored in
53 the cell centres of the control volumes, whereas the velocity or momentum variables
55
56 Figure 2. The staggered grid in the direction of X
57
58 The pressure values are stored at the RED points and the velocity values are stored at
60
62
1
63 vj+1 = 2 (vi,j+1 + vi+1,j+1 )
At points ‘a’: ̅̅̅̅̅
2 2 2
64
1
65 At points ‘b’: v̅̅̅̅̅
j−
1 = (vi,j−1 + vi+1,j−1 )
2 2 2 2
66
4
Computational Fluid Dynamics
Department of Aeronautical Engineering, KCT
72
[ρu]t+∆t
1 − [ρu]
t
1
∂[ρu] i+ ,j
2
i+ ,j
2
73 = (4)
∂t ∆t
74
[ρuv]t 1 − [ρuv]t 1
∂[ρuv] i+ ,j+1
2
i+ ,j−1
2
78 = (6)
∂y 2∆y
79
81
∂P [p]ti+1,j − [p]ti,j
82 = (7)
∂x ∆x
83
84 Second order Finite Difference derivative for higher order spatial derivative,
85
ut 3 − 2ut 1 + ut 1
∂2 u i+ ,j
2
i+ ,j
2
i− ,j
2
86 = (8)
∂x 2 [∆x]2
87
2 ut 1 − 2ut 1 + ut 1
∂ u i+ ,j+1
2
i+ ,j
2
i+ ,j−1
2
88 = (9)
∂y 2 [∆y]2
5
Computational Fluid Dynamics
Department of Aeronautical Engineering, KCT
89
90 Substitue the equations (4), (5), (6), (7), (8), and (9) in equation (3),
91
[ρu]t+∆t
1 − [ρu]
t
1
i+ ,j i+ ,j
2 2
92
∆t
[ρu2 ]t 3 − [ρu2 ]t 1 [ρuv]t 1 − [ρuv]t 1
i+ ,j i− ,j i+ ,j+1 i+ ,j−1
2 2 2 2
93 = −[ + ]
2∆x 2∆y
[p]ti+1,j − [p]ti,j
94 −[ ]
∆x
ut 3 − 2ut 1 + ut 1 ut 1 − 2ut 1 + ut 1
i+ ,j i+ ,j i− ,j i+ ,j+1 i+ ,j i+ ,j−1
2 2 2 2 2 2
95 + μ[ + ] (10)
[∆x]2 [∆y]2
96
97 For our simplicity let us take the big component of equation (10) is equal to A,
98
ut 3 − 2ut 1 + ut 1 ut 1 − 2ut 1 + ut 1
i+ ,j i+ ,j i− ,j i+ ,j+1 i+ ,j i+ ,j−1
2 2 2 2 2 2
100 +μ[ + ]
[∆x]2 [∆y]2
102
[ρu]t+∆t
1 − [ρu]
t
i+ ,j
2
1
i+ ,j
2
[p]ti+1,j − [p]ti,j
103 =A−[ ]
∆t ∆x
104
∆t
105 [ρu]t+∆t
1 = [ρu]
t
1 + A∆t − {( ) [[p]ti+1,j − [p]ti,j ]} (11)
i+ ,j
2
i+ ,j
2 ∆x
106
6
Computational Fluid Dynamics
Department of Aeronautical Engineering, KCT
107
108 Figure 3. The staggered grid in the direction of Y
109
110 Note: Equiavlent FVM will deal with shaded cell [Figure 3]
111
1
112 At points ‘c’: u
̅̅̅̅̅
i−
1 = (ui−1,j + ui−1,j+1 )
22 2 2
113
1
114 ui+1 = 2 (ui+1,j + ui+1,j+1 )
At points ‘d’: ̅̅̅̅̅
2 2 2
115
116 Similar from equation (11), we can also form the equation for ‘y’ momentum,
117
∆t
118 [ρv]t+∆t1 = [ρv]t 1 + B∆t − {( ) [[p]ti,j+1 − [p]ti,j ]} (12)
i ,j+
2
i ,j+
2 ∆y
119
vt 3 − 2v t 1 + vt 1 vt 1 − 2v t 1 + vt 1
i ,j+ i,j+ i ,j− i+1 ,j+ i,j+ i−1,j+
2 2 2 2 2 2
121 +μ[ + ]
[∆x]2 [∆y]2
122
7
Computational Fluid Dynamics
Department of Aeronautical Engineering, KCT
∆t
123 (11) ⇒ [ρu]t+∆t
1 = [ρu]
t
1 + A∆t − {( ) [[p]ti+1,j − [p]ti,j ]}
i+ ,j
2
i+ ,j
2 ∆x
124
125 We know that, the equation (11) has been estimated through the assumption of guess
127
∆t
128 [ρu∗ ]t+∆t ∗ t
1 = [ρu ] 1 + A∗ ∆t − {( ) [[p∗ ]ti+1,j − [p∗ ]ti,j ]} (13)
i+ ,j
2
i+ ,j
2 ∆x
129
131
132 p = p∗ + p′ ⇒ p′ = p − p∗ (14)
133
∆t
134 [ρu′ ]t+∆t ′ t
1 = [ρu ] 1 + A′ ∆t − {( ) [[p′ ]ti+1,j − [p′ ]ti,j ]} (15)
i+ ,j
2
i+ ,j
2 ∆x
135
137
139
140 From the equation (14), we can also derive author paramters,
141
142 A = A∗ + A′ ⇒ A′ = A − A∗ (18)
143
145
147
148 Similarly, we can expand the above equation for ‘y’ Momentum,
149
8
Computational Fluid Dynamics
Department of Aeronautical Engineering, KCT
150 B = B∗ + B′ ⇒ B′ = B − B∗ (21)
151
153
∆t
154 [ρv ∗ ]t+∆t1 = [ρv ∗ ]t 1 + B∗ ∆t − {( ) [[p∗ ]ti,j+1 − [p∗ ]ti,j ]} (23)
i,j+
2
i ,j+
2 ∆y
155
∆t
156 (12) ⇒ [ρv]t+∆t1 = [ρv]t 1 + B∆t − {( ) [[p]ti,j+1 − [p]ti,j ]}
i ,j+
2
i ,j+
2 ∆y
157
∆t
158 [ρv ′ ]t+∆t1 = [ρv ′ ]t 1 + B′ ∆t − {( ) [[p′ ]ti,j+1 − [p′ ]ti,j ]} (24)
i,j+
2
i,j+
2 ∆y
159
161
163
164 The ultimate aim of this SIMPLE algorithm is to provide convergence of this CFD
165 computation. In order to attain convergence, the value of pressure correction factor
167
168 If [p′ → 0] means, arbitrarly, the values of A′ , B ′ , [ρv ′ ]t , and [ρu′ ]t are equal to zero.
169
9
Computational Fluid Dynamics
Department of Aeronautical Engineering, KCT
175
∆t
176 [ρu′ ]t+∆t
1 = − {( ) [[p′ ]ti+1,j − [p′ ]ti,j ]} (27)
i+ ,j
2 ∆x
177
∆t
178 [ρv ′ ]t+∆t1 = − {( ) [[p′ ]ti,j+1 − [p′ ]ti,j ]} (28)
i,j+
2 ∆y
179 Subsittute the Equation (27) in Equation (16) and Equation (28) in Equation (25),
180
189
193 the help of central finite difference scheme at the point of (i, j),
194
[ρu]t+∆t t−∆t
1 − [ρu] 1 [ρv]t+∆t1 − [ρv]t−∆t1
i+ ,j i− ,j i,j+ i,j−
2 2 2 2
195 + =0 (32)
2∆x 2∆y
196
197 With the help of Equations (29) and (30) are we can modify the equation (32),
10
Computational Fluid Dynamics
Department of Aeronautical Engineering, KCT
∆t ∆t
[ρu∗ ]t+∆t ′ t ′ t ∗ t−∆t ′ t ′ t
1 − {(∆x) [[p ]i+1,j − [p ]i,j ]} − [ρu ] 1 + {(∆x) [[p ]i,j − [p ]i−1,j ]}
i+ ,j i− ,j
2 2
198
2∆x
∆t ∆t
[ρv ∗ ]t+∆t1 − {( ′ ]t [p′ ]ti,j ]} − [ρv ∗ ]t−∆t1 + {( ) [[p′ ]ti,j − [p′ ]ti,j−1 ]}
i,j+
2
∆y) [[p i,j+1 − i,j−
2
∆y
199 + =0 (33)
2∆y
200
201 The equation (33) is very complicated one so, for simplicity the equation (33) is
202 becomes,
203 ap′i,j + bp′i+1,j + bp′i−1,j + cp′i,j+1 + cp′i,j−1 + d = 0 (34)
204
205 Where,
∆t ∆t ∆t ∆t 1 1
206 𝑎 = 2 [∆x2 + ∆y2 ] ; 𝑏 = − ∆x2 ; 𝑐 = − ∆y2 ; 𝑑 = ∆x [[ρu∗ ]t+∆t ∗ t−∆t
1 − [ρu ] 1 ] +
i+ ,j i− ,j
[[ρv ∗ ]t+∆t
i,j+
1 −
∆y
2 2 2
208
209 The equation (34) is commonly known as Pressure Correction Equation, in which all
210 the coeeficents are known to compuer so with the help of boundary conditions we can
211 easily calculate the pressure correction [p′i,j , p′i+1,j , p′i−1,j , p′i,j+1 , p′i,j−1 ] at various locations
212 have been estimated. If we know the value of pressure correction then we can easily
213 estimate the ‘ corrected pressure’ value, which supports the calculation of velocities
215
216 References
217
218 1. [Link]
219
220
221
222
11
Computational Fluid Dynamics
Department of Aeronautical Engineering, KCT
224 The PISO stands for Pressure Implicit with Splitting Operators.
225 PISO is a pressure – velocity calculation procedure developed originally for non-
227 The PISO also has been adapted successfully for the iterative solution of steady state
228 problems.
229 PISO involves one predictor step and two corrector steps and may be seen as an
231
232
233 Figure 1. Flowchart of PISO Algorithm [Source: Wikipedia]
234
236
238 [2]. Substitute the guess pressure [p∗ ] in the momentum equation and thereby
240 [3]. Substitute the values of ‘u∗ ’, ‘v ∗ ’and ‘w ∗ ’ in the continuity equation and thereby
243 [5]. Substitute the corrected pressure [p∗∗ ] in the momentum equation and thereby
245 [6]. Substitute the values of ‘u∗∗ ’, ‘v ∗∗ ’and ‘w ∗∗ ’in the continuity equation and
247 [7]. Update the corrected pressure ‘p∗∗∗ = p∗∗ + p′′ ⇒ p∗ + p′′ + p′ ’
248 [8]. Substitute the corrected pressure [p∗∗∗ ] in the momentum equation and thereby
250 [9]. The consolidated outputs of ‘ p∗∗∗ ’, ‘u∗∗∗ ’, ‘v ∗∗∗ ’and ‘w ∗∗∗ ’are taken as final
251 outputs in the case of unsteady compressible flows whereas in the case of steady
252 state problems, the iteration are needs to be executed until correction factor tends
253 to be zero.
254
256 Discretized momentum equations (11) – (12) are solved with a guessed or intermediate
257 pressure field ‘p∗ ’ to give velocity components ‘u∗ ’ and ‘v ∗ ’ using the same method as
259
261 The ‘u∗ ’ and ‘v ∗ ’ fields will not satisfy continuity unless the pressure field ‘p∗ ’ is
262 correct. The first corrector step of SIMPLE is introduced to give a velocity field (‘u∗∗ ’
263 and ‘v ∗∗ ’), which satisfies the discretized continuity equation. The resulting equations
13
Computational Fluid Dynamics
Department of Aeronautical Engineering, KCT
264 are the same as the velocity correction equations (29)-(30) of SIMPLE but, since there
267
272 v ∗∗ = v ∗ + v ′ (37)
273
274 These equations (35), (36), and (37) are used to define corrected velocities ‘u∗∗ ’ and
275 ‘v ∗∗ ’.
276
285 As in the SIMPLE algorithm, the above equations (38) and (39) are substituted into the
286 discretized equation (32) to yield pressure correction equation (34) with its coefficients
[ρu]t+∆t t−∆t
1 − [ρu] 1 [ρv]t+∆t1 − [ρv]t−∆t1
i+ ,j i− ,j i,j+ i,j−
2 2 2 2
288 (32) ⇒ + =0
2∆x 2∆y
289 Comparative term analysis:
14
Computational Fluid Dynamics
Department of Aeronautical Engineering, KCT
algorithm
[ρu]t+∆t
1 , [ρu∗∗ ]t+∆t
1
i+ ,j i+ ,j
2 2
[ρu]t−∆t
1 , [ρu∗∗ ]t−∆t
1
i− ,j i− ,j
2 2
Both the terms are analytically same magnitude but the only
290
∆t ∆t
[ρu∗ ]t+∆t ′ t ′ t ∗ t−∆t ′ t ′ t
1 − {(∆x) [[p ]i+1,j − [p ]i,j ]} − [ρu ] 1 + {(∆x) [[p ]i,j − [p ]i−1,j ]}
i+ ,j i− ,j
2 2
291
2∆x
∆t ∆t
[ρv ∗ ]t+∆t1 − {( ′ ]t [p′ ]ti,j ]} − [ρv ∗ ]t−∆t1 + {( ) [[p′ ]ti,j − [p′ ]ti,j−1 ]}
i,j+
2
∆y) [[p i,j+1 − i,j−
2
∆y
292 + =0 (40)
2∆y
293
298
299 The equations (41) and (34) are analytically same that is why the same equations are
300 used for the both the schemes. The equation (41) is solved to yield the first pressure
301 correction field ‘p′ ’. Once the ‘pressure corrections’ are known, the velocity
302 components ‘u∗∗ ’ and ‘v ∗∗ ’ can be obtained through the equations (38) and (39).
15
Computational Fluid Dynamics
Department of Aeronautical Engineering, KCT
303
305
306 To enhance the SIMPLE procedure, the PISO performs a second corrector step.
307 After the estimation of the velocities ‘u∗∗ ’, ‘v ∗∗ ’and ‘w ∗∗ ’, this needs to be submitted in
308 the continuity equation. And thus we can easily estimate the value of second pressure
310
313 At now, we know the values of first pressure correction and second pressure
314 correction, so with the help of equation (42), we can easily update the pressure ‘p∗∗∗ ’,
315 wherein the initial guess pressure ‘p∗ ’still maintained without any change.
316
317 As per the algorithm, the updated pressure ‘p∗∗∗ ’ needs to be submitted in momentum
319
∆t
320 [ρu∗∗∗ ]t+∆t ∗∗ t+∆t
1 = [ρu ] 1 − {( ) [[p′′ ]ti+1,j − [p′′ ]ti,j ]} (43)
i+ ,j
2
i+ ,j
2 ∆x
321
∆t
322 [ρv ∗∗∗ ]t+∆t1 = [ρv ∗∗ ]t+∆t1 − {( ) [[p′′ ]ti,j+1 − [p′′ ]ti,j ]} (44)
i,j+
2
i,j+
2 ∆y
323
325
∆t ∆t
326 [ρu∗∗∗ ]t+∆t ∗ t+∆t
1 = [ρu ] 1 − {( ) [[p′ ]ti+1,j − [p′ ]ti,j ]} − {( ) [[p′′ ]ti+1,j − [p′′ ]ti,j ]} (45)
i+ ,j
2
i+ ,j
2 ∆x ∆x
327
∆t ∆t
328 [ρv ∗∗∗ ]t+∆t1 = [ρv ∗ ]t+∆t1 − {( ) [[p′ ]ti,j+1 − [p′ ]ti,j ]} − {( ) [[p′′ ]ti,j+1 − [p′′ ]ti,j ]} (46)
i,j+
2
i,j+
2 ∆y ∆y
16
Computational Fluid Dynamics
Department of Aeronautical Engineering, KCT
329
330 Substitute the above values in the discretized continuity equation (32), if the given
331 problem is steady state problem. Whereas the given problem is unsteady problem, the
332 equation (45), (46) and (42) are considered as outcomes [according to non-iterative
333 principle].
335
336 For low fluid velocities, regular orderly motion of the fluid elements are fluid
338 Random disordered motion in the fluid due to the increment of velocity is
340 Basic entities in the turbulent flow are Eddies, which are commonly called as Lams of
342
344
345 ➢ Randomness of transport variables such as velocity, pressure, etc have been
347 ➢ Strong mixing is there in turbulent flow because of this interaction of the
349 ➢ Wind range of length scale and time scale, which makes the modelling of the
351
353
17
Computational Fluid Dynamics
Department of Aeronautical Engineering, KCT
361
362 For the large eddies, the inertial force is more dominant than viscous force that is why,
363 whatever energy extracted from the mean flow that cannot be dissipated by the large
364 eddy in the form viscous dissipation. These aforementioned seven steps are simply
366
367 To understand the complication involved in the turbulence modelling, we will go for
368 small derivation, which will help us lot to appreciate the various turbulences and its
370
371 Possible of formation of Turbulence sizes are from largest to smallest so the order of
372 analysis based derivation is important in this section. [Note: Already we did order of
374
derivation Eddy
Length-Scale L 𝑙
Velocity-Scale U u
L 𝑙
Time-Scale
U 𝑢
375
18
Computational Fluid Dynamics
Department of Aeronautical Engineering, KCT
376 Information – 1: Generally, the length scale of largest eddy is depends upon the system
377 length scale [simply we can dimensions of the overall control volume]
378
379 Let us take Rate of extraction of turbulent Kinetic Energy from mean flow per unit
382
1 2 1 2
U
383 𝜋~ 2 ⇒𝜋~ 2U
𝑡𝑖𝑚𝑒 𝑠𝑐𝑎𝑙𝑒 𝑡𝑖𝑚𝑒 𝑠𝑐𝑎𝑙𝑒
384
385 Here the time scale is based on the length and velocity scales of the eddy.
L
386 Time scale for Largest Eddy =
U
387 And this time scale is typically called as turnover time scale, which is a time scale
392 [Note: in the order of time scale we have been not considered half and full values,
393 positive and negative values, the magnitude is the major concern]
394
398 rate of deformation is given by the velocity gradient in terms of the scale. And the
19
Computational Fluid Dynamics
Department of Aeronautical Engineering, KCT
u
400 𝑒𝑖𝑗 ~
𝑙
401 Therefore,
u2
402 𝜀~𝜐 2 (2)
𝑙
403
404 Information – 2: Generally, the inertial force is more dominant in large eddy so the
405 kinetic energy extraction process is executed through Large Eddy. Whereas, in the
406 smallest eddy the viscous force more dominant therefore the viscous dissipation
408
409 The energy extract from mean flow for the formation of large eddy is must be
410 transferred into small eddies and thereby it must be dissipated through the physics of
412
413 Therefore,
414
417 If the viscous force of the eddy dominate high means, the eddies have been dissipated
419
𝐼𝑛𝑒𝑟𝑡𝑖𝑎𝑙 𝐹𝑜𝑟𝑐𝑒
420 ~1
𝑉𝑖𝑠𝑐𝑜𝑢𝑠 𝐹𝑜𝑟𝑐𝑒
421
423
𝑢∗𝑙
424 ~1 (4)
𝜐
425
20
Computational Fluid Dynamics
Department of Aeronautical Engineering, KCT
426 Relationship between Smallest Eddy Length Scale, Rate of Dissipation and Kinematic
427 Viscosity:
428
430
u2 𝜐
431 (2) ⇒ 𝜀 ~ 𝜐 2
⇒ 𝑙 2 ~ u2
𝑙 𝜀
𝜐 2
432 𝑙2~ u (5)
𝜀
433 From (4), we can write,
𝑢∗𝑙 𝜐
434 (4) ⇒ ~1⇒𝑢~
𝜐 𝑙
𝜐
435 𝑢~ (6)
𝑙
436 Substitute the equation (6) in equation (5),
437
2
𝜐 𝜐2
438 𝑙 ~
𝜀 𝑙2
439
4
𝜐3
440 𝑙 ~
𝜀
441
1
𝜐3 4
442 𝑙~ { } (7)
𝜀
443 From this comparative analysis, it is understood that the length scale of Smallest Eddy
444 is fully depends on fluid’s kinematic viscosity and Rate of Dissipation of Turbulent
445 Kinetic Energy. Also this length scale is known as Kolmogorov Length Scale.
446
447 Relationship between Largest Eddy Length Scale and Smallest Eddy Scale
449
450 𝜋~𝜀
21
Computational Fluid Dynamics
Department of Aeronautical Engineering, KCT
458
𝑙4 𝜐3L
459 ~
L4 U 3 L4
𝑙4 𝜐3
460 ~
L4 U 3 L3
𝑙4 1
461 4
~ 3 3
L U L
[ 3 ]
𝜐
462 From the definition of Reynolds number, we can further modify the above equation,
𝑙4 1
463 ~
L4 [[𝑅𝑒𝑦𝑛𝑜𝑙𝑑𝑠 𝑁𝑢𝑚𝑏𝑒𝑟]𝑅𝑒 3 ]
𝐿𝑎𝑟𝑔𝑒 𝐸𝑑𝑑𝑦
𝑙4
464 ~ 𝑅𝑒 −3 𝐿𝑎𝑟𝑔𝑒 𝐸𝑑𝑑𝑦 (9)
L4
465
466 From equation (9), we observed that, the Relationship between Largest Eddy Length
467 Scale and Smallest Eddy Scale is completely depends upon the Reynolds Number of
469
470 References
471 1. [Link]
472
473
22
Computational Fluid Dynamics
Department of Aeronautical Engineering, KCT
475
491
∂ui ̅̅̅̅̅̅
∂[u̅i ]
493 − =0
∂xi ∂xi
494 From the basis of RANS principle, we can say,
∂ui ̅̅̅̅̅̅
∂[u̅i ] ∂[u′ i ]
495 − = =0
∂xi ∂xi ∂xi
496 Thus,
23
Computational Fluid Dynamics
Department of Aeronautical Engineering, KCT
∂[u′ i ]
497 =0 (5)
∂xi
498 Equation (5) is Continuity Equation for the Turbulent Fluctuation Field.
499
500 Similarly we can expand the Equations (4) and (5) for 3-D,
501
513
∂ ∂u̅i + u′ i ̅ + P′]
∂[P ∂[u̅i + u′ i ] ∂[{u̅i + u′ i }{u̅j + u′ j }]
514 [μ ( )] − = ρ( + )
∂xj ∂xj ∂xi ∂t ∂xj
515
516 Take time average on the both side of the above equation,
517
̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅
∂ ∂u̅i + u′ i ̅̅̅̅̅̅̅̅̅̅̅̅
∂[P̅ + P′] ̅̅̅̅̅̅̅̅̅̅̅̅̅ ̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅
∂[u̅i + u′ i ] ∂[{u ̅i + u′ i }{u̅j + u′ j }]
518 [μ ( )] − = ρ( + )
∂xj ∂xj ∂xi ∂t ∂xj
519
24
Computational Fluid Dynamics
Department of Aeronautical Engineering, KCT
∂ ̅̅̅̅̅̅̅̅̅̅̅
∂u̅i + u′ i ̅̅̅̅̅̅̅̅
̅ + P′]
∂[P ̅̅̅̅̅̅̅̅̅̅ ̅̅̅̅̅̅̅̅̅̅
̅i + u′ i }{u
̅i + u′ i ] ∂[{u
∂[u ̅̅̅̅̅̅̅̅̅̅
̅j + u′ j }]
520 [μ ( )] − = ρ( + )
∂xj ∂xj ∂xi ∂t ∂xj
521
∂ ∂u̅i ∂ ∂u̅̅̅̅
′
i
̅] ∂[P̅′ ]
∂[P
522 [μ [ ]] + [μ [ ]] − −
∂xj ∂xj ∂xj ∂xj ∂xi ∂xi
∂u̅i ̅̅̅′̅i
∂u ∂
523 = ρ {[( ) + ( )] + [ (u u + ̅̅̅̅̅̅̅
̅̅̅̅̅ u′ i u′ j + ̅̅̅̅̅̅
ui u′ j + ̅̅̅̅̅̅
u′ i uj )]}
∂t ∂t ∂xj i j
524 From the Note-1, the following terms are zero,
̅̅̅′̅i
∂u ∂[P̅′ ] ∂u̅̅̅′̅i
525 = ̅̅̅̅̅̅
ui u′ j = ̅̅̅̅̅̅
u′ i uj = = μ[ ]=0
∂xj ∂xi ∂xj
526 Therefore,
∂ ∂u̅i ̅]
∂[P ∂u̅i ∂
527 [μ [ ]] − = ρ {[( )] + [ (u u + ̅̅̅̅̅̅̅
̅̅̅̅̅ u′ i u′ j )]}
∂xj ∂xj ∂xi ∂t ∂xj i j
528 Just rearrange the above equation into a same manner of original ‘x’ momentum
529 equation,
530
∂u̅i ∂ ∂ ∂u̅i ̅]
∂[P ∂
531 ρ {[( )] + [ (u ̅̅̅̅̅)]}
i uj = [μ [ ]] − − ̅̅̅̅̅̅̅
(ρu ′ u′ )
i j (7)
∂t ∂xj ∂xj ∂xj ∂xi ∂xj
532 The equation (7) is called as Reynolds Averaged Navier Strokes (RANS) Equation. In
∂
533 ̅̅̅̅̅̅̅
which, the process of time averaging has introduced a new term [∂x (ρu ′ u′ )]. The
i j
j
534 ̅̅̅̅̅̅̅
term (−ρu ′ u′ ) is known as Reynolds Stress or Turbulent Stress.
i j
535
539 The equation (8) is contained six unknowns, which needs to be solved with the help
541
25
Computational Fluid Dynamics
Department of Aeronautical Engineering, KCT
542 ➢ In the RANS equations, the Reynolds Stress give additional unknowns
543 ̅̅̅̅̅̅̅
[(−ρu ′ u′ ], but there are no explicit governing differential equations for the
i j
546 indeterminate. One needs to close the problem to obtain a solution. This is
548 ➢ The Turbulence Modelling tries to represent the Reynolds stresses in terms of
550 ➢ The common turbulence models are classified on the basis of the number of
551 additional transport equations that need to be solved along with the RANS
552 equations.
553 ➢ Several approaches have evolved to model Reynolds stress tensor. The
557
Equations
One Spalart-Allmaras
Two k-epsilon
Two k-omega
Three Transition-k-kl-omega
26
Computational Fluid Dynamics
Department of Aeronautical Engineering, KCT
558
559 ̅̅̅̅̅̅̅
The term Reynolds Stress or Turbulent Stress (−ρu ′ u′ ) are further expanded for
i j
560 simplification,
2ρ ∂[ui ] ∂[uj ]
561 ̅̅̅̅̅̅̅
−ρu ′ u′ = −
i j kδij + μt ( + ) (9)
3 ∂xj ∂xi
∂[u ] ∂[uj ]
562 Boussinesq Eddy Viscosity Approximation [μt ( ∂xi + )] is incorporated in the
j ∂xi
∂ ∂u̅i ̅]
∂[P ∂ 2ρ ∂[ui ] ∂[uj ]
568 = [μ [ ]] − + (− kδij + μt ( + )) (11)
∂xj ∂xj ∂xi ∂xj 3 ∂xj ∂xi
569
571
572 Where,
2ρ
573 ̅
Peffective = P + k (13)
3
574
577 All the other terms can be estimated through average velocities except Eddy Viscosity
578 [μt ]. So we have to further model the term Eddy Viscosity [μt ].
579
581
27
Computational Fluid Dynamics
Department of Aeronautical Engineering, KCT
582 The standard values of all the model constants as fitted with benchmark experiments
583 [Launder and Sharma, Letters in Heat and Mass Transfer, 1 (1974), (131 - 138)],
584
k2
585 μt = ρCμ (15)
ε
586
587 Where, Cμ = 0.09, ′k′ is kinetic energy of turbulence, ′ε′ is turbulence dissipation rate
588
589 The Model equation for the Turbulent Kinetic Energy [k] is as follows:
590
𝐷𝑘 𝜕𝑘 𝜕𝑘 𝜕 𝑣𝑡 𝜕𝑘
591 = + u̅j = [ ]+𝑃−𝜀 (16)
𝐷𝑡 𝜕𝑡 ∂xj ∂xj 𝜎𝑘 ∂xj
592 Where,
𝜕𝑘 𝜕𝑘
593 = 𝑅𝑎𝑡𝑒 𝑜𝑓 𝐼𝑛𝑐𝑟𝑒𝑎𝑠𝑒 ′𝑘 ′ ; u̅j = 𝐶𝑜𝑛𝑣𝑒𝑐𝑡𝑖𝑣𝑒 𝑇𝑟𝑎𝑛𝑠𝑝𝑜𝑟𝑡;
𝜕𝑡 ∂xj
𝜕 𝑣𝑡 𝜕𝑘
594 [ ] = 𝐷𝑖𝑓𝑓𝑢𝑠𝑖𝑣𝑒 𝑇𝑟𝑎𝑛𝑠𝑝𝑜𝑟𝑡; 𝑃 = 𝑅𝑎𝑡𝑒 𝑜𝑓 𝑃𝑟𝑜𝑑𝑢𝑐𝑡𝑖𝑜𝑛;
∂xj 𝜎𝑘 ∂xj
595 𝜀 = 𝑅𝑎𝑡𝑒 𝑜𝑓𝑑𝑒𝑠𝑡𝑟𝑢𝑐𝑡𝑖𝑜𝑛
596
597 The Model equation for the Turbulent Dissipation [𝜀] is as follows:
𝐷𝜀 𝜕𝜀 𝜕𝜀 𝜕 𝑣𝑡 𝜕𝜀 𝑃𝜀 𝜀2
598 = + u̅j = [ ] + 𝐶𝑔1 − 𝐶𝑔2 (17)
𝐷𝑡 𝜕𝑡 ∂xj ∂xj 𝜎𝑔 ∂xj 𝑘 𝑘
599 Where,
𝜕𝜀 𝜕𝜀
600 = 𝑅𝑎𝑡𝑒 𝑜𝑓 𝐼𝑛𝑐𝑟𝑒𝑎𝑠𝑒 ′𝜀 ′ ; u̅j = 𝐶𝑜𝑛𝑣𝑒𝑐𝑡𝑖𝑣𝑒 𝑇𝑟𝑎𝑛𝑠𝑝𝑜𝑟𝑡;
𝜕𝑡 ∂xj
𝜕 𝑣𝑡 𝜕𝜀 𝑃𝜀
601 [ ] = 𝐷𝑖𝑓𝑓𝑢𝑠𝑖𝑣𝑒 𝑇𝑟𝑎𝑛𝑠𝑝𝑜𝑟𝑡; 𝐶𝑔1 = 𝑅𝑎𝑡𝑒 𝑜𝑓 𝑃𝑟𝑜𝑑𝑢𝑐𝑡𝑖𝑜𝑛;
∂xj 𝜎𝑔 ∂xj 𝑘
𝜀2
602 𝐶𝑔2 = 𝑅𝑎𝑡𝑒 𝑜𝑓𝑑𝑒𝑠𝑡𝑟𝑢𝑐𝑡𝑖𝑜𝑛
𝑘
603 Where, 𝐶𝑔1 = 1.44; 𝐶𝑔2 = 1.92; 𝜎𝑘 = 1; 𝜎𝑔 = 1.3 ;
604
606
607 This model comes under two equation category, in which a modified version of the
608 ‘k’ equation used in the ‘k-ω’ model. A transport equation for ‘ω’ is dissipation per
613
619
622 References
623
624 1. [Link]
625
29
Computational Fluid Dynamics