Numerical Methods for Modern Traffic Flow Models. Alexander Kurganov

Size: px
Start display at page:

Download "Numerical Methods for Modern Traffic Flow Models. Alexander Kurganov"

Transcription

1 Numerical Methods for Modern Traffic Flow Models Alexander Kurganov Tulane University Mathematics Department kurganov joint work with Pierre Degond, Université Paul Sabatier, Toulouse Anthony Polizzi, University of Michigan, Ann Arbor

2 Traffic Flow Models with Arrhenius Look-Ahead Dynamics [M.J. Lighthill, G.B. Whitham; 955] proposed the simplest deterministic continuum traffic flow model: u t + f(u) x = 0, f(u) = uv (u), V (u) = V m ( u) u(x, t): a relative car density (0 u ) V m const: the maximum possible speed V (u): dimensionless velocity function that depends only on u

3 [A. Sopasakis, M.A. Katsoulakis; 006] extended the Lighthill- Whitham model to a more realistic one by taking into account interactions with other vehicles ahead ( look-ahead rule). The resulting scalar conservation law with a global flux is: u t + F (u) x = 0, F (u) = V m u( u) exp( J u), where the contribution of short range interactions to the flux is: J w(x) := x+γ x J(y x)w(y) dy γ const > 0: look-ahead distance J: interaction potential 3

4 The simplest interaction potential is the constant one: Then J(r) = { /γ, 0 < r < γ, 0, otherwise. J u(x) := γ x+γ x u(y) dy Introducing the anti-derivative, U := global flux equation as: x u(ξ, t) dξ, we rewrite the F (u, U) = V m u( u)exp u t + F (u, U) x = 0 U(x + γ) U(x) γ 4

5 Finite-Volume Schemes -D System: u t + f(u) x = 0 ū n j x C j u(x, t n ) dx : cell averages over C j := (x j, x j+ ) This solution is approximated by a piecewise linear (conservative, second-order accurate, non-oscillatory) reconstruction: ũ n (x) = ū n j + sn j (x x j) for x C j 5

6 x j x j x j+ x j+ For example, s n j = minmod ( θūn j ūn j x, ūn j+ ūn j θūn j+, ūn j x x ) θ [, ], where the minmod function is defined as: minmod(z, z,...) := min j {z j }, if z j > 0 j, max j {z j }, if z j < 0 j, 0, otherwise. 6

7 Godunov-type upwind schemes are designed by integrating u t + f(u) x = 0 over the space-time control volumes [x j, x j+ ] [t n, t n+ ] t n+ t n x j x j / x j x j+/ x j+ 7

8 t n+ t n x j x j / x j x j+/ x j+ ū n+ j = ū n j x t n+ t n [ f(u(x j+, t)) f(u(x j, t)) ] dt In order to evaluate the flux integrals on the RHS, one has to (approximately) solve the generalized Riemann problem. This may be hard or even impossible... 8

9 Nessyahu-Tadmor Scheme The Nessyahu-Tadmor [H. Nessyahu, E. Tadmor; 990] scheme is a central Godunov-type scheme. It is designed by integrating u t + f(u) x = 0 over the different set of staggered space-time control volumes [x j, x j+ ] [t n, t n+ ] containing the Riemann fans t n+ t n x j x j+/ x j+ 9

10 t n+ t n x j x j+/ x j+ ū n+ j+ = x x j+ x j ũ n (x) dx x t n+ t n [ f(u(x j+, t)) f(u(x j, t)) ] dt Due to the finite speed of propagation, this can be reduced to: ū n+ j+ = ūn j + ūn j+ + x 8 (sn j sn j+ ) t [ ] f(u n+ x j+ ) f(un+ j ) 0

11 Values of u at t = t n+ expansion: u n+ j are approximated using the Taylor ũ n (x j ) + t u t(x j, t n ) ũ n (x) = ū n j + sn j (x x j) = ũ n (x j ) = ū n j u t (x j, t n ) = f x (ū n j ) The space derivatives f x are computed using the (minmod) limiter: ( f x (ū n j ) = minmod θ f(ūn j ) f(ūn j ), f(ūn j+ ) f(ūn j ), x x θ f(ūn j+ ) f(ūn j ) ) x

12 Nessyahu-Tadmor Scheme for a Traffic Flow Model with Arrhenius Look-Ahead Dynamics ū n j x C j u(x, t n ) dx : cell averages over C j := (x j, x j+ ) This solution is approximated by a piecewise linear (conservative, second-order accurate, non-oscillatory) reconstruction: ũ n (x) = ū n j + sn j (x x j) for x C j For example, s n j = minmod ( θūn j ūn j x, ūn j+ ūn j θūn j+, ūn j x x ) θ [, ]

13 The Nessyahu-Tadmor (NT) scheme is designed by integrating u t + F (u, U) x = 0 over the space-time control volumes [x j, x j+ ] [t n, t n+ ]: ū n+ j+ = x x j+ x j ũ n (x) dx x t n+ t n [ F (u(x j+, t), U(x j+, t)) ] F (u(x j, t), U(x j, t)) dt ū n+ j+ Due to the finite speed of propagation, this can be reduced to: = ūj + ū j+ + x 8 (sn j sn j+ ) t [ F (u n+ x j+, U n+ j+ ) F (un+ j, U n+ j ) ] 3

14 u and U at t = t n+ are approximated using the Taylor expansion: u n+ j ũ n (x j ) + t u t(x j, t n ) U n+ j Ũ n (x j ) + t U t(x j, t n ) ũ n (x) = ū n j + sn j (x x j) = u n j := ũn (x j ) = ū n j By integrating ũ n from x min to x we obtain the piecewise quadratic approximation of the antiderivative U: x Ũ n (x) = ũ n (ξ) dξ = x x min j j i=0 = x ū n i + ūn j (x x j i=0 In particular, ū n i + x x j ũ n (ξ) dξ ) + sn j (x x j )(x x j+ ), x C j U n j := Ũ n (x j ) = x j i=0 ū n i + x ūn j ( x) 8 s n j 4

15 u n+ j ũ n (x j ) + t u t(x j, t n ) U n+ j Ũ n (x j ) + t U t(x j, t n ) u t (x j, t n ) = F x (u n j, U n j ) () The space derivative F x is computed using the (minmod) limiter: ( F x (u n j, U j n ) = minmod θ F (ūn j, U j n) F (ūn j, U j n ), x F (ū n j+, U j+ n ) F (ūn j, U j n ), θ F (ūn j+, U j+ n ) F (ūn j, U j n) x x ) Finally, we integrate equation () with respect to x to obtain: U t (x j, t n ) = F (u n j, U n j ) 5

16 Numerical Examples Example Red Light Traffic u(x, 0) = {, 4 < x < 6 0, otherwise This corresponds to a situation in which the traffic light is located at x = 6 and it is turned from red to green at t = 0. First, fix γ = 6

17 x=/5 x=/0 0.6 ORDER ORDER REFERENCE 0.6 ORDER ORDER REFERENCE x=/0 x=/40 x=/ x=/0 x=/40 x=/

18 Impact of the look-ahead dynamics: global vs. non-global fluxes GLOBAL FLUX NON GLOBAL FLUX

19 We finally demonstrate the dependence of the computed solution on the look-ahead distance γ: as γ decreases, the drivers can see less and the original traffic jam dissipates more slowly when γ is large, the effect of the global flux is small 0.6 γ=0. γ=0. γ=0.5 γ= 0.6 γ=0 γ=5 γ= γ=

20 Formal limits of the global flux as γ and γ 0 The global factor exp ( U(x+γ) U(x) ) γ as γ assuming the total number of cars on the freeway is bounded. Therefore, F (u, U) f(u) = V m u( u) as γ that is, the global model reduces to the original, non-global one. ( U(x + γ) U(x) γ ) U x (x) = u(x) as γ 0. Therefore, F (u, U) f(u)e u = V m u( u)e u as γ 0 e u : slow down factor in the limiting low visibility case. 0

21 Example Traffic Jam on a Busy Freeway u(x, 0) = {, 6 < x < , otherwise Dispersive effect is much more prominent here since the waves are moving in the direction opposite to the vehicles velocity.

22 Even in the case of a large γ = 0, the global and non-global flux solutions are significantly different: t=0 t=6 t=3 t= t=0 t=6 t=3 t=

23 For a smaller γ = 5, the dispersive waves are getting together by time t = 0: t=0 t=6 t=3 t= For γ = 3, the larger waves catch the smaller ones much faster now and a dispersive wave package is formed at about t = 3: t=0 t=6 t=3 t=

24 When γ =, a dispersive wave package develops right away and is later transformed into one wave: t=0 t=6 t=3 t= When γ = 0.5, the dispersive effect can be observed at small times only: t=0 t=6 t=3 t=

25 For even smaller γ = 0., no dispersive effect can be observed: t=0 t=6 t=3 t= A certain smoothing effect can be observed though the solution seems to contain a sub-shock at the left edge of the wave: x=/00 x=/

26 Large and intermediate values of γ = dispersive effect Small values of γ = smoothing effect starts dominating The nature of these phenomena can be heuristically explained by expanding U(x + γ) in u t +F (u, U) x = 0, F (u, U) = V m u( u)exp ( U(x + γ) U(x) γ into the Taylor series about x: u t + [ ( V m (u u )e TS] x = 0, TS := u + γ ) u x + γ 6 u xx +... u t + V m ( 3u + u )e TS u x = V m (u u )e TS ( γ u xx + γ 6 u xxx +... Our conjecture: for small γ initially smooth solutions may remain smooth for all t. However, the viscosity coefficient in this case is small so that smooth solutions may develop sharp gradients. 6 ) )

27 Example 3 Numerical Breakdown Study To check our conjecture, we consider the smooth initial data: u(x, 0) = e (x 7) x=/800 γ= 5 γ=0. γ= 6 x=/600 x=/

28 For small γ = 0., the solution does not seem to break down at any stage of its evolution: t=0 t=4 t=8 t= For large γ = 0, the solution of the global model clearly breaks down in finite time like the solution of the non-global model: 8 6 γ=0 NON GLOBAL FLUX

29 Linear Interaction Potential A more realistic interaction potential is a linear one: J(r) = ( ) { r r, 0 < r < γ ϕ, ϕ(r) = γ 0, otherwise that is, In this case, J u(x, t) = x J(r) = ( ) γ r γ, 0 < r < γ 0, otherwise J(y x)u(y, t) dy = γ or after the integration by parts, J u(x, t) = γ γ x+γ x x+γ x ( y x γ U(y, t) dy U(x, t) ) u(y, t) dy. 9

30 It is easy to show that J u(x, t) u(x, t) as γ 0 This suggests that for small γ, the modified model is not expected to be much different from the original one. Indeed, when the visibility is very bad, all vehicles located within the interval (x, x + γ] are expected to have almost the same influence on the driver of the car located at x. However, when γ is not too small, the use of the linear interaction potential is motivated by the fact that the vehicles located further away from x (but still visible to the driver there) typically have smaller influence on the driver s behavior then the vehicles that are nearby. 30

31 Formula J u(x, t) = γ γ x+γ x U(y, t) dy U(x, t) can be rewritten as J u(x, t) = γ [ U(x + γ, t) U(x, t) γ U(x, t) ] where U denotes the antiderivative of U: U(x, t) := x U(ξ, t) dξ 3

32 The modified model is: F (u, U, U) = V m u( u) exp γ u t + F (u, U, U) x = 0 ( [ U(x + γ, t) U(x, t) γ U(x, t) ]) Compare with u t + F (u, U) x = 0 F (u, U) = V m u( u) exp ( U(x + γ) U(x) γ ) 3

33 Nessyahu-Tadmor Scheme for a Traffic Flow Model with Linear Interaction Potential u t + F (u, U, U) x = 0 ū n+ j+ = ūj + ū j+ + x 8 (sn j sn j+ ) λ F (u, U, U) F (u, U, U) (xj+, t n+ ) (xj, t n+ ) Therefore, to complete the description of the NT scheme we need to provide a recipe for the calculation of the intermediate point values {U(x j, t n+ )}. 33

34 From the Taylor expansion U(x j, t n+ ) U(x j, t n ) + t U t(x j, t n ) The approximate values of {U(x j, t n )} can be obtained by integrating the piecewise quadratic function j Ũ n = x ū n i + ūn j (x x j i=0 ) + sn j (x x j )(x x j+ ), x C j which results in a piecewise cubic approximation of U(x, t n ): Ũ n (x) = x x min j Ũ n (ξ) dξ = x wi n + wn j (x x j ) i=0 +ūn j (x x j )(x x j+ ) + sn j 6 (x x j )(x x j )(x x j+ ), x C j 34

35 Finally, integrating equation we obtain U t (x j, t n ) = F (u n j, U n j ) x U t (x j, t n ) = F (u(ξ, t n ), U(ξ, t n ), U(ξ, t n )) dξ x min which can be calculated by exact integration of the piecewise linear approximation of F. 35

36 Back to Example Traffic Jam on a Busy Freeway u(x, 0) = {, 6 < x < , otherwise 36

37 γ = 0 Constant interaction potential t=0 t=6 t=3 t= t=0 t=6 t=3 t= Linear interaction potential 37

38 γ = 5 Constant interaction potential t=0 t=6 t=3 t= t=0 t=6 t=3 t= Linear interaction potential 38

39 γ = 3 Constant interaction potential t=0 t=6 t=3 t= t=0 t=6 t=3 t= Linear interaction potential 39

40 γ = Constant interaction potential t=0 t=6 t=3 t= t=0 t=6 t=3 t= Linear interaction potential 40

41 γ = 0.5 Constant interaction potential t=0 t=6 t=3 t= t=0 t=6 t=3 t= Linear interaction potential 4

42 γ = 0. Constant interaction potential t=0 t=6 t=3 t= t=0 t=6 t=3 t= Linear interaction potential 4

43 Models of Formation and Evolution of Traffic Jams [H.J. Payne; 97,979] first second-order fluid dynamics models of traffic flow were proposed [C. Daganzo; 995] These models admit absurd results: negative car density backward car movement since cars in traffic have properties usual fluids do not have [A. Aw, M. Rascle; 000, 00] A new second-order model was derived from the microscopic Follow-the-Leader model 43

44 Aw-Rascle Model { ρt + (ρu) x = 0 (ρw) t + (ρwu) x = 0, w = u + p(ρ) ρ(x, t): a relative car density (0 ρ ) u > 0: dimensionless velocity w: drivers preferred velocity p(ρ): velocity offset (0 p(ρ) ) Example ([A. Aw, M. Rascle; 000, 00]) p(ρ) = ρ γ Not the best choice since the region [0, ρ ] [0, u ] is not invariant 44

45 { ρt + (ρu) x = 0 (ρw) t + (ρwu) x = 0, w = u + p(ρ) { t ρ + x (ρu) = 0 ( t + u x )(u + p(ρ)) = 0 ρ t + (ρu) x = 0 u t + ( u ) x = ρp (ρ)u x Compare with the pressureless gas dynamics (PGD) system: ρ t + (ρu) x = 0 u t + ( u )x = 0 ρ t + (ρu) x = 0 (ρu) t + (ρu ) x = 0 45

46 Example [F. Berthelin, P. Degond, M. Delitala, M. Rascle; 008] p(ρ) = ( ρ ρ ) γ for ρ ρ, γ > 0 ρ : maximal density Notice that p(ρ) as ρ ρ For the modified Aw-Rascle model the region [0, ρ ] [0, u ] is invariant 46

47 Modeling Traffic Jams [F. Berthelin, P. Degond, M. Delitala, M. Rascle; 008] t ρ ε + x (ρ ε u ε ) = 0 ( t + u ε x )(u ε + εp(ρ ε )) = 0, p(ρ ε ) = ( ρ ε ρ ) γ p 0 ρ ρ! No velocity offset unless ρ ρ! This is a very stiff problem for small ε 47

48 ε 0 For a nonsingular p(ρ) (e.g., p(ρ) = ρ γ ), { t ρ ε + x (ρ ε u ε ) = 0 ( t + u ε x )(u ε + εp(ρ ε )) = 0 εp(ρ ε ) 0 and ρ t + (ρu) x = 0 u t + ( u )x = 0 (P GD) For p(ρ) = ( ρ ρ ) γ, εp(ρ ε ) p(x, t) 0! p(x, t) may become positive and finite The formal limit of the Rescaled Modified Aw-Rascle Model is the Constrained PGD system: { t ρ ε + x (ρ ε u ε ) = 0 ( t + u ε x )(u ε + εp(ρ ε )) = 0 t ρ + x (ρu) = 0 ( t + u x )(u + p) = 0 0 ρ ρ, p 0, (ρ ρ) p = 0 48

49 Constrained PGD System t ρ + x (ρu) = 0 ( t + u x )(u + p) = 0 0 ρ ρ, p 0, (ρ ρ) p = 0! This system is still ill posed since the velocity offset p is undefined inside the clusters, that is, in the regions ρ = ρ! Rigorous passage to the ε 0 limit shows that u x = 0 inside the clusters When two cluster collide, they form a new cluster moving with the velocity of the cluster on the right. 49

50 Numerical Methods for the Constrained PGD System Method : Finite-Volume Upwind Scheme The idea: at each time step solve the PGD system and correct the velocities at the edges of clusters Assume that at some time level t the computed solution {ρ j (t), u j (t)} is available. Then it is evolved to t + t: { ρj (t) u j (t) } { ρ n (, t) ũ n (, t) } H ρ j+ (t) H u j+ (t) { ρj (t + t) u j (t + t) } d dt ( ρj (t) u j (t) ) H j+ (t) H = j (t), H x j+ (t) := H ρ j+ (t) H u j+ (t) 50

51 To incorporate the constraint, a special treatment of clusters is proposed. First, clusters are marked using I j ρ ρ x I j

52 Piecewise Linear Reconstruction ρ(t) = ρ j (t) + (ρ x ) j (x x j ) ũ(t) = u j (t) + (u x ) j (x x j ) for x C j Since the eigenvalues of the PGD are equal to u, they are nonnegative and thus we only need to compute the left-sided point values at each cell interface: ρ j+ (t) := ρ j (t) + x (ρ x) j u j+ (t) := u j (t) + x (u x) j Velocity Correction behind the Cluster: If I j (t) = 0 and I j+ (t) = and ρ j+ (t)u j+ (t) > ρ j+ 3 (t)u j+ (t) 3 then correct the velocity u j+ (t) := ρ j+ 3 (t)u j+ (t) 3 ρ j+ (t) 5

53 CFL Condition H ρ d dt ρ j+ j(t) = (t) H ρ j (t) x, H ρ j+ (t) = ρ j+ (t)u j+ (t) For the Forward Euler method, ( ρ n+ j = ρ n j λ ρ j+ u j+ provided either ρ j u j ) ρ ρ j+ u j+ ρ j u j 0 or λ ρ ρ n j ρ j u j ρ j+ u j+ Question: Will the time steps be too small? 53

54 Cluster Velocity Correction After the evolution step, the new solution {ρ j (t+ t), u j (t+ t)} and cluster markers {I j (t + t)} are available Assume that I j q = 0, I j q+ =... = I j =, I j+ = 0. Then If u j (t + t) > u j+ (t + t) and ρ j+ (t + t) > 0 set u j (t + t) := u j+ (t + t) If u j (t + t) > u j+ (t + t) and ρ j+ (t + t) = 0 set u j (t + t) := w w: preferred velocity 54

55 Example Riemann Initial Data t=0 t=0. t= Density 0.6 t=0 0.6 t= t= Velocity 55

56 Example Random Initial Velocity Initial density (left) and velocity (right) 56

57 Density at times t = 5, 50, 75, and 00 57

58 Method : Finite-Volume Cluster Propagation The approximate solution at t = t n is represented as a piecewise constant function, interpreted as a set of clusters of density ρ n j moving with the velocities u n j (CFL condition: λ max u n j ) j ρ ρ ρ ρ x 58 x

59 The evolved clusters are then projected onto the original grid ρ ρ ρ ρ x x 59

60 We have obtained the scheme for the PGD. Example PGD, Riemann Initial Data (same as in Example ) t=0 t=0. t= Density t= t= t= Velocity 60

61 Backward Mass Transfer ρ ρ ρ ρ x x 6

62 Example Riemann Initial Data t=0 t=0. t= Density t= t= t= Velocity 6

63 Example Random Initial Velocity Initial density (left) and velocity (right) 63

64 Density at times t = 70, 40, 0, and 80 64

65 Future Plans Second-order extension of the Finite-Volume Cluster Propagation method Extension to the case ρ = ρ (u) -D extension to the models of crowd dynamics 65

Non-Oscillatory Central Schemes for a Traffic Flow Model with Arrhenius Look-Ahead Dynamics

Non-Oscillatory Central Schemes for a Traffic Flow Model with Arrhenius Look-Ahead Dynamics Non-Oscillatory Central Schemes for a Traffic Flow Model with Arrhenius Look-Ahead Dynamics Alexander Kurganov and Anthony Polizzi Abstract We develop non-oscillatory central schemes for a traffic flow

More information

A New Fourth-Order Non-Oscillatory Central Scheme For Hyperbolic Conservation Laws

A New Fourth-Order Non-Oscillatory Central Scheme For Hyperbolic Conservation Laws A New Fourth-Order Non-Oscillatory Central Scheme For Hyperbolic Conservation Laws A. A. I. Peer a,, A. Gopaul a, M. Z. Dauhoo a, M. Bhuruth a, a Department of Mathematics, University of Mauritius, Reduit,

More information

Finite Volume Schemes: an introduction

Finite Volume Schemes: an introduction Finite Volume Schemes: an introduction First lecture Annamaria Mazzia Dipartimento di Metodi e Modelli Matematici per le Scienze Applicate Università di Padova mazzia@dmsa.unipd.it Scuola di dottorato

More information

Well-Balanced Schemes for the Euler Equations with Gravity

Well-Balanced Schemes for the Euler Equations with Gravity Well-Balanced Schemes for the Euler Equations with Gravity Alina Chertock North Carolina State University chertock@math.ncsu.edu joint work with S. Cui, A. Kurganov, S.N. Özcan and E. Tadmor supported

More information

Traffic Flow Problems

Traffic Flow Problems Traffic Flow Problems Nicodemus Banagaaya Supervisor : Dr. J.H.M. ten Thije Boonkkamp October 15, 2009 Outline Introduction Mathematical model derivation Godunov Scheme for the Greenberg Traffic model.

More information

Continuum Modelling of Traffic Flow

Continuum Modelling of Traffic Flow Continuum Modelling of Traffic Flow Christopher Lustri June 16, 2010 1 Introduction We wish to consider the problem of modelling flow of vehicles within a traffic network. In the past, stochastic traffic

More information

Application of the Kurganov Levy semi-discrete numerical scheme to hyperbolic problems with nonlinear source terms

Application of the Kurganov Levy semi-discrete numerical scheme to hyperbolic problems with nonlinear source terms Future Generation Computer Systems () 65 7 Application of the Kurganov Levy semi-discrete numerical scheme to hyperbolic problems with nonlinear source terms R. Naidoo a,b, S. Baboolal b, a Department

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

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

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

Finite volumes for complex applications In this paper, we study finite-volume methods for balance laws. In particular, we focus on Godunov-type centra

Finite volumes for complex applications In this paper, we study finite-volume methods for balance laws. In particular, we focus on Godunov-type centra Semi-discrete central schemes for balance laws. Application to the Broadwell model. Alexander Kurganov * *Department of Mathematics, Tulane University, 683 St. Charles Ave., New Orleans, LA 708, USA kurganov@math.tulane.edu

More information

Data-Fitted Generic Second Order Macroscopic Traffic Flow Models. A Dissertation Submitted to the Temple University Graduate Board

Data-Fitted Generic Second Order Macroscopic Traffic Flow Models. A Dissertation Submitted to the Temple University Graduate Board Data-Fitted Generic Second Order Macroscopic Traffic Flow Models A Dissertation Submitted to the Temple University Graduate Board in Partial Fulfillment of the Requirements for the Degree of DOCTOR OF

More information

An Accurate Deterministic Projection Method for Hyperbolic Systems with Stiff Source Term

An Accurate Deterministic Projection Method for Hyperbolic Systems with Stiff Source Term An Accurate Deterministic Projection Method for Hyperbolic Systems with Stiff Source Term Alexander Kurganov Department of Mathematics, Tulane University, 683 Saint Charles Avenue, New Orleans, LA 78,

More information

CENTRAL DISCONTINUOUS GALERKIN METHODS ON OVERLAPPING CELLS WITH A NON-OSCILLATORY HIERARCHICAL RECONSTRUCTION

CENTRAL DISCONTINUOUS GALERKIN METHODS ON OVERLAPPING CELLS WITH A NON-OSCILLATORY HIERARCHICAL RECONSTRUCTION CENTRAL DISCONTINUOUS GALERKIN METHODS ON OVERLAPPING CELLS WITH A NON-OSCILLATORY HIERARCHICAL RECONSTRUCTION YINGJIE LIU, CHI-WANG SHU, EITAN TADMOR, AND MENGPING ZHANG Abstract. The central scheme of

More information

Eindhoven University of Technology MASTER. Relaxation scheme for macroscopic traffic flow models. Ankamah, J.D. Award date: 2012

Eindhoven University of Technology MASTER. Relaxation scheme for macroscopic traffic flow models. Ankamah, J.D. Award date: 2012 Eindhoven University of Technology MASTER Relaxation scheme for macroscopic traffic flow models Ankamah, J.D. Award date: 2012 Disclaimer This document contains a student thesis (bachelor's or master's),

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

c 2001 Society for Industrial and Applied Mathematics

c 2001 Society for Industrial and Applied Mathematics SIAM J. SCI. COMPUT. Vol. 3, No. 3, pp. 707 740 c 001 Society for Industrial and Applied Mathematics SEMIDISCRETE CENTRAL-UPWIND SCHEMES FOR HYPERBOLIC CONSERVATION LAWS AND HAMILTON JACOBI EQUATIONS ALEXANDER

More information

YINGJIE LIU, CHI-WANG SHU, EITAN TADMOR, AND MENGPING ZHANG

YINGJIE LIU, CHI-WANG SHU, EITAN TADMOR, AND MENGPING ZHANG CENTRAL DISCONTINUOUS GALERKIN METHODS ON OVERLAPPING CELLS WITH A NON-OSCILLATORY HIERARCHICAL RECONSTRUCTION YINGJIE LIU, CHI-WANG SHU, EITAN TADMOR, AND MENGPING ZHANG Abstract. The central scheme of

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

The LWR model on a network

The LWR model on a network Mathematical Models of Traffic Flow (October 28 November 1, 2007) Mauro Garavello Benedetto Piccoli DiSTA I.A.C. Università del Piemonte Orientale C.N.R. Via Bellini, 25/G Viale del Policlinico, 137 15100

More information

Two-dimensional macroscopic models for traffic flow on highways

Two-dimensional macroscopic models for traffic flow on highways Two-dimensional macroscopic models for traffic flow on highways Giuseppe Visconti Institut für Geometrie und Praktische Mathematik RWTH Aachen University (Germany) XVII Italian Meeting on Hyperbolic Equations

More information

Conservation laws and some applications to traffic flows

Conservation laws and some applications to traffic flows Conservation laws and some applications to traffic flows Khai T. Nguyen Department of Mathematics, Penn State University ktn2@psu.edu 46th Annual John H. Barrett Memorial Lectures May 16 18, 2016 Khai

More information

1. Introduction. We consider the Euler equations of pressureless gas dynamics:

1. Introduction. We consider the Euler equations of pressureless gas dynamics: SIAM J. NUMER. ANAL. Vol. 5 No. 6 pp. 8 c 7 Society for Industrial and Applied Mathematics A NEW STICKY PARTICLE METHOD FOR PRESSURELESS GAS DYNAMICS ALINA CHERTOCK ALEXANDER KURGANOV AND YURII RYKOV Abstract.

More information

Order of Convergence of Second Order Schemes Based on the Minmod Limiter

Order of Convergence of Second Order Schemes Based on the Minmod Limiter Order of Convergence of Second Order Schemes Based on the Minmod Limiter Boan Popov and Ognian Trifonov July 5, 005 Abstract Many second order accurate non-oscillatory schemes are based on the Minmod limiter,

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

Numerical Simulation of Traffic Flow via Fluid Dynamics Approach

Numerical Simulation of Traffic Flow via Fluid Dynamics Approach International Journal of Computing and Optimization Vol. 3, 2016, no. 1, 93-104 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ijco.2016.6613 Numerical Simulation of Traffic Flow via Fluid Dynamics

More information

On the Reduction of Numerical Dissipation in Central-Upwind Schemes

On the Reduction of Numerical Dissipation in Central-Upwind Schemes COMMUNICATIONS IN COMPUTATIONAL PHYSICS Vol., No., pp. 4-63 Commun. Comput. Phys. February 7 On the Reduction of Numerical Dissipation in Central-Upwind Schemes Alexander Kurganov, and Chi-Tien Lin Department

More information

Alexei F. Cheviakov. University of Saskatchewan, Saskatoon, Canada. INPL seminar June 09, 2011

Alexei F. Cheviakov. University of Saskatchewan, Saskatoon, Canada. INPL seminar June 09, 2011 Direct Method of Construction of Conservation Laws for Nonlinear Differential Equations, its Relation with Noether s Theorem, Applications, and Symbolic Software Alexei F. Cheviakov University of Saskatchewan,

More information

The Aw-Rascle traffic flow model with phase transitions

The Aw-Rascle traffic flow model with phase transitions The traffic flow model with phase transitions Paola Goatin Laboratoire d Analyse Non linéaire Appliquée et Modélisation I.S.I.T.V., Université du Sud Toulon - Var B.P. 56, 83162 La Valette du Var Cedex,

More information

Hamiltonian partial differential equations and Painlevé transcendents

Hamiltonian partial differential equations and Painlevé transcendents The 6th TIMS-OCAMI-WASEDA Joint International Workshop on Integrable Systems and Mathematical Physics March 22-26, 2014 Hamiltonian partial differential equations and Painlevé transcendents Boris DUBROVIN

More information

Two-way multi-lane traffic model for pedestrians in corridors

Two-way multi-lane traffic model for pedestrians in corridors Two-way multi-lane traffic model for pedestrians in corridors Cécile Appert-Rolland, Pierre Degond and Sébastien Motsch September 15, 2011 Cécile Appert-Rolland 1-University Paris-Sud; Laboratory of Theoretical

More information

Modeling and Numerical Approximation of Traffic Flow Problems

Modeling and Numerical Approximation of Traffic Flow Problems Modeling and Numerical Approximation of Traffic Flow Problems Prof. Dr. Ansgar Jüngel Universität Mainz Lecture Notes (preliminary version) Winter Contents Introduction Mathematical theory for scalar conservation

More information

y =ρw, w=v+p(ρ). (1.2)

y =ρw, w=v+p(ρ). (1.2) TRANSPORT-EQUILIBRIUM SCHEMES FOR COMPUTING CONTACT DISCONTINUITIES IN TRAFFIC FLOW MODELING CHRISTOPHE CHALONS AND PAOLA GOATIN Abstract. We present a very efficient numerical strategy for computing contact

More information

Coupling conditions for transport problems on networks governed by conservation laws

Coupling conditions for transport problems on networks governed by conservation laws Coupling conditions for transport problems on networks governed by conservation laws Michael Herty IPAM, LA, April 2009 (RWTH 2009) Transport Eq s on Networks 1 / 41 Outline of the Talk Scope: Boundary

More information

NONLOCAL DIFFUSION EQUATIONS

NONLOCAL DIFFUSION EQUATIONS NONLOCAL DIFFUSION EQUATIONS JULIO D. ROSSI (ALICANTE, SPAIN AND BUENOS AIRES, ARGENTINA) jrossi@dm.uba.ar http://mate.dm.uba.ar/ jrossi 2011 Non-local diffusion. The function J. Let J : R N R, nonnegative,

More information

Numerical Solution of a Fluid Dynamic Traffic Flow Model Associated with a Constant Rate Inflow

Numerical Solution of a Fluid Dynamic Traffic Flow Model Associated with a Constant Rate Inflow American Journal of Computational and Applied Mathematics 2015, 5(1): 18-26 DOI: 10.5923/j.ajcam.20150501.04 Numerical Solution of a Fluid Dynamic Traffic Flow Model Associated with a Constant Rate Inflow

More information

Numerical simulation of some macroscopic mathematical models of traffic flow. Comparative study

Numerical simulation of some macroscopic mathematical models of traffic flow. Comparative study Numerical simulation of some macroscopic mathematical models of traffic flow. Comparative study A. Lakhouili 1, El. Essoufi 1, H. Medromi 2, M. Mansouri 1 1 Hassan 1 st University, FST Settat, Morocco

More information

Solution of Two-Dimensional Riemann Problems for Gas Dynamics without Riemann Problem Solvers

Solution of Two-Dimensional Riemann Problems for Gas Dynamics without Riemann Problem Solvers Solution of Two-Dimensional Riemann Problems for Gas Dynamics without Riemann Problem Solvers Alexander Kurganov, 1, * Eitan Tadmor 2 1 Department of Mathematics, University of Michigan, Ann Arbor, Michigan

More information

Applications of the compensated compactness method on hyperbolic conservation systems

Applications of the compensated compactness method on hyperbolic conservation systems Applications of the compensated compactness method on hyperbolic conservation systems Yunguang Lu Department of Mathematics National University of Colombia e-mail:ylu@unal.edu.co ALAMMI 2009 In this talk,

More information

Finite-Volume-Particle Methods for Models of Transport of Pollutant in Shallow Water

Finite-Volume-Particle Methods for Models of Transport of Pollutant in Shallow Water Journal of Scientific Computing ( 006) DOI: 0.007/s095-005-9060-x Finite-Volume-Particle Methods for Models of Transport of Pollutant in Shallow Water Alina Chertock, Alexander Kurganov, and Guergana Petrova

More information

Critical Thresholds in a Relaxation Model for Traffic Flows

Critical Thresholds in a Relaxation Model for Traffic Flows Critical Thresholds in a Relaxation Model for Traffic Flows Tong Li Department of Mathematics University of Iowa Iowa City, IA 52242 tli@math.uiowa.edu and Hailiang Liu Department of Mathematics Iowa State

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

A Fourth-Order Central Runge-Kutta Scheme for Hyperbolic Conservation Laws

A Fourth-Order Central Runge-Kutta Scheme for Hyperbolic Conservation Laws A Fourth-Order Central Runge-Kutta Scheme for Hyperbolic Conservation Laws Mehdi Dehghan, Rooholah Jazlanian Department of Applied Mathematics, Faculty of Mathematics and Computer Science, Amirkabir University

More information

SIMULATION OF A FLOW THROUGH A RIGID POROUS MEDIUM SUBJECTED TO A CONSTRAINT

SIMULATION OF A FLOW THROUGH A RIGID POROUS MEDIUM SUBJECTED TO A CONSTRAINT SIMULATION O A LOW THROUGH A RIGID POROUS MEDIUM SUBJECTED TO A CONSTRAINT R. M. Saldanha da Gama a, J. J. Pedrosa ilho a, and M. L. Martins-Costa b a Universidade do Estado do Rio de Janeiro Departamento

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

PDEs, part 3: Hyperbolic PDEs

PDEs, part 3: Hyperbolic PDEs PDEs, part 3: Hyperbolic PDEs Anna-Karin Tornberg Mathematical Models, Analysis and Simulation Fall semester, 2011 Hyperbolic equations (Sections 6.4 and 6.5 of Strang). Consider the model problem (the

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

Burgers equation - a first look at fluid mechanics and non-linear partial differential equations

Burgers equation - a first look at fluid mechanics and non-linear partial differential equations Burgers equation - a first look at fluid mechanics and non-linear partial differential equations In this assignment you will solve Burgers equation, which is useo model for example gas dynamics anraffic

More information

ENO and WENO schemes. Further topics and time Integration

ENO and WENO schemes. Further topics and time Integration ENO and WENO schemes. Further topics and time Integration Tefa Kaisara CASA Seminar 29 November, 2006 Outline 1 Short review ENO/WENO 2 Further topics Subcell resolution Other building blocks 3 Time Integration

More information

Équation de Burgers avec particule ponctuelle

Équation de Burgers avec particule ponctuelle Équation de Burgers avec particule ponctuelle Nicolas Seguin Laboratoire J.-L. Lions, UPMC Paris 6, France 7 juin 2010 En collaboration avec B. Andreianov, F. Lagoutière et T. Takahashi Nicolas Seguin

More information

Quasi-neutral limit for Euler-Poisson system in the presence of plasma sheaths

Quasi-neutral limit for Euler-Poisson system in the presence of plasma sheaths in the presence of plasma sheaths Department of Mathematical Sciences Ulsan National Institute of Science and Technology (UNIST) joint work with Masahiro Suzuki (Nagoya) and Chang-Yeol Jung (Ulsan) The

More information

Well-balanced central finite volume methods for the Ripa system

Well-balanced central finite volume methods for the Ripa system Well-balanced central finite volume methods for the Ripa system R. Touma a C. Klingenberg b a Lebanese American University, Beirut, Lebanon b Würzburg University, Würzburg, Germany This paper is dedicated

More information

M. HERTY, CH. JÖRRES, AND B. PICCOLI

M. HERTY, CH. JÖRRES, AND B. PICCOLI EXISTENCE OF SOLUTION TO SUPPLY CHAIN MODELS BASED ON PARTIAL DIFFERENTIAL EQUATION WITH DISCONTINUOUS FLUX FUNCTION M. HERTY, CH. JÖRRES, AND B. PICCOLI Abstract. We consider a recently [2] proposed model

More information

Notes: Outline. Diffusive flux. Notes: Notes: Advection-diffusion

Notes: Outline. Diffusive flux. Notes: Notes: Advection-diffusion Outline This lecture Diffusion and advection-diffusion Riemann problem for advection Diagonalization of hyperbolic system, reduction to advection equations Characteristics and Riemann problem for acoustics

More information

Constrained Transport Method for the Finite Volume Evolution Galerkin Schemes with Application in Astrophysics

Constrained Transport Method for the Finite Volume Evolution Galerkin Schemes with Application in Astrophysics Project work at the Department of Mathematics, TUHH Constrained Transport Method for the Finite Volume Evolution Galerkin Schemes with Application in Astrophysics Katja Baumbach April 4, 005 Supervisor:

More information

From a Mesoscopic to a Macroscopic Description of Fluid-Particle Interaction

From a Mesoscopic to a Macroscopic Description of Fluid-Particle Interaction From a Mesoscopic to a Macroscopic Description of Fluid-Particle Interaction Carnegie Mellon University Center for Nonlinear Analysis Working Group, October 2016 Outline 1 Physical Framework 2 3 Free Energy

More information

A genuinely high order total variation diminishing scheme for one-dimensional. scalar conservation laws 1. Abstract

A genuinely high order total variation diminishing scheme for one-dimensional. scalar conservation laws 1. Abstract A genuinely high order total variation diminishing scheme for one-dimensional scalar conservation laws Xiangxiong Zhang and Chi-Wang Shu 3 Abstract It is well known that finite difference or finite volume

More information

Emergence of traffic jams in high-density environments

Emergence of traffic jams in high-density environments Emergence of traffic jams in high-density environments Bill Rose 12/19/2012 Physics 569: Emergent States of Matter Phantom traffic jams, those that have no apparent cause, can arise as an emergent phenomenon

More information

Stable Semi-Discrete Schemes for the 2D Incompressible Euler Equations

Stable Semi-Discrete Schemes for the 2D Incompressible Euler Equations Stable Semi-Discrete Schemes for the D Incompressible Euler Equations Doron Levy Department of Mathematics Stanford University dlevy@math.stanford.edu http://math.stanford.edu/ dlevy Maryland, May 004

More information

A Finite Volume Code for 1D Gas Dynamics

A Finite Volume Code for 1D Gas Dynamics A Finite Volume Code for 1D Gas Dynamics Michael Lavell Department of Applied Mathematics and Statistics 1 Introduction A finite volume code is constructed to solve conservative systems, such as Euler

More information

Model hierarchies and optimization for dynamic flows on networks

Model hierarchies and optimization for dynamic flows on networks Model hierarchies and optimization for dynamic flows on networks S. Göttlich and A. Klar Department of mathematics, TU Kaiserslautern Fraunhofer ITWM, Kaiserslautern Collaborators: P. Degond (Toulouse)

More information

The Orchestra of Partial Differential Equations. Adam Larios

The Orchestra of Partial Differential Equations. Adam Larios The Orchestra of Partial Differential Equations Adam Larios 19 January 2017 Landscape Seminar Outline 1 Fourier Series 2 Some Easy Differential Equations 3 Some Not-So-Easy Differential Equations Outline

More information

Two-scale numerical solution of the electromagnetic two-fluid plasma-maxwell equations: Shock and soliton simulation

Two-scale numerical solution of the electromagnetic two-fluid plasma-maxwell equations: Shock and soliton simulation Mathematics and Computers in Simulation 76 (2007) 3 7 Two-scale numerical solution of the electromagnetic two-fluid plasma-maxwell equations: Shock and soliton simulation S. Baboolal a,, R. Bharuthram

More information

Conservation Laws: Systematic Construction, Noether s Theorem, Applications, and Symbolic Computations.

Conservation Laws: Systematic Construction, Noether s Theorem, Applications, and Symbolic Computations. Conservation Laws: Systematic Construction, Noether s Theorem, Applications, and Symbolic Computations. Alexey Shevyakov Department of Mathematics and Statistics, University of Saskatchewan, Saskatoon,

More information

Mathematical Models of Traffic Flow: Macroscopic and Microscopic Aspects Zurich, March 2011

Mathematical Models of Traffic Flow: Macroscopic and Microscopic Aspects Zurich, March 2011 Mathematical Models of Traffic Flow: Macroscopic and Microscopic Aspects Zurich, March 2011 Michel Rascle Laboratoire JA Dieudonné, Université de Nice Sophia-Antipolis Parc Valrose 06108 Nice Cedex 02,

More information

Quantum Hydrodynamics models derived from the entropy principle

Quantum Hydrodynamics models derived from the entropy principle 1 Quantum Hydrodynamics models derived from the entropy principle P. Degond (1), Ch. Ringhofer (2) (1) MIP, CNRS and Université Paul Sabatier, 118 route de Narbonne, 31062 Toulouse cedex, France degond@mip.ups-tlse.fr

More information

Numerical explorations of a forward-backward diffusion equation

Numerical explorations of a forward-backward diffusion equation Numerical explorations of a forward-backward diffusion equation Newton Institute KIT Programme Pauline Lafitte 1 C. Mascia 2 1 SIMPAF - INRIA & U. Lille 1, France 2 Univ. La Sapienza, Roma, Italy September

More information

Last time: Diffusion - Numerical scheme (FD) Heat equation is dissipative, so why not try Forward Euler:

Last time: Diffusion - Numerical scheme (FD) Heat equation is dissipative, so why not try Forward Euler: Lecture 7 18.086 Last time: Diffusion - Numerical scheme (FD) Heat equation is dissipative, so why not try Forward Euler: U j,n+1 t U j,n = U j+1,n 2U j,n + U j 1,n x 2 Expected accuracy: O(Δt) in time,

More information

Hyperbolic Models for Large Supply Chains. Christian Ringhofer (Arizona State University) Hyperbolic Models for Large Supply Chains p.

Hyperbolic Models for Large Supply Chains. Christian Ringhofer (Arizona State University) Hyperbolic Models for Large Supply Chains p. Hyperbolic Models for Large Supply Chains Christian Ringhofer (Arizona State University) Hyperbolic Models for Large Supply Chains p. /4 Introduction Topic: Overview of conservation law (traffic - like)

More information

Introduction to Partial Differential Equations

Introduction to Partial Differential Equations Introduction to Partial Differential Equations Partial differential equations arise in a number of physical problems, such as fluid flow, heat transfer, solid mechanics and biological processes. These

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

Introduction to numerical schemes

Introduction to numerical schemes 236861 Numerical Geometry of Images Tutorial 2 Introduction to numerical schemes Heat equation The simple parabolic PDE with the initial values u t = K 2 u 2 x u(0, x) = u 0 (x) and some boundary conditions

More information

Solving the Payne-Whitham traffic flow model as a hyperbolic system of conservation laws with relaxation

Solving the Payne-Whitham traffic flow model as a hyperbolic system of conservation laws with relaxation Solving the Payne-Whitham traffic flow model as a hyperbolic system of conservation laws with relaxation W.L. Jin and H.M. Zhang August 3 Abstract: In this paper we study the Payne-Whitham (PW) model as

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

SECOND ORDER ALL SPEED METHOD FOR THE ISENTROPIC EULER EQUATIONS. Min Tang. (Communicated by the associate editor name)

SECOND ORDER ALL SPEED METHOD FOR THE ISENTROPIC EULER EQUATIONS. Min Tang. (Communicated by the associate editor name) Manuscript submitted to AIMS Journals Volume X, Number X, XX 2X Website: http://aimsciences.org pp. X XX SECOND ORDER ALL SPEED METHOD FOR THE ISENTROPIC EULER EQUATIONS Min Tang Department of Mathematics

More information

Hierarchical Reconstruction with up to Second Degree Remainder for Solving Nonlinear Conservation Laws

Hierarchical Reconstruction with up to Second Degree Remainder for Solving Nonlinear Conservation Laws Hierarchical Reconstruction with up to Second Degree Remainder for Solving Nonlinear Conservation Laws Dedicated to Todd F. Dupont on the occasion of his 65th birthday Yingjie Liu, Chi-Wang Shu and Zhiliang

More information

Hamiltonian partial differential equations and Painlevé transcendents

Hamiltonian partial differential equations and Painlevé transcendents Winter School on PDEs St Etienne de Tinée February 2-6, 2015 Hamiltonian partial differential equations and Painlevé transcendents Boris DUBROVIN SISSA, Trieste Cauchy problem for evolutionary PDEs with

More information

On the Dependence of Euler Equations on Physical Parameters

On the Dependence of Euler Equations on Physical Parameters On the Dependence of Euler Equations on Physical Parameters Cleopatra Christoforou Department of Mathematics, University of Houston Joint Work with: Gui-Qiang Chen, Northwestern University Yongqian Zhang,

More information

Fractional parabolic models arising in flocking. dynamics and fluids. Roman Shvydkoy jointly with Eitan Tadmor. April 18, 2017

Fractional parabolic models arising in flocking. dynamics and fluids. Roman Shvydkoy jointly with Eitan Tadmor. April 18, 2017 Fractional April 18, 2017 Cucker-Smale model (2007) We study macroscopic versions of systems modeling self-organized collective dynamics of agents : ẋ i = v i, v i = λ N φ( x i x j )(v j v i ), N j=1 (x

More information

Scalar conservation laws with moving density constraints arising in traffic flow modeling

Scalar conservation laws with moving density constraints arising in traffic flow modeling Scalar conservation laws with moving density constraints arising in traffic flow modeling Maria Laura Delle Monache Email: maria-laura.delle monache@inria.fr. Joint work with Paola Goatin 14th International

More information

Simulation of the evolution of concentrated shear layers in a Maxwell fluid with a fast high-resolution finite-difference scheme

Simulation of the evolution of concentrated shear layers in a Maxwell fluid with a fast high-resolution finite-difference scheme J. Non-Newtonian Fluid Mech. 84 (1999) 275±287 Simulation of the evolution of concentrated shear layers in a Maxwell fluid with a fast high-resolution finite-difference scheme Raz Kupferman 1,a,*, Morton

More information

Travelling waves. Chapter 8. 1 Introduction

Travelling waves. Chapter 8. 1 Introduction Chapter 8 Travelling waves 1 Introduction One of the cornerstones in the study of both linear and nonlinear PDEs is the wave propagation. A wave is a recognizable signal which is transferred from one part

More information

Solving the Euler Equations!

Solving the Euler Equations! http://www.nd.edu/~gtryggva/cfd-course/! Solving the Euler Equations! Grétar Tryggvason! Spring 0! The Euler equations for D flow:! where! Define! Ideal Gas:! ρ ρu ρu + ρu + p = 0 t x ( / ) ρe ρu E + p

More information

Shock on the left: locus where cars break behind the light.

Shock on the left: locus where cars break behind the light. Review/recap of theory so far. Evolution of wave profile, as given by the characteristic solution. Graphical interpretation: Move each point on graph at velocity c(ρ). Evolution as sliding of horizontal

More information

Transportation Feedback Control Problems

Transportation Feedback Control Problems ITS Evacuation and Economic Controls Conservation Traffic Models: 1D Traffic Models: 2D Conservation Law Solutions Conclusions Transportation Feedback Control Problems Microscopic to Macroscopic perspective

More information

A NUMERICAL STUDY FOR THE PERFORMANCE OF THE RUNGE-KUTTA FINITE DIFFERENCE METHOD BASED ON DIFFERENT NUMERICAL HAMILTONIANS

A NUMERICAL STUDY FOR THE PERFORMANCE OF THE RUNGE-KUTTA FINITE DIFFERENCE METHOD BASED ON DIFFERENT NUMERICAL HAMILTONIANS A NUMERICAL STUDY FOR THE PERFORMANCE OF THE RUNGE-KUTTA FINITE DIFFERENCE METHOD BASED ON DIFFERENT NUMERICAL HAMILTONIANS HASEENA AHMED AND HAILIANG LIU Abstract. High resolution finite difference methods

More information

Fluid Dynamics. Part 2. Massimo Ricotti. University of Maryland. Fluid Dynamics p.1/17

Fluid Dynamics. Part 2. Massimo Ricotti. University of Maryland. Fluid Dynamics p.1/17 Fluid Dynamics p.1/17 Fluid Dynamics Part 2 Massimo Ricotti ricotti@astro.umd.edu University of Maryland Fluid Dynamics p.2/17 Schemes Based on Flux-conservative Form By their very nature, the fluid equations

More information

Numerical discretization of tangent vectors of hyperbolic conservation laws.

Numerical discretization of tangent vectors of hyperbolic conservation laws. Numerical discretization of tangent vectors of hyperbolic conservation laws. Michael Herty IGPM, RWTH Aachen www.sites.google.com/michaelherty joint work with Benedetto Piccoli MNCFF 2014, Bejing, 22.5.2014

More information

NONLINEAR DIFFUSION PDES

NONLINEAR DIFFUSION PDES NONLINEAR DIFFUSION PDES Erkut Erdem Hacettepe University March 5 th, 0 CONTENTS Perona-Malik Type Nonlinear Diffusion Edge Enhancing Diffusion 5 References 7 PERONA-MALIK TYPE NONLINEAR DIFFUSION The

More information

Macroscopic Simulation of Open Systems and Micro-Macro Link

Macroscopic Simulation of Open Systems and Micro-Macro Link Macroscopic Simulation of Open Systems and Micro-Macro Link Ansgar Hennecke 1 and Martin Treiber 1 and Dirk Helbing 1 II Institute for Theoretical Physics, University Stuttgart, Pfaffenwaldring 57, D-7756

More information

Modelling, Simulation & Computing Laboratory (msclab) Faculty of Engineering, Universiti Malaysia Sabah, Malaysia

Modelling, Simulation & Computing Laboratory (msclab) Faculty of Engineering, Universiti Malaysia Sabah, Malaysia 1.0 Introduction Intelligent Transportation Systems (ITS) Long term congestion solutions Advanced technologies Facilitate complex transportation systems Dynamic Modelling of transportation (on-road traffic):

More information

Affordable, entropy-consistent, Euler flux functions

Affordable, entropy-consistent, Euler flux functions Affordable, entropy-consistent, Euler flux functions (with application to the carbuncle phenomenon) Phil Roe Aerospace Engineering University 0f Michigan Ann Arbor Presented at HYP 2006 1 Entropy pairs

More information

Hierarchical Reconstruction with up to Second Degree Remainder for Solving Nonlinear Conservation Laws

Hierarchical Reconstruction with up to Second Degree Remainder for Solving Nonlinear Conservation Laws Hierarchical Reconstruction with up to Second Degree Remainder for Solving Nonlinear Conservation Laws Dedicated to Todd F. Dupont on the occasion of his 65th birthday Yingjie Liu, Chi-Wang Shu and Zhiliang

More information

Finite volume approximation of the relativistic Burgers equation on a Schwarzschild (anti-)de Sitter spacetime

Finite volume approximation of the relativistic Burgers equation on a Schwarzschild (anti-)de Sitter spacetime Turkish Journal of Mathematics http:// journals. tubitak. gov. tr/ math/ Research Article Turk J Math 2017 41: 1027 1041 c TÜBİTAK doi:10.906/mat-1602-8 Finite volume approximation of the relativistic

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

Solitons in a macroscopic traffic model

Solitons in a macroscopic traffic model Solitons in a macroscopic traffic model P. Saavedra R. M. Velasco Department of Mathematics, Universidad Autónoma Metropolitana, Iztapalapa, 093 México, (e-mail: psb@xanum.uam.mx). Department of Physics,

More information

Resurrection of the Payne-Whitham Pressure?

Resurrection of the Payne-Whitham Pressure? Resurrection of the Payne-Whitham Pressure? Benjamin Seibold (Temple University) September 29 th, 2015 Collaborators and Students Shumo Cui (Temple University) Shimao Fan (Temple University & UIUC) Louis

More information

n v molecules will pass per unit time through the area from left to

n v molecules will pass per unit time through the area from left to 3 iscosity and Heat Conduction in Gas Dynamics Equations of One-Dimensional Gas Flow The dissipative processes - viscosity (internal friction) and heat conduction - are connected with existence of molecular

More information

Numerical methods for the Navier- Stokes equations

Numerical methods for the Navier- Stokes equations Numerical methods for the Navier- Stokes equations Hans Petter Langtangen 1,2 1 Center for Biomedical Computing, Simula Research Laboratory 2 Department of Informatics, University of Oslo Dec 6, 2012 Note:

More information

Semi-Lagrangian Formulations for Linear Advection Equations and Applications to Kinetic Equations

Semi-Lagrangian Formulations for Linear Advection Equations and Applications to Kinetic Equations Semi-Lagrangian Formulations for Linear Advection and Applications to Kinetic Department of Mathematical and Computer Science Colorado School of Mines joint work w/ Chi-Wang Shu Supported by NSF and AFOSR.

More information