MMME3093 Computer Modelling Techniques: Viscous Modelling and Turbulence Models
MMME3093 Computer Modelling Techniques: Viscous Modelling and Turbulence Models
Computer Modelling
Techniques
Lecture 3
Viscous modelling and
turbulence models
Dr Cheng Xinwei
MMME3093 Computer Modelling Techniques 1
MMME3093 Computer Modelling Techniques
Recap
• 1D diffusion-convection example
𝜕𝜑 𝜕𝜑
𝜌𝑢𝐴𝜑 𝑒 − 𝜌𝑢𝐴𝜑 𝑤 = Γ𝐴 − Γ𝐴
𝜕𝑥 𝑒
𝜕𝑥 𝑤
Recap
• Properties of discretisation schemes
• Conservativeness
• Boundedness
• Transportiveness
• Peclet number to determine strengths of convective effects
and diffusive effects
convection u u dx
Pe = = =
diffusion dx
Learning outcomes
• Introduction to viscous modelling
• Introduction to meshing and solution
• Reduce a geometry from 3D to 2D
• Turbulence models
• RANS k-ε equations
Viscous modelling
• Viscous modelling is the modelling of flow based on viscosity.
• It depends on the Reynolds number to determine the nature of
flow and what model is suitable to model the flow.
Laminar Turbulent
Rotation by 2p (360˚)
R
inlet outlet
axis
Since the geometry is reduced from 3D to 2D, we will have
less cells and equations to solve.
Real profile
Grid 4 points
Grid 5 points
Increasing the number of points near the walls will improve the solution
Turbulence
Small
eddies
Large
eddies
Turbulence
Turbulent flow
Laminar flow
Turbulence
• The largest turbulent eddies interact with the mean flow and
subsequently draw energy from it. This is known as vortex
stretching.
• Consequently, turbulent kinetic energy is transferred
progressively from larger to smaller eddies. This is known as
energy cascade.
• The total kinetic energy per unit mass, k at a given location is
1 2
𝑘 = 𝑢′ + 𝑣′2 + 𝑤′2
2
• Kinetic energy is then dissipated to thermal internal energy (heat)
at the smallest scales of turbulence.
• These smallest scales are dominated by viscous effects and are
named as the Kolmogorov scales, where lengths are of order of
0.1 mm to 0.01 mm.
MMME3093 Computer Modelling Techniques 16
MMME3093 Computer Modelling Techniques
Turbulence
The total kinetic energy per unit mass, k gives an absolute value but it is
useful to know what proportion of the flow of kinetic energy this is.
Therefore, turbulence intensity, T is calculated
2 1/2
𝑘
3
𝑇=
𝑈
Nevertheless, it is difficult to measure local fluctuations i.e. from point to
point. As such, the turbulence intensity can be approximated using the
following.
−1/8
𝐼 = 0.16 𝑅𝑒ℎ
By knowing the Reynolds number of the flow, we can then determine the
range of turbulence intensity.
𝐼 < 1%, indicates laminar flow
𝐼 > 10%, indicates very intense turbulence
MMME3093 Computer Modelling Techniques
1% < 𝐼 < 10%, typical turbulence in practice 17
MMME3093 Computer Modelling Techniques
Turbulence
• The motion of the smallest scales depend on
• Rate at which the larger eddies supply energy
• Kinematic viscosity
• Imagine what would happen if every cell in a domain is of the
size of the Kolmogorov scales?
• Computational time will be infinite.
• So, how can we represent turbulence or the viscous dissipation?
• Turbulence fluctuations will be included in the Navier-Stokes
equations and turbulence models are needed to account
for the extra turbulence effects generated from turbulent flow.
Turbulence models
Turbulence models
Reynolds-Averaged
Direct Numerical Large Eddy
Navier Stokes
Simulation (DNS) Simulation (LES)
(RANS)
Turbulence models
Direct numerical simulation (DNS)
• Navier-Stokes equations are solved for all of the motions in a
turbulent flow.
• Thus, very fine spatial grids are required such that the
Kolmogorov length scales at which energy dissipation takes
place can be resolved.
• Time-steps must be sufficiently small to resolve the period of
the fastest fluctuations.
• Computationally demanding.
• Only applicable to fundamental research.
Turbulence models
Large eddy simulation (LES)
• Tracks the behavior of larger eddies by applying space
filtering prior to computation.
• Large eddies are resolved directly using the Navier-Stokes
equations.
• Meanwhile, the effects of small eddies on the flow (mean flow
plus large eddies) are modelled using sub-grid scale model.
• Computing demand is still high but less than DNS.
• Currently, can be used to solve complex problems.
Turbulence models
Reynolds-averaged Navier-Stokes (RANS)
• Mean flow and the turbulence effects on mean flow properties
are of interest.
• Navier-Stokes equations are Reynolds-averaged before
applying this model.
• Extra terms (known as Reynold stresses) appear in the
Reynolds-averaged flow equations are due to turbulent
fluctuations.
• These extra terms can be modelled with classical turbulence
models, i.e. k-ε model, Reynolds stress model.
• Computing resources for reasonably accurate flow are the
modest.
The numbers in
brackets indicate Increasing
additional computational
conservation time
equations that need
to be solved
Before Reynolds-averaged
After Reynolds-averaged
This flow has sharp This flow is not With the sharp interior
edges, with a flow from sharply separated bend, there will be
right. There will be due to the more separation and RSM
separation at the streamlined structure. will be more suitable.
trailing edge and
vortex structure with A k-ε model can be k-ε can be applied if
increasing intensity used. However, RSM there a large number
with velocity. Since the may be applied if the of cells (small cell
flow is anisotropic on velocity increases. sizes) but there may
the trailing edge, RSM be poor turbulence
is more suitable. presentation in the
corner.
MMME3093 Computer Modelling Techniques 30
MMME3093 Computer Modelling Techniques
Conclusions
This lecture covers the following aspects of numerical
modelling technique:
• Geometry simplification from 3D to 2D
• Turbulence models
• RANS equations
• Choice of turbulence model
References
• Lecture notes from UK Campus
• Versteeg, H.K. and Malalasekera W. An introduction to
computation fluid dynamics: the finite volume method.
Pearson, 2007