+ All Categories
Home > Documents > Modelling of laminar flow using Numerical Methods Kraków, 08.12.2010 r. Marta Korolczuk-Hejnak AGH...

Modelling of laminar flow using Numerical Methods Kraków, 08.12.2010 r. Marta Korolczuk-Hejnak AGH...

Date post: 15-Dec-2015
Category:
Upload: dania-yelton
View: 214 times
Download: 1 times
Share this document with a friend
Popular Tags:
23
Modelling of laminar flow using Numerical Methods Kraków, 08.12.2010 r. Marta Korolczuk-Hejnak AGH University of Science and Technology in Krakow, Faculty of Metal Engineering and Industrial Computer Science, Department of Ferrous Metallurgy 1
Transcript
Page 1: Modelling of laminar flow using Numerical Methods Kraków, 08.12.2010 r. Marta Korolczuk-Hejnak AGH University of Science and Technology in Krakow, Faculty.

Modelling of laminar flow using Numerical Methods

Kraków, 08.12.2010 r.

Marta Korolczuk-Hejnak

AGH University of Science and Technology in Krakow,Faculty of Metal Engineering and Industrial Computer Science,

Department of Ferrous Metallurgy1

Page 2: Modelling of laminar flow using Numerical Methods Kraków, 08.12.2010 r. Marta Korolczuk-Hejnak AGH University of Science and Technology in Krakow, Faculty.

Content• Primary definitions

• Types of flow

• Reynolds number

• Navier – Stokes equations

• Numerical solutions methods used in flow problems

• Navier – Stokes solution by FDM for laminar flow

• Numerical results get by FDM and FEM methods for laminar flow

2

Page 3: Modelling of laminar flow using Numerical Methods Kraków, 08.12.2010 r. Marta Korolczuk-Hejnak AGH University of Science and Technology in Krakow, Faculty.

Fluid, flow - definitions

Types of flow:

Laminar flow

Transitional flow

Turbulent flow

Fluid

A continuous, amorphous substance (liquid or gas) whose molecules move freely past

one another and that has the tendency to assume the shape of its container.

Flow

The motion of the fluid

3

Page 4: Modelling of laminar flow using Numerical Methods Kraków, 08.12.2010 r. Marta Korolczuk-Hejnak AGH University of Science and Technology in Krakow, Faculty.

Laminar flow

occurs when a fluid flows in parallel layers, with no disruption between the layers,

steady-state - , (1)

in nonscientific terms laminar flow is "smooth," „orderly”

generally happens when dealing with small pipes and low flow velocities; can be regarded as a series of liquid cylinders in the pipe, where the innermost parts flow the fastest, and the cylinder touching the pipe isn't moving at all,

Pic.1. Laminar flowPic.2. Velocity distribution in the pipe for

laminar flow

4

Page 5: Modelling of laminar flow using Numerical Methods Kraków, 08.12.2010 r. Marta Korolczuk-Hejnak AGH University of Science and Technology in Krakow, Faculty.

Turbulent flow characterized by chaotic, stochastic property changes,

unsteady – state flow - (2)

in nonscientific terms turbulent flow is „rough, „random” , „chaotic”

vortices, eddies and wakes make the flow unpredictable; happens in general at high flow rates and with larger pipes,

Pic.3. Turbulent flowPic.4. Velocity distribution in the pipe for

turbulent flow

5

Page 6: Modelling of laminar flow using Numerical Methods Kraków, 08.12.2010 r. Marta Korolczuk-Hejnak AGH University of Science and Technology in Krakow, Faculty.

Transitional flow

situation as the flow speed was increased the dye fluctuates and one observes intermittent bursts

mixture of laminar and turbulent flow, with turbulence in the center of the pipe, and laminar flow near the edges; each of these flows behave in different manners in terms of their frictional energy loss while flowing, and have different equations that predict their behavior.

Pic.5. Transitional flow

6

Page 7: Modelling of laminar flow using Numerical Methods Kraków, 08.12.2010 r. Marta Korolczuk-Hejnak AGH University of Science and Technology in Krakow, Faculty.

Reynolds numberReynolds number Re

Dimensionless number gives a measure of the ratio of inertial forces ρV2/L to viscous forces μV/L2 and consequently quantifies the relative importance of these two types of forces for given flow conditions

• V – mean fluid velocity, m/s• L – characteristic linear dimension (traveled lenght of fluid), m• μ – dynamic viscosity of the fluid, Pa·s• τ – shear stress, Pa• - shear rate, 1/s • υ- kinematic viscosity of the fluid, m^2/s• ρ – density of the fluid, kg/m^3

For flow in a pipe of diameter D, experimental observations show that:• laminar flow Re < 2300,• transitional flow 2300<Re < 4000,• turbulent flow Re >4000.

(3)

(5)

(4)

7

Page 8: Modelling of laminar flow using Numerical Methods Kraków, 08.12.2010 r. Marta Korolczuk-Hejnak AGH University of Science and Technology in Krakow, Faculty.

Navier-Stokes equations named after Claude-Louis Navier * and and George Gabriel Stokes**, describe the motion of fluid substances,

[* Claude Louis Marie Henri Navier (10 February 1785 in Dijon – 21 August 1836 in Paris) born was a French engineer and physicist who specialized in mechanics ],

[** Sir George Gabriel Stokes (13 August 1819 Skreen, County Sligo, Ireland - – 1 February 1903 Cambridge, England), was a mathematician and physicist who made important contributions to fluid dynamics, optics, and mathematical physics ],

describe the physics of many things of academic and economic interest; may be used to model the weather, ocean currents, water flow in a pipe, air flow around a wing, and motion of stars inside a galaxy, design of aircraft and cars, the study of blood flow, the design of power stations, the analysis of pollution etc.,

8

Page 9: Modelling of laminar flow using Numerical Methods Kraków, 08.12.2010 r. Marta Korolczuk-Hejnak AGH University of Science and Technology in Krakow, Faculty.

Navier-Stokes equationsused for mathematical characteristic of flow phenomenons in a system with known geometry,

arise from applying:o Newton's second law to fluid motion,

o assumption that the fluid stress is the sum of a diffusing viscous term (proportional to the gradient of velocity),

o pressure term,general form of the equations of fluid motion

(6)

(7) (7) • u – flow velocity vector ,• ρ – fluid density,• p – pressure,• S - deviatoric, stress tensor,• g – gravitation acceleration,• μ – dynamic viscosity of the fluid,

9

Page 10: Modelling of laminar flow using Numerical Methods Kraków, 08.12.2010 r. Marta Korolczuk-Hejnak AGH University of Science and Technology in Krakow, Faculty.

Numerical solutions

Pic.6. Schematic of finding the solution using numerical methods [2]

Numerical approximation methods used for solving differential equations:

o FDM (polish MRS) – Finite Difference Method,• Curvilinear Finite Difference ,

o FEM (polish MES) – Finite Element Method,o BEM - Boundary Element Method ,o FVM (polish MOS) – Finite Volume Methodo NI (polish CN) – Numerical Integration.

Steps in FDM:o Aproximate the solutions to differential equations by

replacing derivative expressions with aproximately equivalent difference quatients.

Steps in FEM:o Finding aproximate solutions of partial differential

equations as well as of integral equations:I. Discretization of the domain into a set of finite

elements.II. Defining an approximate solution over the element.III. Weighted integral formulation of the differential

equation.IV.Substitute the approximate solution and get the

algebraic equation.Steps in FVM:

o Represanting and evaluating partial differential equations in the form of algebraic equations.

10

Page 11: Modelling of laminar flow using Numerical Methods Kraków, 08.12.2010 r. Marta Korolczuk-Hejnak AGH University of Science and Technology in Krakow, Faculty.

Numerical solutions in FDM

11

Non-dimensional equations of Navier-Stokes.2nd – continouity equation must be true during the whole simulation.

Simple (primitive) variables:

u = (u,v) - velocity vector,p - pressure

(8)

(9)

(10)

(11)

(12)

Page 12: Modelling of laminar flow using Numerical Methods Kraków, 08.12.2010 r. Marta Korolczuk-Hejnak AGH University of Science and Technology in Krakow, Faculty.

Pic.7. Schematic of finding the solution usingthe SIMPLE algorithm [4]

(P*) ^n- initial value of pressure field,(U*)^n, (V*)^n- velocity fields

Pressure correction (using Poisson equation):

(13)

Nabla operator, divergence operator

(14) 12

Page 13: Modelling of laminar flow using Numerical Methods Kraków, 08.12.2010 r. Marta Korolczuk-Hejnak AGH University of Science and Technology in Krakow, Faculty.

Pic.9. Schematic of grid used in the SIMPLE algorithm [4]

• dark points – pressure p,

• white points – x - direction component of velocity u,

• cross – y - direction component of velocity v

13

Pic.8. Schematic of discretization used in the SIMPLE algorithm [4]

- Front difference quention

- Central difference quention

Page 14: Modelling of laminar flow using Numerical Methods Kraków, 08.12.2010 r. Marta Korolczuk-Hejnak AGH University of Science and Technology in Krakow, Faculty.

(15)

(16)

(17)

(18)

(19)

(20)

(21)

(22)

(23)

(24)

Discrete equations

14

Schematic of the discretization FDM

(25)

(26)

(27)

(28)

Page 15: Modelling of laminar flow using Numerical Methods Kraków, 08.12.2010 r. Marta Korolczuk-Hejnak AGH University of Science and Technology in Krakow, Faculty.

Pressure Poisson equation FDM

Pic.10. Schematic of grid used for pressure solutions in the SIMPLE algorithm [4]

(29)

(30)

(31)

(32)

(33)

15

If value of the difference between ‘old’ and ‘new’ value of pressure field is < than ε -> FINISH the procedure.

Page 16: Modelling of laminar flow using Numerical Methods Kraków, 08.12.2010 r. Marta Korolczuk-Hejnak AGH University of Science and Technology in Krakow, Faculty.

16

Pic.10. Streamlilnes in a lid-driven cavity for Re = 400 [4]

Pic.11. Fluid flow in a 3- interspace channel for Re= 10 [4]

•Red color – field of plane velocity•Green color –filed of perpendicular

velocity

Numerical solutions by FDM

Page 17: Modelling of laminar flow using Numerical Methods Kraków, 08.12.2010 r. Marta Korolczuk-Hejnak AGH University of Science and Technology in Krakow, Faculty.

Numerical solutions by FEMFORMULATION FOR ISOTHERMAL, LAMINAR FLOW

•Example 1 : Fully developed laminar flow in a two dimensional rectangular channel.

Pic.12. Boundary conditionsFully developed flow in a rectangular

channel [3]

17

Page 18: Modelling of laminar flow using Numerical Methods Kraków, 08.12.2010 r. Marta Korolczuk-Hejnak AGH University of Science and Technology in Krakow, Faculty.

Numerical solutions by FEMFORMULATION FOR ISOTHERMAL, LAMINAR FLOW

Pic.13. Pressure contours for Re=1Fully developed flow in a rectangular channel [3]

18

Page 19: Modelling of laminar flow using Numerical Methods Kraków, 08.12.2010 r. Marta Korolczuk-Hejnak AGH University of Science and Technology in Krakow, Faculty.

Numerical solutions by FEMFORMULATION FOR ISOTHERMAL, LAMINAR FLOW

Pic.14. Boundary conditions and finite element mesh (41×41) for flow in a lid-driven cavity [3] 19

•Example 2 : Flow in a lid-driven cavity.

Page 20: Modelling of laminar flow using Numerical Methods Kraków, 08.12.2010 r. Marta Korolczuk-Hejnak AGH University of Science and Technology in Krakow, Faculty.

Pic.15-16. Streamlilnes and pressure contours at steady state for flow in a lid-driven cavity [3]

20

Re=1

Re=100

•Example 2 : Flow in a lid-driven cavity.

Page 21: Modelling of laminar flow using Numerical Methods Kraków, 08.12.2010 r. Marta Korolczuk-Hejnak AGH University of Science and Technology in Krakow, Faculty.

Pic.17-18. Streamlilnes and pressure contours at steady state for flow in a lid-driven cavity [3]

21

Re=400

Re=1000

•Example 3 : Flow in a backward step.

Page 22: Modelling of laminar flow using Numerical Methods Kraków, 08.12.2010 r. Marta Korolczuk-Hejnak AGH University of Science and Technology in Krakow, Faculty.

22

References:1.J.G.Heywood, K. Masuda, R. Rautmann, V.A. Solonnikov, „The Navier-Stokes Equations Theory and Numerical Methods”, Springer-Verlag, 1988, Oberwolfach .2.M. Kmiotek, „ Przegląd solverów numerycznych stosowanych w mechanice obliczeniowej”, Scientific Bulletin of Chelm, Section of Mathematics and Computer Science, No. 1/2008.3.R.W .Lewis. , K. Ravindran and A.S. Usmani, „Finite Element Solution of Incompressible Flows Using an Explicit Segregated Approach”, Archives of Computational Methods in Engineering, Vol. 2, 4, 69–93 (1995).4.M. Matyka, „Hydro-dynamica Rozwiązania numerycne równań przepływu cieczy nieściśliwych”, http://panoramix.ift.uni.wroc.pl/~maq5.A.T. Patera, „ A spectral element method for fluid dynamics: Laminar flow in a channel expansion”, Journal of Computationing Physics 54, 468-488 (1984).6.R.Peyret, T.D. Taylor, „Computational Methods for Fluid Flow”, Springer-Verlag New York Inc., 1983, USA.7.O.C. Zienkiewicz, R.L. Taylor, „The finite element method Volumev 3 Fluid Dynamics”, Fifth Edition, Butterworth-Heinemann ,Oxford, 2000 8.O.C. Zienkiewicz, „The finite element method” Fourth Edition Volume 1 Basic Formulation and Linear Problems, McGraw-Hill International (UK), 1989, Londyn.9.O.C. Zienkiewicz, „The finite element method” Fourth Edition Volume 2 Solid and Fluid Mechanics Dynamics and Non-linearity, McGraw-Hill International (UK), 1991, Londyn.10.www. wikipedia.org

Page 23: Modelling of laminar flow using Numerical Methods Kraków, 08.12.2010 r. Marta Korolczuk-Hejnak AGH University of Science and Technology in Krakow, Faculty.

Thank you for your attention.

23


Recommended