Governing equations Flashcards
Newton vs non-Newtonian
Newtonian - shear stress is directly proportional to rate of shear
non-Newtoninan - viscosity is a function of shear rate
What is CFD?
Combo of applied maths, computer science & fluid mechanics
CFD pros & cons
A: relatively cheap, detailed & consistent results, for complex problems
D: assumptions, needs validation, approximation
Approaches to analysing a fluid problem
Analytically (pure theory) - simple problem
Experimentally - validates analytical & simulation
Simulation (CFD) - complex problem
Physical principles that govern any fluid flow & what isn’t considered
- Conservation of mass (continuity)
- Conservation of momentum (F=ma)
- Conservation of energy (1st law of thermodynamics, Bernoulli)
- Governed by Navier-Stokes equations (mathematical model)
- Not considering mass diffusion due to concentration gradients/chemically reacting flows
CFD analysis steps
1) Understand physics
2) Mathematical model (equations, BCs, turbulence modelling, near wall models)
3) Numerical model - geometry, mesh generation, FVM, fluid properties
4) Solution - set numerical parameters, solve discretised equations (matrix inversion/iteratively)
5) Post-processing - verify, validate (experiment)
Models of flow
Eulerian (conservation) - CV or element in fixed space
Lagrangian (non-conservation) - CV or element moves such that fluid particles are same (velocity - local velocity)
Body/volume force
act on element at a distance e.g. gravitational, electric, magnetic
Surface force
act on surface of element e.g. pressure (particle collision - thermodynamic pressure) & viscous (shear/normal, friction)
Momentum equation
L4 p22
Transient/unsteady
Convection (transport of fluid in space)
Source/sink (pressure gradient)
Diffusion (transport of fluid due to viscosity)
Body force
Continuity equation in conservation & non-conservation form in different notations
See workbook, L3 p18
Different derivatives & meanings
- substantial/total (net temperature difference due to change in space & time)
- local (temperature change due to change in time at a fixed location)
- convective (temperature change due to movement in space)
Stokes relationship
expresses viscosity in relation to strain
relationship between viscous stresses & velocity gradients
Energy equation
Flow model: fluid element moving with fluid (Langrangian - non-conservation)
rate of change of energy = net heat flux + work done on element
U = Q + W
Laminar vs turbulent
Laminar - viscous dominant over inertial, parabolic curve, NS can be solved numerically
Turbulent - NS only solved for low-Re simple geometry flows
Influenced by Re, surface roughness, geometry, pressure gradients, ambient disturbances (vibrations)
Turbulence flow characteristics
- Irregular fluctuation (but not statistically random, a few % around mean value)
- Enhanced diffusivity (mixing, larger rate of transport of mass, heat, momentum)
- rotational vortex tubes (of different sizes & scales superimposed on each other)
- energy dissipation (viscous shear stress converts kinetic energy of turbulence into internal energy of fluid)
Large vs small eddies
Large - length comparable to flow field e.g. pipe radius, boundary layer thickness
Small - several orders of magnitude smaller than largest eddy but much larger than molecular mean free path, most energy dissipation occurs in smallest eddies
Methods of numerical solution for turbulent flows
- Direct Numerical Solution (DNS) - solves exact N-S eq.s, mesh must be small enough for smallest dissipative scales - for research & low-Re flows (less eddies otherwise need too many cells)
- Large eddy simulations (LES) - solves filtered N-S eq.s, models small scale turbulence (mesh <=resolved turbulence scales) & resolves large turbulence scales by low-pass filtering to remove small-scale info - next generation engineering tools
- Reynolds Averaged Navier Stokes equations (RANS) - empirical turbulence models where instantaneous velocity decomposed into time-averaged (mesh resolves mean flow) & fluctuating component - widely used, CFD solves RANS not NS
Turbulent boundary layer
1) Free stream
2) Viscous region (outer layer, fully-turbulent region/log-layer, buffer layer, viscous sublayer)
3) Wall
Universal velocity profile (law of the wall)
No matter fluid type/boundary layer, velocity profile is universal on graph (close to wall so not as affected by geometry)
How to obtain time-averaged momentum equations
1) Reynolds decomposition - split instantaneous velocity & pressure into mean + fluctuation components
2) Take time averaging
Where do Reynolds/turbulence stresses come from & what are they?
From non-linear convection terms
They’re normal & shear stresses due to turbulence
Why CFD needs validation
- doesn’t solve from 1st principles but from turbulence
- many assumptions
- set up of mesh not physically accurate
- uses discretised equations
What’s the closure problem?
From RANS equations 4 eq.s, 10 unknowns including 6 turbulence stresses (normal & shear stresses)
Transport equations can be derived for Reynolds stresses but more unknowns will appear
Solution: develop empirical turbulent models to approximate turbulence stresses
What is the eddy viscosity concept?
Analogy between viscous & turbulent stresses - both mixing & friction
Viscosity is fluid property
Turbulent viscosity is not, but depends on flow (much greater than viscosity in turbulent flow)
Most turbulence models are based on this concept incl. k-epsilon model & on Prandtl hypothesis
Prandtl hypothesis
Based on dimensional analysis
Turbulent/eddy viscosity can be approximated as characteristic turbulence velocity*turbulence length scale
Different ways of defining turbulence velocity & length scale lead to different turbulence models
How are the model constants obtained in the k-epsilon turbulence model?
Tuned using simple flows & experimental data e.g. near wall flow in local equilibrium/grid generated turbulence
Story of the k-epsilon turbulence model
1) RANS
2) Eddy viscosity concept (Boussinesq hypothesis)
3) Turbulent/eddy visocisty
4) transport equations for k & e
5) model constants
time variation & convection = production - dissipation + diffusion (molecular & turbulent)
Classification of turbulence models
1) Eddy viscosity models - linear/non-linear (add function of strain rate & omega & is bridge between linear & RSMs)
2) Reynolds stress turbulence models (RSMs) - linear/quadratic pressure-strain RSM models (directly solves turbulence stress)
Qualities of a good model
accuracy, simplicity, robustness (numerically), breadth of applications, economic to run, aligns to physics of flow
Why is the physics of flow important when choosing a CFD model?
most models are based on linear eddy viscosity & are developed & calibrated for simple wall shears so some physics of round jet might not be captured by these models - there are additional corrections to models to account for these
Standard k-epsilon vs K-omega SST vs RSM
Epsilon - very robust & economic, most widely used but not most accurate (free stream turbulence not dominating flow behaviour)
Omega - becoming popular as deals with complex flows but more expensive & less robust
RSM - for specific complex flows but very expensive & not robust (difficult to converge) (flow dominated by swirl)
0 equation/algebraic
A: easy to implement, fast calculation, good predictions for simple flows where experimental correlations for the mixing length exist, used as part of some higher-order models
D: incapable of describing flows where turbulent length scale varies (separation/recirculation), only calculates mean flow properties & turbulent shear stress, can’t switch from 1 type of region to another, history effects of turbulence not considered
Usage: derives analytical expressions for turbulent flows, for simple external aero flows, ignored in commercial CFD programs
1-equation model
A: attached wall-bounded flows, flows with mild separation & recirculation, for unstructured codes in aero, in aeronautics for computing flow around plane wings
D: massively separated flows, free shear flows, decaying turbulence, complex internal flows. Can’t rapidly accommodate changes in length scale
Models: Spalart-Allmaras, k-model, Baldwin-Barth