Lecture 5.7 Compressible Euler Equations

Size: px
Start display at page:

Download "Lecture 5.7 Compressible Euler Equations"

Transcription

1 Lecture 5.7 Compressible Euler Equations

2 Nomenclature Density u, v, w Velocity components p E t H u, v, w e S=c v ln p - c M Pressure Total energy/unit volume Total enthalpy Conserved variables Internal energy/unit mass Ratio of specific heats Entropy Speed of sound Mach number u/c

3 Vector Form of Euler Equations U E F G t x y z 0 (5.7.) where u w u u p u uw w uw w w p E t Et p u Et p Et p w U E u F p G w Equation of state has to be added to close the system 3

4 Equation of State Assuming the fluid as a perfect gas one can write p= RT where R is the gas constant, we have RT Et = + u + v + w g - ( ) g is the ratio of the specific heats (.4 for air) 4

5 Euler s Equations in D To illustrate the flux vector splitting, consider the one dimensional equivalent of Eq. (5.7.), that is, U E + = 0 t x æ ö u æu ö æ r ö æ ru ö u U = u ru, E ru p p = = + = + u çu 3 re t ruet pu è ø çè ø èç + ø uu 3 u p ç + çè u u ø (5.7.) 5

6 Elimination of the Pressure p For perfect gas, we have R p= rrt = ( g- ) re (after using cv = & e= ct v ) g - E= e+ u re= re- ru æ ö æ u ö p= ( g-) re ru ( g ) u - = - - èç ø è ø 3 ç u æ ö u æ u = r ö u æ u ö E= ( g ) u u u ç, u ru çè = ø ç u3 re è = t ø uu æ 3 u ö u + ( g -) u 3 - u ç u è ç çè øu ø (5.7.3) 6

7 Modified Equations Rewrite Eq. (5.7.) as U U + A = 0 t x æ ö 0 0 E u where A= = ( g-3) (3-g) u g- U 3 3 ç ( g-) u -guet - ( g- ) u + ge gu çè ø (5.7.4) 7

8 Conservative Form of A The conservative form A is æ ö 0 0 u u A = ( g 3) (3 g) g u u u uu 3 u gu gu ( g-) -g - ( g- ) + ç çè u u u u u ø (5.7.5) 8

9 Equations in Primitive Variables We have from Eq. (5.7.4) U U V U V E U + A = 0 + = 0 t x U t U U x V V E U V V V + = 0 + B = 0 t U U V x t x æ æu r 0ö ö r æ ö V E U B 0 u, for V u = = ç =ç U U V r p èç ø ç 0 rc u è ç è ø ø (5.7.6) Here, c = p/ is the speed of sound 9

10 Equations in Characteristic Variables The D Euler s equations can be also written as æu 0 0ö W W æ c c ö + C = 0, C= 0 u c 0, W S u u - = - + t x g g ç è - - ø ç è0 u+ c 0 ø T (5.7.7) where S is the entropy. The elements of the W are called Riemann-invariants as they invariant along the characteristics defined by respectively. dx/dt=u, dx/dt=u-c and dx/dt=u+c (5.7.8) 0

11 Hyperbolic Nature Since the matrices A, B & C are similar, the eigenvalues of these matrices are u-c, u, u+c, which are distinct for c 0. Therefore, the corresponding eigenvectors are linearly independent. Hence Euler s equations are hyperbolic in nature. Further, there exists a non-singular matrix P such that P AP = C (5.7.9)

12 Boundary Conditions Assume that the initial conditions are given and the boundary conditions, required for the Euler s equations, are to be identified in the following way: For hyperbolic systems, the number of boundary conditions required at any point of the boundary must be equal to the number of incoming characteristics at that point. Therefore, for supersonic inflow (u>0, u c>0), three boundary conditions on U are required at the inflow.

13 For subsonic inflow (u>0, u-c<0), only two conditions must be given. For subsonic outflow (u<0, u+c>0), only one condition and finally for supersonic outflow (u<0, u+c<0), no conditions must be given. A general practice is to prescribe u and e at the inflow boundary and the pressure p at a supersonic inflow and subsonic outflow boundaries. 3

14 Nature of Solutions The solutions of Euler s equations can have Shocks Contact discontinuities Simple waves Expansion fans 4

15 Shocks A shock will form whenever the characteristics intersect as shown in Fig Note: Characteristics originating from dx/dt=u-c and dx/dt=u+c only can intersect because the lines originating from dx/dt=u are the path lines. Fig Intersection of characteristics 5

16 Rankine-Hugoniot Conditions Across a shock we must have ( ) su - u = u -u r l r l u u su u p p r l r- l = - + r- l u r u l ( ) ( ) su - u = u H-u H 3r 3l r r l l (5.7.0) where the subscripts l and r represent, the left and right sides of the shock and u =,u = u, u 3 = E t are the conserved variables. 6

17 Entropy Condition g - R S pr - Sl = ln -g p ( ) r l ln r r r l (5.7.) Where, S is the entropy defined by S = c v ln p - which states that, the entropy does not decrease as it traverse through a shock. This condition is also equivalent to say that the fluid particle can enter a shock from the supersonic side. Please note that a shock always separates a supersonic and subsonic states. 7

18 Contact Discontinuities Since the lines originating from dx/dt=u can t intersect, they don t produce shocks. Since S is constant along these lines but differ between lines, they can support a jump in S. The discontinuity has to travel with the speed s = u l =u r. That is, the fluid particles on either side of this discontinuity have the same speed, therefore, the particles which are initially in contact will remain in contact. 8

19 Discretization Finite difference/volume discretizations of Eq. (5.7.) is similar to the corresponding discretizations discussed in incompressible flow computations. However, due to hyperbolic nature of these equations, certain algebraic manipulations can be attempted in the discretization of the flux computations. One of them is the flux vector splitting, but before discretising flux vector splitting let us look at few more simple numerical schemes. 9

20 Lax-Friedrich s Scheme For D Euler s equations, Lax-Friedrich s first order scheme is given by U E + = 0 t x t U = U + U - E -E i=,,3, N -, n= 0,,, x ( - + ) ( + -) n+ n n n n i i i i i x (5.7.) where, x = t/ x, t is the step length in time direction x isthe step length in space direction, N x is the number of cells. The stability requirement is t ( + ) (5.7.) x u c 0

21 Lax-Friedrich s Scheme For D Euler s equations Lax-Friedrich s first order scheme is given by U E F + + = 0 t x y n+ n n n n Ui, j = ( Ui, j-+ Ui-, j+ Ui+, j+ Ui, j+ ) 4 t t x n n y n n - ( Ei+, j-ei-, j) - ( Fi, j+ -Fi, j- ) i=,,3, N -, j=,,3, N -, n= 0,,, x y (5.7.3) where, x = t/ x, y = t/ y, N x and N y are the number of cells in x and y directions, respectively. The stability requirement is tx( u+ c) + ty( v+ c) (5.7.4)

22 Lax-Wendroff Scheme Lax-Wendroff second order scheme for D Euler s equations is given U E F + + = 0 t x y t t U = U + U + U + U - E -E - F -F 4 U = U -t E -E - F -F x y ( ) ( + - ) ( + - ) n+ / n n n n n n n n i, j i, j i, j i, j i, j i, j i, j i, j i, j ( + - ) t ( + - ) n+ n n+ / n+ / n+ / n+ / i, j i, j x i, j i, j y i, j i, j i=,,3, N -, j=,,3, N -, n= 0,,, x y (5.7.5) The stability condition is given by (when x = y) Dt Dx ( v c) + (5.7.6)

23 Summary of Lecture 5.7 Mathematical and computational aspects to solve compressible Euler equations are discussed in this lecture. END OF LECTURE 5.7 3

CapSel Roe Roe solver.

CapSel Roe Roe solver. CapSel Roe - 01 Roe solver keppens@rijnh.nl modern high resolution, shock-capturing schemes for Euler capitalize on known solution of the Riemann problem originally developed by Godunov always use conservative

More information

The Euler Equations! Advection! λ 1. λ 2. λ 3. ρ ρu. c 2 = γp/ρ. E = e + u 2 /2 H = h + u 2 /2; h = e + p/ρ. 0 u 1/ρ. u p. t + A f.

The Euler Equations! Advection! λ 1. λ 2. λ 3. ρ ρu. c 2 = γp/ρ. E = e + u 2 /2 H = h + u 2 /2; h = e + p/ρ. 0 u 1/ρ. u p. t + A f. http://www.nd.edu/~gtryggva/cfd-course/! Advection! Grétar Tryggvason! Spring! The Euler equations for D flow:! where! Define! Ideal Gas:! ρ ρu ρu + ρu + p = x ( / ) ρe ρu E + p ρ E = e + u / H = h + u

More information

IV. Compressible flow of inviscid fluids

IV. Compressible flow of inviscid fluids IV. Compressible flow of inviscid fluids Governing equations for n = 0, r const: + (u )=0 t u + ( u ) u= p t De e = + ( u ) e= p u+ ( k T ) Dt t p= p(, T ), e=e (,T ) Alternate forms of energy equation

More information

CapSel Euler The Euler equations. conservation laws for 1D dynamics of compressible gas. = 0 m t + (m v + p) x

CapSel Euler The Euler equations. conservation laws for 1D dynamics of compressible gas. = 0 m t + (m v + p) x CapSel Euler - 01 The Euler equations keppens@rijnh.nl conservation laws for 1D dynamics of compressible gas ρ t + (ρ v) x = 0 m t + (m v + p) x = 0 e t + (e v + p v) x = 0 vector of conserved quantities

More information

A Very Brief Introduction to Conservation Laws

A Very Brief Introduction to Conservation Laws A Very Brief Introduction to Wen Shen Department of Mathematics, Penn State University Summer REU Tutorial, May 2013 Summer REU Tutorial, May 2013 1 / The derivation of conservation laws A conservation

More information

The Riemann problem. The Riemann problem Rarefaction waves and shock waves

The Riemann problem. The Riemann problem Rarefaction waves and shock waves The Riemann problem Rarefaction waves and shock waves 1. An illuminating example A Heaviside function as initial datum Solving the Riemann problem for the Hopf equation consists in describing the solutions

More information

Shock and Rarefaction Waves in a Hyperbolic Model of Incompressible Fluids

Shock and Rarefaction Waves in a Hyperbolic Model of Incompressible Fluids Shock and Rarefaction Waves in a Hyperbolic Model of Incompressible Fluids Andrea Mentrelli Department of Mathematics & Research Center of Applied Mathematics (CIRAM) University of Bologna, Italy Summary

More information

Various lecture notes for

Various lecture notes for Various lecture notes for 18311. R. R. Rosales (MIT, Math. Dept., 2-337) April 12, 2013 Abstract Notes, both complete and/or incomplete, for MIT s 18.311 (Principles of Applied Mathematics). These notes

More information

Edexcel GCE A Level Maths Further Maths 3 Matrices.

Edexcel GCE A Level Maths Further Maths 3 Matrices. Edexcel GCE A Level Maths Further Maths 3 Matrices. Edited by: K V Kumaran kumarmathsweebly.com kumarmathsweebly.com 2 kumarmathsweebly.com 3 kumarmathsweebly.com 4 kumarmathsweebly.com 5 kumarmathsweebly.com

More information

Quasi-linear first order equations. Consider the nonlinear transport equation

Quasi-linear first order equations. Consider the nonlinear transport equation Quasi-linear first order equations Consider the nonlinear transport equation u t + c(u)u x = 0, u(x, 0) = f (x) < x < Quasi-linear first order equations Consider the nonlinear transport equation u t +

More information

0.3.4 Burgers Equation and Nonlinear Wave

0.3.4 Burgers Equation and Nonlinear Wave 16 CONTENTS Solution to step (discontinuity) initial condition u(x, 0) = ul if X < 0 u r if X > 0, (80) u(x, t) = u L + (u L u R ) ( 1 1 π X 4νt e Y 2 dy ) (81) 0.3.4 Burgers Equation and Nonlinear Wave

More information

Limits and Continuity. 2 lim. x x x 3. lim x. lim. sinq. 5. Find the horizontal asymptote (s) of. Summer Packet AP Calculus BC Page 4

Limits and Continuity. 2 lim. x x x 3. lim x. lim. sinq. 5. Find the horizontal asymptote (s) of. Summer Packet AP Calculus BC Page 4 Limits and Continuity t+ 1. lim t - t + 4. lim x x x x + - 9-18 x-. lim x 0 4-x- x 4. sinq lim - q q 5. Find the horizontal asymptote (s) of 7x-18 f ( x) = x+ 8 Summer Packet AP Calculus BC Page 4 6. x

More information

Shock Waves. 1 Steepening of sound waves. We have the result that the velocity of a sound wave in an arbitrary reference frame is given by: kˆ.

Shock Waves. 1 Steepening of sound waves. We have the result that the velocity of a sound wave in an arbitrary reference frame is given by: kˆ. Shock Waves Steepening of sound waves We have the result that the velocity of a sound wave in an arbitrary reference frame is given by: v u kˆ c s kˆ where u is the velocity of the fluid and k is the wave

More information

Math Partial Differential Equations 1

Math Partial Differential Equations 1 Math 9 - Partial Differential Equations Homework 5 and Answers. The one-dimensional shallow water equations are h t + (hv) x, v t + ( v + h) x, or equivalently for classical solutions, h t + (hv) x, (hv)

More information

E = where γ > 1 is a constant spesific to the gas. For air, γ 1.4. Solving for p, we get. 2 ρv2 + (γ 1)E t

E = where γ > 1 is a constant spesific to the gas. For air, γ 1.4. Solving for p, we get. 2 ρv2 + (γ 1)E t . The Euler equations The Euler equations are often used as a simplification of the Navier-Stokes equations as a model of the flow of a gas. In one space dimension these represent the conservation of mass,

More information

AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS

AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS 1 / 31 AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS Linearization and Characteristic Relations 1 / 31 AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS

More information

Numerical Solutions to Partial Differential Equations

Numerical Solutions to Partial Differential Equations Numerical Solutions to Partial Differential Equations Zhiping Li LMAM and School of Mathematical Sciences Peking University Introduction to Hyperbolic Equations The Hyperbolic Equations n-d 1st Order Linear

More information

Shock and Expansion Waves

Shock and Expansion Waves Chapter For the solution of the Euler equations to represent adequately a given large-reynolds-number flow, we need to consider in general the existence of discontinuity surfaces, across which the fluid

More information

The RAMSES code and related techniques I. Hydro solvers

The RAMSES code and related techniques I. Hydro solvers The RAMSES code and related techniques I. Hydro solvers Outline - The Euler equations - Systems of conservation laws - The Riemann problem - The Godunov Method - Riemann solvers - 2D Godunov schemes -

More information

F O R SOCI AL WORK RESE ARCH

F O R SOCI AL WORK RESE ARCH 7 TH EUROPE AN CONFERENCE F O R SOCI AL WORK RESE ARCH C h a l l e n g e s i n s o c i a l w o r k r e s e a r c h c o n f l i c t s, b a r r i e r s a n d p o s s i b i l i t i e s i n r e l a t i o n

More information

Hyperbolic Systems of Conservation Laws. in One Space Dimension. I - Basic concepts. Alberto Bressan. Department of Mathematics, Penn State University

Hyperbolic Systems of Conservation Laws. in One Space Dimension. I - Basic concepts. Alberto Bressan. Department of Mathematics, Penn State University Hyperbolic Systems of Conservation Laws in One Space Dimension I - Basic concepts Alberto Bressan Department of Mathematics, Penn State University http://www.math.psu.edu/bressan/ 1 The Scalar Conservation

More information

Numerical Methods for Hyperbolic Conservation Laws Lecture 4

Numerical Methods for Hyperbolic Conservation Laws Lecture 4 Numerical Methods for Hyperbolic Conservation Laws Lecture 4 Wen Shen Department of Mathematics, Penn State University Email: wxs7@psu.edu Oxford, Spring, 018 Lecture Notes online: http://personal.psu.edu/wxs7/notesnumcons/

More information

Simple waves and a characteristic decomposition of the two dimensional compressible Euler equations

Simple waves and a characteristic decomposition of the two dimensional compressible Euler equations Simple waves and a characteristic decomposition of the two dimensional compressible Euler equations Jiequan Li 1 Department of Mathematics, Capital Normal University, Beijing, 100037 Tong Zhang Institute

More information

Aerothermodynamics of high speed flows

Aerothermodynamics of high speed flows Aerothermodynamics of high speed flows AERO 0033 1 Lecture 6: D potential flow, method of characteristics Thierry Magin, Greg Dimitriadis, and Johan Boutet Thierry.Magin@vki.ac.be Aeronautics and Aerospace

More information

Math 660-Lecture 23: Gudonov s method and some theories for FVM schemes

Math 660-Lecture 23: Gudonov s method and some theories for FVM schemes Math 660-Lecture 3: Gudonov s method and some theories for FVM schemes 1 The idea of FVM (You can refer to Chapter 4 in the book Finite volume methods for hyperbolic problems ) Consider the box [x 1/,

More information

Waves in a Shock Tube

Waves in a Shock Tube Waves in a Shock Tube Ivan Christov c February 5, 005 Abstract. This paper discusses linear-wave solutions and simple-wave solutions to the Navier Stokes equations for an inviscid and compressible fluid

More information

AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS

AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS 1 / 29 AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS Hierarchy of Mathematical Models 1 / 29 AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS 2 / 29

More information

Notes: Outline. Shock formation. Notes: Notes: Shocks in traffic flow

Notes: Outline. Shock formation. Notes: Notes: Shocks in traffic flow Outline Scalar nonlinear conservation laws Traffic flow Shocks and rarefaction waves Burgers equation Rankine-Hugoniot conditions Importance of conservation form Weak solutions Reading: Chapter, 2 R.J.

More information

Computational Fluid Dynamics. PHY 688: Numerical Methods for (Astro)Physics

Computational Fluid Dynamics. PHY 688: Numerical Methods for (Astro)Physics Computational Fluid Dynamics Hydrodynamics When we discussed PDEs, we focused so far on scalar PDEs Often we wish to study systems of PDEs. Here we'll look at the equations of hydrodynamics Nonlinear system

More information

Aerothermodynamics of high speed flows

Aerothermodynamics of high speed flows Aerothermodynamics of high speed flows AERO 0033 1 Lecture 4: Flow with discontinuities, oblique shocks Thierry Magin, Greg Dimitriadis, and Johan Boutet Thierry.Magin@vki.ac.be Aeronautics and Aerospace

More information

Steady waves in compressible flow

Steady waves in compressible flow Chapter Steady waves in compressible flow. Oblique shock waves Figure. shows an oblique shock wave produced when a supersonic flow is deflected by an angle. Figure.: Flow geometry near a plane oblique

More information

x a(x) H(U), , H(U) =

x a(x) H(U), , H(U) = EXACT RIEMANN SOLUTIONS TO COMPRESSIBLE EULER EQUATIONS IN DUCTS WITH DISCONTINUOUS CROSS SECTION EE HAN, MAREN HANTKE, AND GERALD WARNECKE Abstract. We determine completely the exact Riemann solutions

More information

Info. No lecture on Thursday in a week (March 17) PSet back tonight

Info. No lecture on Thursday in a week (March 17) PSet back tonight Lecture 0 8.086 Info No lecture on Thursday in a week (March 7) PSet back tonight Nonlinear transport & conservation laws What if transport becomes nonlinear? Remember: Nonlinear transport A first attempt

More information

Answers to Problem Set Number 04 for MIT (Spring 2008)

Answers to Problem Set Number 04 for MIT (Spring 2008) Answers to Problem Set Number 04 for 18.311 MIT (Spring 008) Rodolfo R. Rosales (MIT, Math. Dept., room -337, Cambridge, MA 0139). March 17, 008. Course TA: Timothy Nguyen, MIT, Dept. of Mathematics, Cambridge,

More information

FLUID MECHANICS 3 - LECTURE 4 ONE-DIMENSIONAL UNSTEADY GAS

FLUID MECHANICS 3 - LECTURE 4 ONE-DIMENSIONAL UNSTEADY GAS FLUID MECHANICS 3 - LECTURE 4 ONE-DIMENSIONAL UNSTEADY GAS Consider an unsteady 1-dimensional ideal gas flow. We assume that this flow is spatially continuous and thermally isolated, hence, it is isentropic.

More information

Radiative & Magnetohydrodynamic Shocks

Radiative & Magnetohydrodynamic Shocks Chapter 4 Radiative & Magnetohydrodynamic Shocks I have been dealing, so far, with non-radiative shocks. Since, as we have seen, a shock raises the density and temperature of the gas, it is quite likely,

More information

Aeroacoustic and Aerodynamics of Swirling Flows*

Aeroacoustic and Aerodynamics of Swirling Flows* Aeroacoustic and Aerodynamics of Swirling Flows* Hafiz M. Atassi University of Notre Dame * supported by ONR grant and OAIAC OVERVIEW OF PRESENTATION Disturbances in Swirling Flows Normal Mode Analysis

More information

AMath 574 February 11, 2011

AMath 574 February 11, 2011 AMath 574 February 11, 2011 Today: Entropy conditions and functions Lax-Wendroff theorem Wednesday February 23: Nonlinear systems Reading: Chapter 13 R.J. LeVeque, University of Washington AMath 574, February

More information

Rarefaction wave interaction for the unsteady transonic small disturbance equations

Rarefaction wave interaction for the unsteady transonic small disturbance equations Rarefaction wave interaction for the unsteady transonic small disturbance equations Jun Chen University of Houston Department of Mathematics 4800 Calhoun Road Houston, TX 77204, USA chenjun@math.uh.edu

More information

The one-dimensional equations for the fluid dynamics of a gas can be written in conservation form as follows:

The one-dimensional equations for the fluid dynamics of a gas can be written in conservation form as follows: Topic 7 Fluid Dynamics Lecture The Riemann Problem and Shock Tube Problem A simple one dimensional model of a gas was introduced by G.A. Sod, J. Computational Physics 7, 1 (1978), to test various algorithms

More information

Modeling Rarefaction and Shock waves

Modeling Rarefaction and Shock waves April 30, 2013 Inroduction Inroduction Rarefaction and shock waves are combinations of two wave fronts created from the initial disturbance of the medium. Inroduction Rarefaction and shock waves are combinations

More information

Multi-D MHD and B = 0

Multi-D MHD and B = 0 CapSel DivB - 01 Multi-D MHD and B = 0 keppens@rijnh.nl multi-d MHD and MHD wave anisotropies dimensionality > 1 non-trivial B = 0 constraint even if satisfied exactly t = 0: can numerically generate B

More information

International Engineering Research Journal

International Engineering Research Journal Special Edition PGCON-MECH-7 Development of high resolution methods for solving D Euler equation Ms.Dipti A. Bendale, Dr.Prof. Jayant H. Bhangale and Dr.Prof. Milind P. Ray ϯ Mechanical Department, SavitribaiPhule

More information

Notes #4a MAE 533, Fluid Mechanics

Notes #4a MAE 533, Fluid Mechanics Notes #4a MAE 533, Fluid Mechanics S. H. Lam lam@princeton.edu http://www.princeton.edu/ lam October 23, 1998 1 The One-dimensional Continuity Equation The one-dimensional steady flow continuity equation

More information

Numerical Solutions for Hyperbolic Systems of Conservation Laws: from Godunov Method to Adaptive Mesh Refinement

Numerical Solutions for Hyperbolic Systems of Conservation Laws: from Godunov Method to Adaptive Mesh Refinement Numerical Solutions for Hyperbolic Systems of Conservation Laws: from Godunov Method to Adaptive Mesh Refinement Romain Teyssier CEA Saclay Romain Teyssier 1 Outline - Euler equations, MHD, waves, hyperbolic

More information

To study the motion of a perfect gas, the conservation equations of continuity

To study the motion of a perfect gas, the conservation equations of continuity Chapter 1 Ideal Gas Flow The Navier-Stokes equations To study the motion of a perfect gas, the conservation equations of continuity ρ + (ρ v = 0, (1.1 momentum ρ D v Dt = p+ τ +ρ f m, (1.2 and energy ρ

More information

( ) A i,j. Appendices. A. Sensitivity of the Van Leer Fluxes The flux Jacobians of the inviscid flux vector in Eq.(3.2), and the Van Leer fluxes in

( ) A i,j. Appendices. A. Sensitivity of the Van Leer Fluxes The flux Jacobians of the inviscid flux vector in Eq.(3.2), and the Van Leer fluxes in Appendices A. Sensitivity of the Van Leer Fluxes The flux Jacobians of the inviscid flux vector in Eq.(3.2), and the Van Leer fluxes in Eq.(3.11), can be found in the literature [9,172,173] and are therefore

More information

Rayleigh processes in single-phase fluids

Rayleigh processes in single-phase fluids Rayleigh processes in single-phase fluids M. S. Cramer Citation: Physics of Fluids (1994-present) 18, 016101 (2006); doi: 10.1063/1.2166627 View online: http://dx.doi.org/10.1063/1.2166627 View Table of

More information

1.6: 16, 20, 24, 27, 28

1.6: 16, 20, 24, 27, 28 .6: 6, 2, 24, 27, 28 6) If A is positive definite, then A is positive definite. The proof of the above statement can easily be shown for the following 2 2 matrix, a b A = b c If that matrix is positive

More information

Lecture-2. One-dimensional Compressible Fluid Flow in Variable Area

Lecture-2. One-dimensional Compressible Fluid Flow in Variable Area Lecture-2 One-dimensional Compressible Fluid Flow in Variable Area Summary of Results(Cont..) In isoenergetic-isentropic flow, an increase in velocity always corresponds to a Mach number increase and vice

More information

A General Technique for Eliminating Spurious Oscillations in Conservative Schemes for Multiphase and Multispecies Euler Equations

A General Technique for Eliminating Spurious Oscillations in Conservative Schemes for Multiphase and Multispecies Euler Equations A General Technique for Eliminating Spurious Oscillations in Conservative Schemes for Multiphase and Multispecies Euler Equations Ronald P. Fedkiw Xu-Dong Liu Stanley Osher September, 2 Abstract Standard

More information

Chp 4: Non-linear Conservation Laws; the Scalar Case. By Prof. Dinshaw S. Balsara

Chp 4: Non-linear Conservation Laws; the Scalar Case. By Prof. Dinshaw S. Balsara Chp 4: Non-linear Conservation Laws; the Scalar Case By Prof. Dinshaw S. Balsara 1 4.1) Introduction We have seen that monotonicity preserving reconstruction and iemann solvers are essential building blocks

More information

Eigenmode Analysis of Boundary Conditions for the One-dimensional Preconditioned Euler Equations

Eigenmode Analysis of Boundary Conditions for the One-dimensional Preconditioned Euler Equations NASA/CR-1998-208741 ICASE Report No. 98-51 Eigenmode Analysis of Boundary Conditions for the One-dimensional Preconditioned Euler Equations David L. Darmofal Massachusetts Institute of Technology, Cambridge,

More information

Thermodynamic Variables and Relations

Thermodynamic Variables and Relations MME 231: Lecture 10 Thermodynamic Variables and Relations A. K. M. B. Rashid Professor, Department of MME BUET, Dhaka Today s Topics Thermodynamic relations derived from the Laws of Thermodynamics Definitions

More information

PHYS 643 Week 4: Compressible fluids Sound waves and shocks

PHYS 643 Week 4: Compressible fluids Sound waves and shocks PHYS 643 Week 4: Compressible fluids Sound waves and shocks Sound waves Compressions in a gas propagate as sound waves. The simplest case to consider is a gas at uniform density and at rest. Small perturbations

More information

Slip flow boundary conditions in discontinuous Galerkin discretizations of the Euler equations of gas dynamics

Slip flow boundary conditions in discontinuous Galerkin discretizations of the Euler equations of gas dynamics Slip flow boundary conditions in discontinuous Galerkin discretizations of the Euler equations of gas dynamics J.J.W. van der Vegt and H. van der Ven Nationaal Lucht- en Ruimtevaartlaboratorium National

More information

K. Ambika and R. Radha

K. Ambika and R. Radha Indian J. Pure Appl. Math., 473: 501-521, September 2016 c Indian National Science Academy DOI: 10.1007/s13226-016-0200-9 RIEMANN PROBLEM IN NON-IDEAL GAS DYNAMICS K. Ambika and R. Radha School of Mathematics

More information

Introduction to Aerodynamics. Dr. Guven Aerospace Engineer (P.hD)

Introduction to Aerodynamics. Dr. Guven Aerospace Engineer (P.hD) Introduction to Aerodynamics Dr. Guven Aerospace Engineer (P.hD) Aerodynamic Forces All aerodynamic forces are generated wither through pressure distribution or a shear stress distribution on a body. The

More information

AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS

AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS 1 / 43 AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS Treatment of Boundary Conditions These slides are partially based on the recommended textbook: Culbert

More information

Comparison of Approximate Riemann Solvers

Comparison of Approximate Riemann Solvers Comparison of Approximate Riemann Solvers Charlotte Kong May 0 Department of Mathematics University of Reading Supervisor: Dr P Sweby A dissertation submitted in partial fulfilment of the requirement for

More information

Hyperbolic Systems of Conservation Laws. I - Basic Concepts

Hyperbolic Systems of Conservation Laws. I - Basic Concepts Hyperbolic Systems of Conservation Laws I - Basic Concepts Alberto Bressan Mathematics Department, Penn State University Alberto Bressan (Penn State) Hyperbolic Systems of Conservation Laws 1 / 27 The

More information

Numerical Methods for Conservation Laws WPI, January 2006 C. Ringhofer C2 b 2

Numerical Methods for Conservation Laws WPI, January 2006 C. Ringhofer C2 b 2 Numerical Methods for Conservation Laws WPI, January 2006 C. Ringhofer ringhofer@asu.edu, C2 b 2 2 h2 x u http://math.la.asu.edu/ chris Last update: Jan 24, 2006 1 LITERATURE 1. Numerical Methods for Conservation

More information

Compressible Flow. Professor Ugur GUVEN Aerospace Engineer Spacecraft Propulsion Specialist

Compressible Flow. Professor Ugur GUVEN Aerospace Engineer Spacecraft Propulsion Specialist Compressible Flow Professor Ugur GUVEN Aerospace Engineer Spacecraft Propulsion Specialist What is Compressible Flow? Compressible Flow is a type of flow in which the density can not be treated as constant.

More information

Hervé Guillard, INRIA Projet Smash, B.P. 93, Sophia-Antipolis Cedex, France,

Hervé Guillard, INRIA Projet Smash, B.P. 93, Sophia-Antipolis Cedex, France, TRAVELING WAVE ANALYSIS OF TWO-PHASE DISSIPATIVE MODELS Hervé Guillard, INRIA Projet Smash, B.P. 93, 06902 Sophia-Antipolis Cedex, France, Herve.Guillard@sophia.inria.fr Joint work with : Mathieu Labois,

More information

Introduction to Fluid Mechanics. Chapter 13 Compressible Flow. Fox, Pritchard, & McDonald

Introduction to Fluid Mechanics. Chapter 13 Compressible Flow. Fox, Pritchard, & McDonald Introduction to Fluid Mechanics Chapter 13 Compressible Flow Main Topics Basic Equations for One-Dimensional Compressible Flow Isentropic Flow of an Ideal Gas Area Variation Flow in a Constant Area Duct

More information

To subsonic flow around the wing profile with shock waves in supersonic zones. Equation for stream function.

To subsonic flow around the wing profile with shock waves in supersonic zones. Equation for stream function. Global Journal of Pure and Applied Mathematics. ISSN 0973-1768 Volume 1, Number 4 (016), pp. 347-351 Research India Publications http://www.ripublication.com/gjpam.htm To subsonic flow around the wing

More information

Computational Astrophysics 7 Hydrodynamics with source terms

Computational Astrophysics 7 Hydrodynamics with source terms Computational Astrophysics 7 Hydrodynamics with source terms Oscar Agertz Outline - Optically thin radiative hydrodynamics - Relaxation towards the diffusion limit - Hydrodynamics with gravity source term

More information

The Hopf equation. The Hopf equation A toy model of fluid mechanics

The Hopf equation. The Hopf equation A toy model of fluid mechanics The Hopf equation A toy model of fluid mechanics 1. Main physical features Mathematical description of a continuous medium At the microscopic level, a fluid is a collection of interacting particles (Van

More information

Inverse Lax-Wendroff Procedure for Numerical Boundary Conditions of. Conservation Laws 1. Abstract

Inverse Lax-Wendroff Procedure for Numerical Boundary Conditions of. Conservation Laws 1. Abstract Inverse Lax-Wendroff Procedure for Numerical Boundary Conditions of Conservation Laws Sirui Tan and Chi-Wang Shu 3 Abstract We develop a high order finite difference numerical boundary condition for solving

More information

( ) - 4(x -3) ( ) 3 (2x -3) - (2x +12) ( x -1) 2 x -1) 2 (3x -1) - 2(x -1) Section 1: Algebra Review. Welcome to AP Calculus!

( ) - 4(x -3) ( ) 3 (2x -3) - (2x +12) ( x -1) 2 x -1) 2 (3x -1) - 2(x -1) Section 1: Algebra Review. Welcome to AP Calculus! Welcome to AP Calculus! Successful Calculus students must have a strong foundation in algebra and trigonometry. The following packet was designed to help you review your algebra skills in preparation for

More information

MAS. Modelling, Analysis and Simulation. Modelling, Analysis and Simulation. Building your own shock tube. J. Naber

MAS. Modelling, Analysis and Simulation. Modelling, Analysis and Simulation. Building your own shock tube. J. Naber C e n t r u m v o o r W i s k u n d e e n I n f o r m a t i c a MAS Modelling, Analysis and Simulation Modelling, Analysis and Simulation Building your own shock tube J. Naber REPORT MAS-E5 JANUARY 5 CWI

More information

Thin airfoil theory. Chapter Compressible potential flow The full potential equation

Thin airfoil theory. Chapter Compressible potential flow The full potential equation hapter 4 Thin airfoil theory 4. ompressible potential flow 4.. The full potential equation In compressible flow, both the lift and drag of a thin airfoil can be determined to a reasonable level of accuracy

More information

Journal of Computational Physics

Journal of Computational Physics Journal of Computational Physics 9 () 759 763 Contents lists available at ScienceDirect Journal of Computational Physics journal homepage: www.elsevier.com/locate/jcp Short Note A comment on the computation

More information

On a class of numerical schemes. for compressible flows

On a class of numerical schemes. for compressible flows On a class of numerical schemes for compressible flows R. Herbin, with T. Gallouët, J.-C. Latché L. Gastaldo, D. Grapsas, W. Kheriji, T.T. N Guyen, N. Therme, C. Zaza. Aix-Marseille Université I.R.S.N.

More information

Continuum Mechanics Lecture 5 Ideal fluids

Continuum Mechanics Lecture 5 Ideal fluids Continuum Mechanics Lecture 5 Ideal fluids Prof. http://www.itp.uzh.ch/~teyssier Outline - Helmholtz decomposition - Divergence and curl theorem - Kelvin s circulation theorem - The vorticity equation

More information

Compressible Duct Flow with Friction

Compressible Duct Flow with Friction Compressible Duct Flow with Friction We treat only the effect of friction, neglecting area change and heat transfer. The basic assumptions are 1. Steady one-dimensional adiabatic flow 2. Perfect gas with

More information

On the Cauchy Problems for Polymer Flooding with Gravitation

On the Cauchy Problems for Polymer Flooding with Gravitation On the Cauchy Problems for Polymer Flooding with Gravitation Wen Shen Mathematics Department, Penn State University. Email: wxs27@psu.edu November 5, 2015 Abstract We study two systems of conservation

More information

Integrodifferential Hyperbolic Equations and its Application for 2-D Rotational Fluid Flows

Integrodifferential Hyperbolic Equations and its Application for 2-D Rotational Fluid Flows Integrodifferential Hyperbolic Equations and its Application for 2-D Rotational Fluid Flows Alexander Chesnokov Lavrentyev Institute of Hydrodynamics Novosibirsk, Russia chesnokov@hydro.nsc.ru July 14,

More information

A Bound-Preserving Fourth Order Compact Finite Difference Scheme for Scalar Convection Diffusion Equations

A Bound-Preserving Fourth Order Compact Finite Difference Scheme for Scalar Convection Diffusion Equations A Bound-Preserving Fourth Order Compact Finite Difference Scheme for Scalar Convection Diffusion Equations Hao Li Math Dept, Purdue Univeristy Ocean University of China, December, 2017 Joint work with

More information

Differentiating Functions & Expressions - Edexcel Past Exam Questions

Differentiating Functions & Expressions - Edexcel Past Exam Questions - Edecel Past Eam Questions. (a) Differentiate with respect to (i) sin + sec, (ii) { + ln ()}. 5-0 + 9 Given that y =, ¹, ( -) 8 (b) show that = ( -). (6) June 05 Q. f() = e ln, > 0. (a) Differentiate

More information

HIGH SPEED GAS DYNAMICS HINCHEY

HIGH SPEED GAS DYNAMICS HINCHEY HIGH SPEED GAS DYNAMICS HINCHEY MACH WAVES Mach Number is the speed of something divided by the local speed of sound. When an infinitesimal disturbance moves at a steady speed, at each instant in time

More information

! " # $! % & '! , ) ( + - (. ) ( ) * + / 0 1 2 3 0 / 4 5 / 6 0 ; 8 7 < = 7 > 8 7 8 9 : Œ Š ž P P h ˆ Š ˆ Œ ˆ Š ˆ Ž Ž Ý Ü Ý Ü Ý Ž Ý ê ç è ± ¹ ¼ ¹ ä ± ¹ w ç ¹ è ¼ è Œ ¹ ± ¹ è ¹ è ä ç w ¹ ã ¼ ¹ ä ¹ ¼ ¹ ±

More information

Non-linear Wave Propagation and Non-Equilibrium Thermodynamics - Part 3

Non-linear Wave Propagation and Non-Equilibrium Thermodynamics - Part 3 Non-linear Wave Propagation and Non-Equilibrium Thermodynamics - Part 3 Tommaso Ruggeri Department of Mathematics and Research Center of Applied Mathematics University of Bologna January 21, 2017 ommaso

More information

= H(W)z x, hu hu 2 + gh 2 /2., H(W) = gh

= H(W)z x, hu hu 2 + gh 2 /2., H(W) = gh THE EXACT RIEMANN SOUTIONS TO SHAOW WATER EQUATIONS EE HAN AND GERAD WARNECKE Abstract. We determine completely the eact Riemann solutions for the shallow water equations with a bottom step including the

More information

2013/5/22. ( + ) ( ) = = momentum outflow rate. ( x) FPressure. 9.3 Nozzles. δ q= heat added into the fluid per unit mass

2013/5/22. ( + ) ( ) = = momentum outflow rate. ( x) FPressure. 9.3 Nozzles. δ q= heat added into the fluid per unit mass 9.3 Nozzles (b) omentum conservation : (i) Governing Equations Consider: nonadiabatic ternal (body) force ists variable flow area continuously varying flows δq f ternal force per unit volume +d δffdx dx

More information

Anomalous wave structure in magnetized materials described by non-convex equations of state

Anomalous wave structure in magnetized materials described by non-convex equations of state This is a preprint of: Anomalous wave structure in magnetized materials described by non-convex equations of state, Susana Serna, Antonio Marquina, Phys. Fluids, vol. 6, 6, 4. DOI: [.63/.48545] Anomalous

More information

The Center for Astrophysical Thermonuclear Flashes. FLASH Hydrodynamics

The Center for Astrophysical Thermonuclear Flashes. FLASH Hydrodynamics The Center for Astrophysical Thermonuclear Flashes FLASH Hydrodynamics Jonathan Dursi (CITA), Alan Calder (FLASH) B. Fryxell, T. Linde, A. Mignone, G. Wiers Many others! Mar 23, 2005 An Advanced Simulation

More information

CHAPTER 7 SEVERAL FORMS OF THE EQUATIONS OF MOTION

CHAPTER 7 SEVERAL FORMS OF THE EQUATIONS OF MOTION CHAPTER 7 SEVERAL FORMS OF THE EQUATIONS OF MOTION 7.1 THE NAVIER-STOKES EQUATIONS Under the assumption of a Newtonian stress-rate-of-strain constitutive equation and a linear, thermally conductive medium,

More information

1. For an ideal gas, internal energy is considered to be a function of only. YOUR ANSWER: Temperature

1. For an ideal gas, internal energy is considered to be a function of only. YOUR ANSWER: Temperature CHAPTER 11 1. For an ideal gas, internal energy is considered to be a function of only. YOUR ANSWER: Temperature 2.In Equation 11.7 the subscript p on the partial derivative refers to differentiation at

More information

MULTIGRID CALCULATIONS FOB. CASCADES. Antony Jameson and Feng Liu Princeton University, Princeton, NJ 08544

MULTIGRID CALCULATIONS FOB. CASCADES. Antony Jameson and Feng Liu Princeton University, Princeton, NJ 08544 MULTIGRID CALCULATIONS FOB. CASCADES Antony Jameson and Feng Liu Princeton University, Princeton, NJ 0544 1. Introduction Development of numerical methods for internal flows such as the flow in gas turbines

More information

AST242 LECTURE NOTES PART 2

AST242 LECTURE NOTES PART 2 AST242 LECTURE NOTES PART 2 Contents 1. Inviscid Barotropic flow 2 1.1. Enthalpy and the Bernoulli equation 2 1.2. Dimensional analysis for Bondi accretion 3 1.3. Bondi accretion 5 1.4. The transonic point

More information

AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS

AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS 1 / 59 AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS The Finite Volume Method These slides are partially based on the recommended textbook: Culbert B.

More information

Fluid Mechanics - Course 123 COMPRESSIBLE FLOW

Fluid Mechanics - Course 123 COMPRESSIBLE FLOW Fluid Mechanics - Course 123 COMPRESSIBLE FLOW Flow of compressible fluids in a p~pe involves not only change of pressure in the downstream direction but also a change of both density of the fluid and

More information

Non-linear Scalar Equations

Non-linear Scalar Equations Non-linear Scalar Equations Professor Dr. E F Toro Laboratory of Applied Mathematics University of Trento, Italy eleuterio.toro@unitn.it http://www.ing.unitn.it/toro August 24, 2014 1 / 44 Overview Here

More information

arxiv: v2 [math.ap] 1 Jul 2011

arxiv: v2 [math.ap] 1 Jul 2011 A Godunov-type method for the shallow water equations with discontinuous topography in the resonant regime arxiv:1105.3074v2 [math.ap] 1 Jul 2011 Abstract Philippe G. efloch 1 and Mai Duc Thanh 2 1 aboratoire

More information

1. (20 pts total 2pts each) - Circle the most correct answer for the following questions.

1. (20 pts total 2pts each) - Circle the most correct answer for the following questions. ME 50 Gas Dynamics Spring 009 Final Exam NME:. (0 pts total pts each) - Circle the most correct answer for the following questions. i. normal shock propagated into still air travels with a speed (a) equal

More information

Characteristics for IBVP. Notes: Notes: Periodic boundary conditions. Boundary conditions. Notes: In x t plane for the case u > 0: Solution:

Characteristics for IBVP. Notes: Notes: Periodic boundary conditions. Boundary conditions. Notes: In x t plane for the case u > 0: Solution: AMath 574 January 3, 20 Today: Boundary conditions Multi-dimensional Wednesday and Friday: More multi-dimensional Reading: Chapters 8, 9, 20 R.J. LeVeque, University of Washington AMath 574, January 3,

More information

Lecture 7 Detonation Waves

Lecture 7 Detonation Waves Lecture 7 etonation Waves p strong detonation weak detonation weak deflagration strong deflagration / 0 v =/ University of Illinois at Urbana- Champaign eflagrations produce heat Thermal di usivity th

More information

Journal of Computational Physics

Journal of Computational Physics Journal of Computational Physics 8 (9) 77 798 Contents lists available at ScienceDirect Journal of Computational Physics journal homepage: www.elsevier.com/locate/jcp A central Rankine Hugoniot solver

More information

Shock Reflection-Diffraction, Nonlinear Partial Differential Equations of Mixed Type, and Free Boundary Problems

Shock Reflection-Diffraction, Nonlinear Partial Differential Equations of Mixed Type, and Free Boundary Problems Chapter One Shock Reflection-Diffraction, Nonlinear Partial Differential Equations of Mixed Type, and Free Boundary Problems Shock waves are steep fronts that propagate in compressible fluids when convection

More information