+ All Categories
Home > Documents > Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective...

Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective...

Date post: 08-Apr-2018
Category:
Upload: lykhuong
View: 218 times
Download: 2 times
Share this document with a friend
41
Master Degree in Mechanical Engineering Fausto Arpino [email protected] Numerical Heat and Mass Transfer 19 – Turbulent Flows
Transcript
Page 1: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

Master Degree in Mechanical Engineering

Fausto Arpino [email protected]

Numerical Heat and Mass Transfer

19 – Turbulent Flows

Page 2: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

Introduction

2

•  All the flows encountered in the engineering practice become unstable above certain Reynolds number. While at low Reynolds number the flows are laminar, at higher Reynolds number the flows are observed to become turbulent.

•  In the turbulent regime a chaotic and random state of motion develops in which the velocity and pressure change continuously with time within substantial region of fluids.

•  Most of flows in engineering applications are observed to be turbulent and so the study of turbulent regime is not just of theoretical interest.

•  The Reynolds number gives a measure of the relative importance of inertia forces (associated with convective effects) and viscous forces.

O ρu ∂u∂x

⎝⎜⎜⎜

⎠⎟⎟⎟⎟

Related to inertia forces

O µ ∂2u

∂x 2

⎝⎜⎜⎜⎜

⎠⎟⎟⎟⎟

Related to viscous forces

=ρU∞

2

L

µU∞L2

= ρU∞Lµ= Re

Page 3: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

Introduction

3

•  At values of the Reynolds number above the critic value, the motion becomes chaotic and intrinsically unsteady, even with constant imposed boundary conditions.

•  A typical point velocity measurement may be like the one in the figure:

Typical point velocity measurement in a turbulent flow Velocity fluctuations in a turbulent flow

Page 4: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

Introduction

4

•  Even in flows where the mean velocities and pressures vary in only one or two space dimensions, turbulent fluctuations always present a three-dimensional character.

•  Visualization of turbulent flows reveals rotational flow structures, the turbulent eddies, with a wide range of length scales.

•  Fluid particles separated by a long distance can be brought close together by the eddying motions in turbulent flows; this aspect significantly enhance the heat, mass and momentum exchange process. In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and heat. The process is called Turbulent Diffusion.

•  The largest turbulent eddies interact with and extract energy from the mean flow by a process called vortex stretching. In fact the presence of mean velocity gradients in sheared flows distort the rotational turbulent eddies; in particular, one end of the turbulent eddy is forced to move faster than the other.

Page 5: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

Introduction

5

•  The characteristic velocity and characteristic length of the larger eddies are of the same order of magnitude of the velocity scale and length scale of the mean flow. Hence a “large eddies” Reynolds number can be defined, that is of the same order of magnitude of the mean flow Reynolds number.

•  Since the Re is very large for a turbulent flow, the large eddies are effectively inviscid and angular moment is conserved during vortex stretching. This means that the rotation speed increases as the vortex radius decreases and vice-versa.

•  The stretching work done by the mean flow on the large eddies provides the necessary energy which maintains the turbulence.

ReLarge Eddies = ρϑlµ≈ Re = ρ

ULµ

Large eddies characteristic velocity Large eddies characteristic length

Page 6: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

Introduction

6

•  Smaller eddies are themselves stretched strongly by larger eddies and more weakly by the mean flow.

•  The kinetic energy is handed down from large eddies to progressively smaller and smaller eddies in the so-called energy cascade.

•  The smallest scale of motion that can occur in a turbulent flow is dictated by viscosity and the Reynolds number of smallest eddies is equal to 1

•  In a typical engineering turbulent flow, the characteristic length of the smallest eddies is of the order of 0.1 to 0.01 mm, while the frequencies are around 10 MHz.

Largest eddies

Smallest eddies

Dominated by inertia forces Highly anisotropic

(directional) structure.

Dominated by viscous forces Isotropic (diffusive) structure.

Page 7: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

Turbulence modeling approaches

7

•  In the study of turbulent flows the ultimate objective is to obtain a tractable quantitative theory of model that can be used to calculate quantities of interest and practical relevance.

•  A century of experience has shown that the “turbulence problem” is vey difficult and that there are no prospects of a simple analytic theory.

•  The hope is to use the even-increasing computing power to effectively describe turbulent flows.

•  According to Bardina et al (1980) there are six categories of numerical methods for turbulent flows, most of which can be divided in sub-categories.

Page 8: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

Turbulence modeling approaches

8

1 - USE OF CORRELATIONS The first method for turbulent flow calculations involve the use of correlations such as ones that give the friction factor as a function of the Reynolds number or the Nusselt number of heat transfer as a function of the Reynolds and Prandtl numbers. This method is limited to simple types of flows. Its application does not require the use of a computer. 2 - USE OF INTEGRAL EQUATIONS The second method for turbulent flow calculations uses integral equation which can be derived from the equations of motion by integrating over one or more coordinates. Usually this reduces the problem to one or more ordinary differential equations which can be easily solved. 3 – REYNOLDS AVERAGEG NAVIER STOKES (RANS) – ONE POINT CLOSURE This method is obtained by averaging the equations of motion over time (if the flow is statistically steady) over a coordinate in which the mean flow does not vary. This approach is called One-Point-Closure and leads to a set of PDEs called Reynolds Averaged Navier Stokes (RANS). This equations do not form a closed set, so this method requires the introduction of approximations or turbulence models.

Page 9: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

Turbulence modeling approaches

9

4 – TWO POINT CLOSURE The fourth type of method is called two point closure. It uses equations for the correlation of velocity components at two spatial points or, more often, the Fourier transform of these equations. These methods are rarely used and will not be further discussed. 5 – LARGE EDDY SIMULATION (LES) The Large Eddy Simulation (LES) method solves the largest scale of motion while approximates or models only the small scale of motions. It can be regarded as a kind of compromise between one point closure methods and direct numerical simulation approach. 6 – DIRECT NUMERICAL SIMULATION (DNS) The Direct Numerical Simulation (DNS) method is based on the Navier Stokes equation resolution for all of the motion in a turbulent flow.

Page 10: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach

10

Engineers are normally interested in knowing just a few quantitative properties of a turbulent flow, such as the average forces on a body, the degree of mixing between two incoming streams of fluid, or the amount of substance that has reacted. Such a goal can be achieved using the RANS approach. In particular, all of the unsteadiness is averaged. In this way all the unsteadiness are considered as part of the turbulence. On averaging, the non-linearity of the Navier-Stokes equations are responsible for the presence of additional terms that must be modeled. EFFECT OF TURBULENCE ON TIME AVERAGED NAVIER-STOKES Let’s firstly say that the mean quantity of a generic flow property can be defined as:

( )0

1 t

t dtt

ϕΔ

=Δ ∫Φ

Page 11: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach

11

In theory we should take the limit of time interval approaching to infinite, but Δt is large enough if it exceeds the time scales of the slowest variation of property ϕ (due to the largest eddies). This definition is adequate for steady mean flows. The flow property ϕ is time dependent and can be thought of as the sum of a steady mean component Φ and a time-varying fluctuating component ϕ’, whit zero mean value. Information regarding the fluctuating part of the flow can, for example, be obtained from the Root-Mean-Square (RMS) of the fluctuations:

( )0

'

1' ' 0t

t dtt

ϕ ϕ

ϕ ϕΔ

= +

= ≡Δ ∫

Φ

( ) ( )2 2

0

1' 't

RMS dtt

ϕ ϕ ϕΔ

= =Δ ∫Can be easily measured with for

instance an hot wire-anenometer.

Page 12: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach

12

KINETIC ENERGY ASSOCIATED WITH THE TURBULENCE TURBULENT INTENSITY

RULES WHICH GOVERN THE TIME AVERAGES OF FLUCTUATING PROPERTIES (SCALAR)

( )22 21 ' ' '2

k u v w= + +

23

iref

kT

U=Reference mean flow velocity

Kinetic energy

' ' ' ' 0

' ' ds dss s

ϕ ϕ ψ ψ ϕ ψϕ ψ ϕ ψ

ϕϕψ ϕ ψ ϕ

=Φ + =Ψ + = =

=Φ =Ψ + =Φ +Ψ

∂ ∂Φ=ΦΨ + = =∂ ∂∫ ∫Φ

Page 13: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach

13

RULES WHICH GOVERN THE TIME AVERAGES OF FLUCTUATING PROPERTIES (VECTORS AND SCALARS) Since divergence and gradient operators are both differentiations the rules the averages can be extended to a fluctuating vector a=A+a’ and its combination with a fluctuating scalar ϕ=Φ+ϕ’

( ) ( ) ( ) ( )( ) ( )

' '

div div

div a div a div div a

div grad div grad

ϕ ϕ ϕϕ

=

= = +

=

a A

ΦA

Φ

Page 14: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach

14

INFLUENCE OF THE TURBULENT FLUCTUATIONS ON THE MEAN FLOW Let consider the instantaneous continuity and Navier-Stokes equations for an incompressible flow with constant viscosity.

( ) ( )

( ) ( )

( ) ( )

01

1

1

u pu ut xv pv vt yw pw wt z

υρ

υρ

νρ

∇ ⋅ =∂ ∂+∇ ⋅ = − + ∇ ⋅ ∇∂ ∂∂ ∂+∇ ⋅ = − + ∇ ⋅ ∇∂ ∂∂ ∂+∇ ⋅ = − + ∇ ⋅ ∇∂ ∂

u

u

u

u

''''

u U uv V vw W wp P p

= += += += +

Page 15: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach

15

INFLUENCE OF THE TURBULENT FLUCTUATIONS ON THE MEAN FLOW The time average is taken applying the rules shown in previous slides.

( ) ( ) ( )

( ) ( ) ( )

( ) ( ) ( )

01' '

1' '

1' '

U PU u Ut xV PV v Vt yW PW w Wt z

υρ

υρ

υρ

∇ ⋅ =∂ ∂+∇ ⋅ +∇ ⋅ = − + ∇ ⋅ ∇∂ ∂∂ ∂+∇ ⋅ +∇ ⋅ = − + ∇ ⋅ ∇∂ ∂∂ ∂+∇ ⋅ +∇ ⋅ = − + ∇ ⋅ ∇∂ ∂

U

U u

U u

U u

'u U ut t t

∇ ⋅ =∇ ⋅

∂ ∂ ∂= +∂ ∂ ∂

u U

( ) ( ) ( )

( ) ( )

' '

1 1

u U u

p Px x

u U

ρ ρ

υ ν

∇ ⋅ =∇ ⋅ +∇ ⋅

∂ ∂− = −∂ ∂

∇ ⋅ ∇ = ∇ ⋅ ∇

u U u

I II III IV V

Page 16: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach

16

INFLUENCE OF THE TURBULENT FLUCTUATIONS ON THE MEAN FLOW The terms (I), (II), (IV) and (V) also appear in the instantaneous equations, but the time averaging process has introduced extra terms (III), which involve products of fluctuating velocities and constitute convective momentum transfer due to the velocity fluctuations. This terms are usually moved on the Right Hand Side (RHS) of the equations to reflect the role as additional turbulent stresses on mean velocity components. The turbulent flow equations for incompressible flows are (REYNOLDS EQUATIONS)

( ) ( )

( ) ( )

( ) ( )

2

2

2

0

1 ' ' ' ' '

1 ' ' ' ' '

1 ' ' ' ' '

U P u u v u wU Ut x x y z

V P v u v v wV Vt y x y z

W P w u w v wW Wt z x y z

υρ

υρ

υρ

∇ ⋅ =

⎛ ⎞∂ ∂ ∂ ∂ ∂+∇⋅ = − + ∇⋅ ∇ + − − −⎜ ⎟⎜ ⎟∂ ∂ ∂ ∂ ∂⎝ ⎠⎛ ⎞∂ ∂ ∂ ∂ ∂+∇⋅ = − + ∇⋅ ∇ + − − −⎜ ⎟⎜ ⎟∂ ∂ ∂ ∂ ∂⎝ ⎠⎛ ⎞∂ ∂ ∂ ∂ ∂+∇⋅ = − + ∇⋅ ∇ + − − −⎜ ⎟⎜ ⎟∂ ∂ ∂ ∂ ∂⎝ ⎠

U

U

U

U

Six extra s tresses termed Reynolds stresses. The normal stresses are always non-zero because they contains squared velocity fluctuations. On the contrary the shear stresses, if statistically independent, would be zero. However, the turbulent shear stresses are also non-zero and very large compared to the viscous stresses.

Page 17: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach

17

TRANSPORT EQUATION FOR AND ARBITRARY SCALAR QUANTITY The time averaged transport equation for the scalar j quantity is

ü  The instantaneous continuity and Navier-Stokes equations form a closed set of four equations with four unknowns.

ü  In performing the time-averaging operation on the momentum equations we throw away all details concerning the state of the flow contained in the instantaneous fluctuations. As a result, we obtain six additional unknowns, the Reynolds stresses, in the time averaged flow equations.

ü  The complexity of turbulence usually precludes simple formulae for the extra terms.

( ) ( ) ' ' ' ' ' 'u v w St x y z

ϕ ϕ ϕΦ Φ

⎛ ⎞∂ ∂ ∂ ∂+∇⋅ Φ =∇⋅ Γ ∇Φ + − − − +⎜ ⎟∂ ∂ ∂ ∂⎝ ⎠

Φ U

Closure problem

Page 18: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach: simple turbulent flows

18

FREE TURBULENT FLOWS Free turbulent flows are among the simplest flows of significant engineering importance: mixing layers, jets and wakes.

Jet

Mixing Layer Wake

Page 19: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach: simple turbulent flows

19

FLAT PLATE BOUNDARY LAYER The presence of the solid boundary makes the flow behavior and turbulent structure considerably different from free turbulent flows.

Dimensional analysis has greatly assisted in correlating experimental data. In turbulent thin shear layer flows the Reynolds number based on the length scale in the flow direction (L) is always very large, implying that the inertia forces are very large compared to viscous forces.

Page 20: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach: simple turbulent flows

20

If we form a Reynolds number based on a distance y away from the wall: To sum up, in flows along a solid walls, there is a inertia-dominated flow region far away from the wall and a thin layer within viscous effects are important.

ReyUyυ

=

If the value of y is on the order of L, the inertia forces dominate in the flow

As y is decreased to zero, the Rey also decreases to zero. As a consequence, there will be a range of values of y for which O(Rey) ≈ 1. At this distance from the wall and closer the viscous forces will be of the same order of magnitude of inertia forces, or larger.

Page 21: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach: simple turbulent flows

21

ü  Close to the wall the flow is dominated by viscous forces and does not depend on free stream parameters.

ü  The mean flow velocity only depends on the distance y from the solid wall, fluid density, fluid viscosity and wall shear stress.

( ), , , wU f y ρ µ τ=Mean flow velocity

Fluid density

Fluid viscosity

Wall shear stress

Wall distance

Page 22: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach: simple turbulent flows

22

The appropriate length and velocity scales are the distance form the wall, y, and the so-called friction velocity ut that is obtained form the dimensional analysis. Considering for sake of clearness just the averaged x-momentum equation: Where:

wuττρ

=

u+∂u+

∂x *+ ...= ...+

µρuτy∂2u+

∂x *2+ ...

1/y+

and u yUu yu

τ

τ

ρµ

+ += = Dimensionless wall distance

Page 23: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach: simple turbulent flows

23

Different layers can be individuated as a function of the y+ value Linear Sub-layer At the solid surface the fluid is stationary, meaning that the turbulent eddies also stop very close to the wall. The fluid flow closest to the wall is then dominated by viscous shear. This layer is extremely thin (y+<5) . It can be easily observed that in this layer:

5 Linear sublayer5 30 Buffer layer

30 500 Log-law layer500 Outer layer

yyu yyyy

τρµ

+

++

+

+

⎧ < ⇒⎪ ≤ < ⇒⎪= ⎨

≤ < ⇒⎪⎪ ≥ ⇒⎩

( ) ( )

(0) 0 0

ww

Uy U y y CyU C

ττ µ τµ

∂= ≅ ⇒ = +∂

= ⇒ =

22

w

ww

U y

y u yUu u uu u u

ττ

τ τ τ

τµ

τ ρτ ρµ µ

+ +

=

= = = ⇒ = y+=

Page 24: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach: simple turbulent flows

24

Buffer layer In the buffer layer viscous and turbulent stresses are of similar magnitude. The linear sub-layer and the buffer layer form together the viscous sub-layer. Log-law layer Outside the viscous sub-layer a region exist where viscous and turbulent effects are both important. In this region the shear stress t is assumed to be constant and equal to the wall shear stress. The numerical relation between u+ and y+ in the log-law layer is: The values of K and B are universal constants valid for all turbulent flows over smooth walls and at high Reynolds number. The logarithmic relationship is often called log-law and so the layer for 30<y+<500 is called lag-low layer.

( ) ( )1 1ln ln 0.4; 5.5 9.8u y B Ey K B or EK K

+ + += + = = = =

Page 25: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach: simple turbulent flows

25

Outer layer From the experiments it has been observed that the log-law is valid in the region 0.02<y/d<0.2. For larger values of y the correct velocity profile is given by the velocity defect law: Where A is a constant. This law is often referred as the law of the wake. The experiments about the outer layer show that the turbulent layer adjacent to a solid wall I composed basically by two region: 1.  The inner region, constituting 10 to 20% of the total thickness of the wall layer and composed by

the linear sub-layer, the buffer layer and the log-law layer;

2.  The outer region layer that an inertia dominated core flow and it is free from direct viscous effects

max 1 lnU U y Au Kτ δ− ⎛ ⎞= +⎜ ⎟⎝ ⎠

Page 26: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach: simple turbulent flows

26

In the figure it can be seen the very good agreement between theoretical relations for the viscous sub-layer and the log-low layer and their areas of validity.

Page 27: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach: turbulence models

27

A turbulence model is a computational procedure to close the Reynolds equations. The most common turbulence models are: The classical models are based on the assumption that exists an analogy between viscous stresses and Reynolds stresses on the mean flow. It was proposed by Bousinnesq in 1877 that the Reynolds stresses can be related to mean rates of deformation:

Classical Models Zero equation model – mixing lenght model

One-equation model (Spalart-Allmaras)

Two-equation model (k-ε model)

Reynolds stress equation model

Algebraic stress model

' ' jiij i j t

j i

UUu ux x

τ ρ µ⎛ ⎞∂∂= − = +⎜ ⎟⎜ ⎟∂ ∂⎝ ⎠ Eddy viscosity (Pa s)

Page 28: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach: turbulence models

28

Turbulent transport of heat, mass and other scalar quantities is modeled in a similar way. Since turbulent transport of momentum and heat or mass transport are related to the same mechanism, that is the eddy mixing, it is expected that the value of the turbulent diffusivity is close to the value of the eddy viscosity. The ration between this two quantities is given by the Prandtl/Schmidt number, defined as follows: Many experimental observations have shown that the Prandtl/Schmidt number is nearly constant and in most CFD procedure it is assumed to be equal to 1.

' 'i ti

ux

ρ ϕ ∂− = Γ∂Φ

Turbulent diffusivity

tt

t

µσ =Γ

Page 29: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach: mixing length model

29

From the dimensional point of view, we assume that the cinematic viscosity can be expressed as a product of a turbulent velocity scale and a length scale: If this is the case, then the effects of turbulence dimensional analysis yields: Where C1 is a dimensionless constant of proportionality. Most the kinetic energy is contained in the largest eddies and so the turbulent length scale is characteristic of this eddies that interact with the mean flow

[ ] [ ] [ ]t lυ ϑ= ⋅

Cinematic viscosity (m2/s)

Turbulent vel. scale (m/s)

Length scale (m)

1t C lυ ϑ= ⋅

Page 30: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach: mixing length model

30

Accepting the correlation between largest eddies and turbulent characteristic length, we can attempt to relate the characteristic velocity scale of the eddies with the mean flow properties. This has been observed to work well for simple 2D flows, for which the only significant gradient is In this condition, it is dimensionally correct to state that Where C2 is a dimensionless constant. Combining the found relation it is derived the Prandtl’s mixing length model:

Uy

∂∂

2UC ly

ϑ ∂=∂

12 2

1 22

t

t m

C lU UCC l lUC l y y

y

υ ϑυ

ϑ

= ⋅ ⎫∂ ∂⎪⇒ = =∂ ⎬= ∂ ∂⎪∂ ⎭

Page 31: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach: mixing length model

31

Mixing length for 2D turbulent flows (Versteeg and Malalasekera)

Page 32: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach: k-e model

32

The standard k-e model has two model equations, one for k, the turbulent kinetic energy, and one for ε, the rate of viscous dissipation, based on our best understanding of the relevant processes causing changes to these variables. The k and e variable are used to define velocity scale and length scale, representative of the large scale turbulence: The k-ε model includes a “small eddy” variable (ε) to define the large eddy scale because at high Reynolds numbers the rate at which large eddies extract energy from the mean flow is precisely matched to the rate of transfer of energy across the energy spectrum to small, dissipating, eddies. This aspects limits the energy growth or decrease at some scale of turbulence, in the model. Of course this does not occur in practice and justify the use of ε in the model.

32kk lϑε

= =

Velocity scale Length scale

Page 33: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach: k-e model

33

Applying the same approach as in the mixing length model: Transport equations used in the standard model

2

t tkC l Cµµ ρυ ρ ϑ ρε

= = =

( )

( ) 2

1 2

1 20.09 1 1.44 1.92 1.3 (Jones and L

ji i iTT

i i k i j i j

ji i iTT

i i i j i j

k

UU k U Uk kt x x x x x x

UU U UC Ct x x x k x x x k

C C C

ε εε

µ ε ε ε

νν ν εσ

ε νε ε ε εν νσ

σ σ

⎛ ⎞⎡ ⎤ ∂∂ ⎛ ⎞ ∂ ∂∂ ∂ ∂+ = + + + −⎜ ⎟⎢ ⎥⎜ ⎟ ⎜ ⎟∂ ∂ ∂ ∂ ∂ ∂ ∂⎝ ⎠⎣ ⎦ ⎝ ⎠

⎛ ⎞⎡ ⎤ ∂∂ ⎛ ⎞ ∂ ∂∂ ∂ ∂+ = + + + −⎜ ⎟⎢ ⎥⎜ ⎟ ⎜ ⎟∂ ∂ ∂ ∂ ∂ ∂ ∂⎝ ⎠⎣ ⎦ ⎝ ⎠

= = = = = aunder)

Page 34: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach: k-e model

34

The meaning of different terms in the transport equations is: To compute the Reynolds stresses with the k-ε model an extended Bousinnesq relationship is used:

Rate of change of k or ε

Transport of k or e by

convection

Transport of k or ε by diffusion

Rate of production of k

or ε

Rate of destruction

of k or ε

2' '3

jii j t ij

j i

UUu u kx x

ρ µ ρ δ⎛ ⎞∂∂− = + −⎜ ⎟⎜ ⎟∂ ∂⎝ ⎠

The extra term makes the formula applicable to the normal Reynolds stresses. In any flow the sum of normal stresses is equal to minus twice the kinetic energy. The 1/3 is due to the fact that an equal third is allocated to

each normal stress component to ensure their sum is always physically correct.

Page 35: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach: k-e model

35

The k-e equations are elliptic because of the gradient diffusion term. As a consequence the following boundary conditions are needed: In industrial CFD applications measurements of k and ε are rarely available. The inlet boundary conditions is typically imposed on the basis of data from the literature or observing the results sensitivity to the inlet distributions. If no information is available at all inlet distributions can be approximated form turbulent intensity Ti and characteristic length of the domain, L

Inlet Distribution od k and ε

Outlet or symmetry

Free streem k=0, ε=0

Solid walls Approach depends on the Reynolds number

0 0k n nε∂ ∂ = ∂ ∂ =

( )3 22 3 43 ; ; 0.07

2 ref ikk U T C l Llµε= = =

Page 36: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach: k-e model

36

Solid walls boundary conditions: HIGH REYNOLDS NUMBER At high Reynolds number the standard k-ε model makes use of the universal behavior of near wall flows discussed in the previous slides. In particular, the mean velocity at a point yp with 30<yp

+<500 satisfies the log-law and the rate of turbulent production equals the rate of dissipation.

Solid walls boundary conditions: LOW REYNOLDS NUMBER At low Reynolds numbers the log-law is not valid so the above-mentioned boundary conditions cannot be used. As a consequence wall damping needs to be applied to ensure that viscous stresses take over from turbulent Reynolds stresses at low Reynolds numbers and the viscous sub-layer adjacent to solid walls.

Page 37: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach: k-e model

37

The k-ε model for the case of low Reynolds numbers is then modified as follows: It can be seen that the diffusion terms include a viscous contribution and the constants are multiplied by a wall-dumping function. Example of wall damping functions are

( )

( )

2

2

1 1 1 2 2

2

2

t

ji i iTT T ij ij

i i k i j i j

ji i iTT T ij ij

i i i j i j

kC f

UU k U Uk k E Et x x x x x x

UU U UC C f E E C ft x x x k x x x k k

µ µ

ε ε εε

µ ρε

νν ν ν εσ

ε νε ε ε ε εν ν νσ

=

⎛ ⎞⎡ ⎤ ∂∂ ⎛ ⎞ ∂ ∂∂ ∂ ∂+ = + + + + −⎜ ⎟⎢ ⎥⎜ ⎟ ⎜ ⎟∂ ∂ ∂ ∂ ∂ ∂ ∂⎝ ⎠⎣ ⎦ ⎝ ⎠⎛ ⎞⎡ ⎤ ∂∂ ⎛ ⎞ ∂ ∂∂ ∂ ∂+ = + + + + −⎜ ⎟⎢ ⎥⎜ ⎟ ⎜ ⎟∂ ∂ ∂ ∂ ∂ ∂ ∂⎝ ⎠⎣ ⎦ ⎝ ⎠

( )20.0165

32

1 2

20.51 1

0.051 1 where

k

t

R

t

Rt

f eR

kf f e Rf

µ

µ νε

⎛ ⎞= − +⎜ ⎟

⎝ ⎠

⎛ ⎞= + = − =⎜ ⎟⎜ ⎟⎝ ⎠

Page 38: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

The RANS approach: turbulence models

38

One equation models: Spalart-Allmaras In the Spalart-Allmaras (SA) model is a relatively new model. It is numerically forgiving, in terms of near wall resolution and stiffness, and yelds fairly rapid convergence to steady state. The SA model calculates the turbulent viscosity via an intermediate variable trough the relation: The intermediate variable is computed through the following transport equation: Different constant values are given in the scientific literature.

3 3

1 13 3 3 31 1

ˆˆ ˆ where and T v vv v

X Xf X fX c X c

νν ν νν

= ⋅ = ⋅ = =+ +

∂ν∂t

+∂ U jν( )∂x j

TRANSPORT

= cb1 ⋅ S ⋅νPRODUCTIONTERM

+ 1σ

∂∂xi

ν + ν( ) ∂ν∂xi+cb2σ

∂ν∂xi

⎝⎜⎞

⎠⎟

2

DIFFUSION TERM

− cω1 fωνy

⎛⎝⎜

⎞⎠⎟

2

DESTRUCTIONTERM

Page 39: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

Turbulent incompressible flow over a backward facing step

39

Page 40: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

Turbulent incompressible flow over a backward facing step

40

•  Results of the simulations performed using the non commercial AC-CBS and the SA turbulence model. •  The simulations have been performed in correspondence of a Reynolds number of 3025, in accordance to

M.K. Denham et al., Journal of Physics E: Scientific Instruments 1975 Volume 8.

•  x- velocity contours and streamlines for a Reynolds number Re=3025

•  Turbulence variable field obtained for a Reynolds number Re=3025

Page 41: Numerical Heat and Mass Transfer - unicas.it Heat and Mass Transfer 19 ... In fact, such effective mixing give rise to high values of diffusion coefficients for mass, momentum and

Turbulent incompressible flow over a backward facing step

41

•  COMPARISON OF THE OBTAINED VELOCITY PROFILES TO REFERENCE DATA FROM DENHAM ET AL.

x-velocity

y-axis

-0.5 0 0.5 1 1.5 20

1

2

3

AC-CBS x=1Denham et al. x=1

x-velocity

y-axis

-0.5 0 0.5 1 1.5 20

1

2

3

AC-CBS x=2Denham at al. x=2

x-velocity

y-axis

-0.5 0 0.5 1 1.5 20

1

2

3

AC-CBS x=4Denham et al. x=4


Recommended