Numerical Simulation of Rarefied Gases using Hyperbolic Moment Equations in Partially-Conservative Form

Size: px
Start display at page:

Download "Numerical Simulation of Rarefied Gases using Hyperbolic Moment Equations in Partially-Conservative Form"

Transcription

1 Numerical Simulation of Rarefied Gases using Hyperbolic Moment Equations in Partially-Conservative Form Julian Koellermeier, Manuel Torrilhon May 18th, 2017 FU Berlin J. Koellermeier 1 / 52 Partially-Conservative Numerics

2 Outline 1 Rarefied Gases and Hyperbolic Moment Equation J. Koellermeier 2 / 52 Partially-Conservative Numerics

3 Rarefied Gas Dynamics Introduction to Rarefied Gases Boltzmann Equation Hyperbolic Moment Equations Aim Modeling and numerical simulation of rarefied gases Knudsen number Distinguish flow regimes by orders of the Knudsen number Kn = mean free path length reference length = λ L J. Koellermeier 3 / 52 Partially-Conservative Numerics

4 Rarefied Gas Dynamics (2) Introduction to Rarefied Gases Boltzmann Equation Hyperbolic Moment Equations Applications for large Kn = λ L large λ: high altitude flights or atmospheric reentry small L: micro-scale applications, Knudsen pump, MEMS J. Koellermeier 4 / 52 Partially-Conservative Numerics

5 Rarefied Gas Dynamics (2) Introduction to Rarefied Gases Boltzmann Equation Hyperbolic Moment Equations Applications for large Kn = λ L large λ: high altitude flights or atmospheric reentry small L: micro-scale applications, Knudsen pump, MEMS Tasks computation of mass flow rates calculation of shock layer thickness accurate prediction of heat flux J. Koellermeier 4 / 52 Partially-Conservative Numerics

6 Boltzmann Transport Equation Introduction to Rarefied Gases Boltzmann Equation Hyperbolic Moment Equations t f (t, x, c) + c i f (t, x, c) = S(f ) x i PDE for particles probability density function f (t, x, c) Describes change of f due to transport and collisions Collision operator S Usually a 7-dimensional phase space Free motion Collision Free path J. Koellermeier 5 / 52 Partially-Conservative Numerics

7 Boltzmann Transport Equation 1D Introduction to Rarefied Gases Boltzmann Equation Hyperbolic Moment Equations f (t, x, c) + c f (t, x, c) = S(f ) t x PDE for particles probability density function f (t, x, c) Describes change of f due to transport and collisions Collision operator S 3-dimensional phase space Free motion Collision Free path J. Koellermeier 6 / 52 Partially-Conservative Numerics

8 Macroscopic Quantities Introduction to Rarefied Gases Boltzmann Equation Hyperbolic Moment Equations f (t, x, c) is related to the macroscopic quantities density ρ(t, x), velocity v(t, x), temperature θ(t, x) ρ(t, x) = ρ(t, x)v(t, x) = 1 2 ρ(t, x)θ(t, x) ρ(t, x)v(t, x)2 = R R R f (t, x, c) dc cf (t, x, c) dc 1 2 c2 f (t, x, c) dc J. Koellermeier 7 / 52 Partially-Conservative Numerics

9 Model Order Reduction Introduction to Rarefied Gases Boltzmann Equation Hyperbolic Moment Equations Problem: Direct discretization of f (t, x, c) is extremely costly Ansatz: Expansion Reduction of Complexity f (t, x, c) = M α=0 f α (t, x)φ v,θ α (c) One PDE for f (t, x, c) that is high-dimensional System of PDEs for ρ(t, x), v(t, x), θ(t, x), f α (t, x) that is low-dimensional J. Koellermeier 8 / 52 Partially-Conservative Numerics

10 Grad s Method (Grad, 1949 [5]) Introduction to Rarefied Gases Boltzmann Equation Hyperbolic Moment Equations Galerkin Approach Standard method Multiplication with test function and integration Grad result t u M + A Grad x u M = 0, A Grad = u 4 = (ρ, v, θ, f 3, f 4 ) T v ρ θ ρ v θ v ρ 0 ρθ 0 4f 3 2 v 4 f 3θ 3f ρ 5f θ v Loss of hyperbolicity J. Koellermeier 9 / 52 Partially-Conservative Numerics

11 Introduction to Rarefied Gases Boltzmann Equation Hyperbolic Moment Equations Hyperbolic Moment Equations (Cai et al., 2012 [1]) Modification of equations Based on Grad s method Modification of last equation to achieve hyperbolicity HME result t u M + A HME x u M = 0, A HME = u 4 = (ρ, v, θ, f 3, f 4 ) T v ρ θ ρ v θ v ρ 0 ρθ 0 4f 3 2 v 4 ρ 0 f 3 θ v f 3θ Globally hyperbolic for every state vector u M J. Koellermeier 10 / 52 Partially-Conservative Numerics

12 Introduction to Rarefied Gases Boltzmann Equation Hyperbolic Moment Equations Quadrature-Based Moment Equations (JK, 2014 [6]) Quadrature-Based Projection Approach Based on Grad s method Substitution of integrals by Gaussian quadrature QBME result t u M + A QBME x u M = 0, A QBME = u 4 = (ρ, v, θ, f 3, f 4 ) T v ρ θ ρ v θ v ρ 0 ρθ 0 4f f 4 θ v 4 f 3θ ρ 5f 4 f 3 θ+ 15f 4 ρθ v Globally hyperbolic for every state vector u M J. Koellermeier 11 / 52 Partially-Conservative Numerics

13 Non-conservative Numerics Upwind scheme PRICE-C Wave Propagation Non-conservative Numerical Methods J. Koellermeier 12 / 52 Partially-Conservative Numerics

14 Conservative PDE systems Non-conservative Numerics Upwind scheme PRICE-C Wave Propagation Standard conservative PDE system t u + x F(u) = 0 J. Koellermeier 13 / 52 Partially-Conservative Numerics

15 Conservative PDE systems Non-conservative Numerics Upwind scheme PRICE-C Wave Propagation Standard conservative PDE system Basic Finite Volume scheme u n+1 i t u + x F(u) = 0 = u n i t x Numerical flux F needed i+ 1 2 Conservation property by design ( ) F F i+ 1 i J. Koellermeier 13 / 52 Partially-Conservative Numerics

16 Non-conservative PDE systems Non-conservative Numerics Upwind scheme PRICE-C Wave Propagation Non-conservative PDE system t u + A(u) x u = 0 Can be written in conservative form iff A(u) = F(u) u In general no flux function available J. Koellermeier 14 / 52 Partially-Conservative Numerics

17 Non-conservative PDE systems Non-conservative Numerics Upwind scheme PRICE-C Wave Propagation Non-conservative PDE system t u + A(u) x u = 0 Can be written in conservative form iff A(u) = F(u) u In general no flux function available Hyperbolic moment equations are all given in partially-conservative form Special numerical methods are needed J. Koellermeier 14 / 52 Partially-Conservative Numerics

18 Non-conservative Numerics Non-conservative Numerics Upwind scheme PRICE-C Wave Propagation How do we evaluate A at a cell boundary? J. Koellermeier 15 / 52 Partially-Conservative Numerics

19 Non-conservative Numerics Non-conservative Numerics Upwind scheme PRICE-C Wave Propagation How do we evaluate A at a cell boundary? Roe matrix for conservative systems A Roe (u L, u R ) (u R u L ) = F (u R ) F (u L ) J. Koellermeier 15 / 52 Partially-Conservative Numerics

20 Non-conservative Numerics Non-conservative Numerics Upwind scheme PRICE-C Wave Propagation How do we evaluate A at a cell boundary? Roe matrix for conservative systems Non-conservative case A Roe (u L, u R ) (u R u L ) = F (u R ) F (u L ) A Roe depends on a path ψ between u L and u R (DLM, 1995 [2]) Example: ψ (s, u L, u R ) = u L + s (u R u L ), s [0, 1] Extension: Generalized Roe matrix A ψ (u L, u R ) (u R u L ) = 1 0 A (ψ (s, u L, u R )) ψ s ds J. Koellermeier 15 / 52 Partially-Conservative Numerics

21 Generalization of Roe matrix Non-conservative Numerics Upwind scheme PRICE-C Wave Propagation Reduces to standard Roe matrix for conservative case A ψ (u L, u R ) (u R u L ) = = A (ψ (s, u L, u R )) ψ s ds F (ψ (s, u L, u R )) ψ ψ s ds F (ψ (s, u L, u R )) = ds 0 s = F (ψ (1, u L, u R )) F (ψ (0, u L, u R )) = F (u R ) F (u L ) J. Koellermeier 16 / 52 Partially-Conservative Numerics

22 Non-conservative Numerics Upwind scheme PRICE-C Wave Propagation Computation of generalized Roe matrix A ψ (u L, u R ) (u R u L ) = 1 0 A (ψ (s, u L, u R )) ψ s ds Choose linear path ψ (s, u L, u R ) = u L + s (u R u L ), s [0, 1] Use Gaussian quadrature to compute integral J. Koellermeier 17 / 52 Partially-Conservative Numerics

23 Non-conservative Numerics Upwind scheme PRICE-C Wave Propagation Computation of generalized Roe matrix A ψ (u L, u R ) (u R u L ) = 1 0 A (ψ (s, u L, u R )) ψ s ds Choose linear path ψ (s, u L, u R ) = u L + s (u R u L ), s [0, 1] Use Gaussian quadrature to compute integral Computation A ψ (u L, u R ) (u R u L ) = 1 0 A (ψ (s, u L, u R )) (u R u L ) ds = A ψ (u L, u R ) = 1 0 A (ψ (s, u L, u R )) ds M ω j A (ψ (s j, u L, u R )) j=1 J. Koellermeier 17 / 52 Partially-Conservative Numerics

24 Different paths Non-conservative Numerics Upwind scheme PRICE-C Wave Propagation linear path ψ (s, u L, u R ) = u L + s (u R u L ) polynomial path ψ N (s, u L, u R ) = u L + s N (u R u L ) ψ N + (s, u L, u R ) = u R + (1 s) N (u L u R ) J. Koellermeier 18 / 52 Partially-Conservative Numerics

25 Different paths Non-conservative Numerics Upwind scheme PRICE-C Wave Propagation Tuomi path ψ T (s, u L, u R ) = ( {( u 1, u 2) T u 1 = L + 2s ( ur 1 ) ) u1 L, u 2 T L, s 1 ( 2, u 1 R, ul 2 + (2s 1) ( ur 2 )) T u2 L, s > 1 2 J. Koellermeier 19 / 52 Partially-Conservative Numerics

26 Non-Conservative Variables Non-conservative Numerics Upwind scheme PRICE-C Wave Propagation Non-conservative PDE system Variable transformation t u + A(u) x u = 0 w = B 1 (u) u = B (w) Transformed non-conservative PDE system t w + 1 B (w) B (w) A (B (w)) w w xw = 0 J. Koellermeier 20 / 52 Partially-Conservative Numerics

27 Non-Conservative Variables Non-conservative Numerics Upwind scheme PRICE-C Wave Propagation Non-conservative PDE system Variable transformation t u + A(u) x u = 0 w = B 1 (u) u = B (w) Transformed non-conservative PDE system t w + 1 B (w) B (w) A (B (w)) w w xw = 0 Primitive vs partially conserved variables Primitive variables: u = (ρ, v, θ, f 3, f 4 ) Partially conserved variables: w = ( ρ, ρv, ρ ( v 2 + θ ), f 3, f 4 ) J. Koellermeier 20 / 52 Partially-Conservative Numerics

28 Non-conservative Numerics Upwind scheme PRICE-C Wave Propagation Upwind scheme [Castro, Pares, 2004] First order scheme u n+1 i = u n i t x ( A ( i+ u n 1 i+1 u n ) ( i + A + i u n 1 i u n ) ) i Upwind type scheme, uses eigenvalue information A ± i+ 1 2 = A ψ (u i, u i+1 ) ± = R ψ Λ ± ψ R 1 ψ J. Koellermeier 21 / 52 Partially-Conservative Numerics

29 PRICE-C scheme [Canestrelli, 2009] Non-conservative Numerics Upwind scheme PRICE-C Wave Propagation First order scheme u n+1 i = u n i t x ( A ( i+ u n 1 i+1 u n ) ( i + A + i u n 1 i u n ) ) i Same notation as Castro scheme PRImitive CEntered scheme, uses no eigenvalue information Reduces to FORCE scheme in the conservative case FORCE scheme u n+1 i = u n i t ( F FORCE x i+ 1 2 ) F FORCE i 1 2 J. Koellermeier 22 / 52 Partially-Conservative Numerics

30 Complete PRICE-C scheme Non-conservative Numerics Upwind scheme PRICE-C Wave Propagation First order scheme u n+1 i = u n i t x ( A ( i+ u n 1 i+1 u n ) ( i + A + i u n 1 i u n ) ) i A i+ 1 2 A + i 1 2 = 1 ( ( 2A ψ u n 4 i, u n ) x i+1 t I t ) ( ( Aψ u n x i, u n )) 2 i+1 = 1 ( ( 2A ψ u n 4 i 1, u n ) x i t I t ) ( ( Aψ u n x i 1, u n )) 2 i J. Koellermeier 23 / 52 Partially-Conservative Numerics

31 Higher order extension Non-conservative Numerics Upwind scheme PRICE-C Wave Propagation WENO reconstruction in space u i u i (x) ADER approach in time u i (x, t) = u (x i, t n ) + (x x i ) u x + (t tn ) u t u t = A(u) xu Integration of PDE over time-space volume and computation of integrals using Gaussian quadrature and reconstruction J. Koellermeier 24 / 52 Partially-Conservative Numerics

32 Non-conservative Numerics Upwind scheme PRICE-C Wave Propagation Wave Propagation scheme [LeVeque, 1997] First order scheme u n+1 i = u n i t ( A + u i + A ) u i+1 x A u i is called fluctuation Fluctuations are split A u i = A u i + A + u i Similar to flux difference splitting, but without a flux function J. Koellermeier 25 / 52 Partially-Conservative Numerics

33 Solution of local Riemann problem Non-conservative Numerics Upwind scheme PRICE-C Wave Propagation A(u ) = R Λ R 1 i 1 2 Wave speeds λ j = Λ jj Waves W j = α j R j Left and right going fluctuations A u i = p (λ p ) W p A + u i = p (λ p ) + W p J. Koellermeier 26 / 52 Partially-Conservative Numerics

34 Second order extension Non-conservative Numerics Upwind scheme PRICE-C Wave Propagation Add correction term u n+1 i = u n i t x Second order corrections F i = 1 2 ( A + u i + A ) t u i+1 ( Fi+1 x F ) i p ( λ p i 1 t ) x λp i W p i Limiter for stability W p i = φ ( θ p i ) W p i, θp i = Wp i 1 Wp i W p i W p i J. Koellermeier 27 / 52 Partially-Conservative Numerics

35 Numerical Schemes Non-conservative Numerics Upwind scheme PRICE-C Wave Propagation Castro scheme [Castro, Pares, 2004] Arbitrary order upwind type scheme Implemented on 2D unstructured grids PRICE-C scheme [Canestrelli, 2009] Arbitrary order centered scheme Implemented on 2D unstructured grids Wave Propagation scheme [LeVeque, 1997] 2 nd order upwind type scheme Implemented on 2D uniform cartesian grids J. Koellermeier 28 / 52 Partially-Conservative Numerics

36 1D Shock Tube Test Case 2D Forward Facing Step 2D Bow Shock J. Koellermeier 29 / 52 Partially-Conservative Numerics

37 1D Shock Tube Test Case 1D Shock Tube Test Case 2D Forward Facing Step 2D Bow Shock Riemann problem with BGK collision operator t w + A(w) x w = 1 Pw, x [ 2, 2] τ ρ L = 7, ρ R = 1 Variable vector w = (ρ, u, θ, f 3, f 4 ) Relaxation time τ = Kn ρ non-linear J. Koellermeier 30 / 52 Partially-Conservative Numerics

38 Model Equations Grad model HME model A Grad = A HME = 1D Shock Tube Test Case 2D Forward Facing Step 2D Bow Shock v ρ θ ρ v θ v ρ 0 ρθ 0 4f 3 2 v 4 f 3θ 3f ρ 5f θ v v ρ θ ρ v θ v ρ 0 ρθ 0 4f 3 2 v 4 ρ 0 f 3 θ v f 3θ J. Koellermeier 31 / 52 Partially-Conservative Numerics

39 Model Equations 2 Grad model QBME model A Grad = A QBME = 1D Shock Tube Test Case 2D Forward Facing Step 2D Bow Shock v ρ θ ρ v θ v ρ 0 ρθ 0 4f 3 2 v 4 f 3θ 3f ρ 5f θ v v ρ θ ρ v θ v ρ 0 ρθ 0 4f f 4 θ v 4 f 3θ ρ 5f 4 f 3 θ+ 15f 4 ρθ v J. Koellermeier 32 / 52 Partially-Conservative Numerics

40 1D Shock Tube Test Case 2D Forward Facing Step 2D Bow Shock 1. Euler vs Moment Equations, Kn = exact HME12 Euler J. Koellermeier 33 / 52 Partially-Conservative Numerics

41 1D Shock Tube Test Case 2D Forward Facing Step 2D Bow Shock 2. Roe matrix, linear path Kn = linear 1 linear 3 linear J. Koellermeier 34 / 52 Partially-Conservative Numerics

42 1D Shock Tube Test Case 2D Forward Facing Step 2D Bow Shock 2. Roe matrix, polynomial path Kn = polynomial 20 polynomial 40 polynomial J. Koellermeier 35 / 52 Partially-Conservative Numerics

43 2. Roe matrix, paths Kn = 0.5 1D Shock Tube Test Case 2D Forward Facing Step 2D Bow Shock 7 linear 3 polynomial 80 Tuomi J. Koellermeier 36 / 52 Partially-Conservative Numerics

44 1D Shock Tube Test Case 2D Forward Facing Step 2D Bow Shock 3. Non-Conservative Variables, Kn = primitive part.convective convective J. Koellermeier 37 / 52 Partially-Conservative Numerics

45 1D Shock Tube Test Case 2D Forward Facing Step 2D Bow Shock 3. Non-Conservative Variables, Kn = primitive part.convective convective J. Koellermeier 38 / 52 Partially-Conservative Numerics

46 4. Scheme Comparison, Kn = D Shock Tube Test Case 2D Forward Facing Step 2D Bow Shock 7 PRICE UPRICE Castro WP J. Koellermeier 39 / 52 Partially-Conservative Numerics

47 4. Scheme Comparison, Kn = 0.5 1D Shock Tube Test Case 2D Forward Facing Step 2D Bow Shock 7 PRICE UPRICE Castro WP J. Koellermeier 40 / 52 Partially-Conservative Numerics

48 1D Shock Tube Test Case 2D Forward Facing Step 2D Bow Shock 5. High resolution scheme convergence Kn = nd nd nd nd J. Koellermeier 41 / 52 Partially-Conservative Numerics

49 6. Model Comparison Kn = D Shock Tube Test Case 2D Forward Facing Step 2D Bow Shock 7 HME QBME Grad DVM J. Koellermeier 42 / 52 Partially-Conservative Numerics

50 6. Model Comparison Kn = 0.5 1D Shock Tube Test Case 2D Forward Facing Step 2D Bow Shock 7 HME QBME DVM J. Koellermeier 43 / 52 Partially-Conservative Numerics

51 7. Model Convergence, Kn = 0.5 1D Shock Tube Test Case 2D Forward Facing Step 2D Bow Shock 7 QBME8 QBME9 QBME8+9 DVM rho u p theta J. Koellermeier 44 / 52 Partially-Conservative Numerics

52 2D Forward Facing Step 1D Shock Tube Test Case 2D Forward Facing Step 2D Bow Shock Test setup rarefied supersonic flow over a forward facing step slip boundary conditions unstructured quad grid, 31k cells J. Koellermeier 45 / 52 Partially-Conservative Numerics

53 1D Shock Tube Test Case 2D Forward Facing Step 2D Bow Shock 2D Forward Facing Step, Ma = 3, Euler J. Koellermeier 46 / 52 Partially-Conservative Numerics

54 1D Shock Tube Test Case 2D Forward Facing Step 2D Bow Shock 2D Forward Facing Step, Ma = 3, QBME, Kn = J. Koellermeier 47 / 52 Partially-Conservative Numerics

55 1D Shock Tube Test Case 2D Forward Facing Step 2D Bow Shock 2D Forward Facing Step, Ma = 3, QBME, Kn = 0.01 J. Koellermeier 48 / 52 Partially-Conservative Numerics

56 1D Shock Tube Test Case 2D Forward Facing Step 2D Bow Shock 2D Forward Facing Step, Ma = 3, QBME, Kn = 0.1 J. Koellermeier 49 / 52 Partially-Conservative Numerics

57 2D bow shock, Ma = 3, ρ plotted 1D Shock Tube Test Case 2D Forward Facing Step 2D Bow Shock Figure: Kn = Figure: Kn = 0.5 J. Koellermeier 50 / 52 Partially-Conservative Numerics

58 Summary Summary Further work Hyperbolic Moment Equations Extension of Euler equations for rarefied gases Hierarchical model Partially-conservative systems Non-conservative numerics Accurate computation of non-conservative products Tests showed convergence of schemes and models J. Koellermeier 51 / 52 Partially-Conservative Numerics

59 Further work Summary Further work Aim Adaptive numerical method to couple standard fluid dynamics and rarefied gases J. Koellermeier 52 / 52 Partially-Conservative Numerics

60 Further work Summary Further work Aim Adaptive numerical method to couple standard fluid dynamics and rarefied gases Model adaptivity Hierarchical moment equations Coupling strategies Refinement and coarsening Error estimation J. Koellermeier 52 / 52 Partially-Conservative Numerics

61 Further work Summary Further work Aim Adaptive numerical method to couple standard fluid dynamics and rarefied gases Model adaptivity Hierarchical moment equations Coupling strategies Refinement and coarsening Error estimation Thank you for your attention J. Koellermeier 52 / 52 Partially-Conservative Numerics

62 References Summary Further work Z. Cai, Y. Fan, and R. Li. Globally hyperbolic regularization of Grad s moment system. Communications on Pure and Applied Mathematics, 67(3): , G. Dal Maso, P. G. LeFloch, and F. Murat. Definition and weak stability of nonconservative products. J. Math. Pures Appl., 74(6): , Y. Di, Y. Fan, and R. Li. 13-moment system with global hyperbolicity for quantum gas. Journal of Statistical Physics, 167(5): , Y. Fan, J. Koellermeier, J. Li, R. Li, and M. Torrilhon. Model reduction of kinetic equations by operator projection. Journal of Statistical Physics, 162(2): , H. Grad. On the kinetic theory of rarefied gases. Communications on Pure and Applied Mathematics, 2(4): , J. Koellermeier, R. P. Schaerer, and M. Torrilhon. A framework for hyperbolic approximation of kinetic equations using quadrature-based projection methods. Kinetic and Related Models, 7(3): , J. Koellermeier and M. Torrilhon. Hyperbolic moment equations using quadrature-based projection methods. AIP Conference Proceedings, 1628(1): , J. Koellermeier 53 / 52 Partially-Conservative Numerics

63 Additions and Developments Hyperbolic Moment Models Extension to n-d (JK, 2014 [7]) Framework for hyperbolic models (Fan, JK et al., 2016 [4]) Numerical simulation (JK, 2017 [8])... Applications Relativistic Boltzmann equation (Tang, 2017 [9]) Quantum Gas (Di et al., 2017 [3])... J. Koellermeier 54 / 52 Partially-Conservative Numerics

On a New Diagram Notation for the Derivation of Hyperbolic Moment Models

On a New Diagram Notation for the Derivation of Hyperbolic Moment Models On a New Diagram Notation for the Derivation of Hyperbolic Moment Models Julian Koellermeier, Manuel Torrilhon, Yuwei Fan March 17th, 2017 Stanford University J. Koellermeier 1 / 57 of Hyperbolic Moment

More information

Comparison of Numerical Solutions for the Boltzmann Equation and Different Moment Models

Comparison of Numerical Solutions for the Boltzmann Equation and Different Moment Models Comparison of Numerical Solutions for the Boltzmann Equation and Different Moment Models Julian Koellermeier, Manuel Torrilhon October 12th, 2015 Chinese Academy of Sciences, Beijing Julian Koellermeier,

More information

Hyperbolic Moment Equations Using Quadrature-Based Projection Methods

Hyperbolic Moment Equations Using Quadrature-Based Projection Methods Using Quadrature-Based Projection Methods Julian Köllermeier, Manuel Torrilhon 29th International Symposium on Rarefied Gas Dynamics, Xi an July 14th, 2014 Julian Köllermeier, Manuel Torrilhon 1 / 12 Outline

More information

Simplified Hyperbolic Moment Equations

Simplified Hyperbolic Moment Equations Simplified Hyperbolic Moment Equations Julian Koellermeier and Manuel Torrilhon Abstract Hyperbolicity is a necessary property of model equations for the solution of the BGK equation to achieve stable

More information

A Higher-Order Finite Volume Method for Non-Conservative Equations on 2D Unstructured Quadrilateral Grids

A Higher-Order Finite Volume Method for Non-Conservative Equations on 2D Unstructured Quadrilateral Grids Diese Arbeit wurde vorgelegt am Lehrstuhl für Mathematik (MathCCES) A Higher-Order Finite Volume Method for Non-Conservative Equations on 2D Unstructured Quadrilateral Grids CES Seminar Computational Engineering

More information

Hyperbolic Approximation of Kinetic Equations Using Quadrature-Based Projection Methods

Hyperbolic Approximation of Kinetic Equations Using Quadrature-Based Projection Methods Master Thesis Hyperbolic Approximation of Kinetic Equations Using Quadrature-Based Projection Methods Julian Köllermeier RWTH Aachen University Supervisor: Prof. Dr. Manuel Torrilhon Center for Computational

More information

Atmospheric Entry. Technology, Mathematical Model and Simulation

Atmospheric Entry. Technology, Mathematical Model and Simulation Atmospheric Entry Technology, Mathematical Model and Simulation Julian Köllermeier RWTH Aachen, August 26th 2016 Outline 1. Introduction to Atmospheric Reentry 2. Rarefied Gases: From Science Fiction to

More information

REGULARIZATION AND BOUNDARY CONDITIONS FOR THE 13 MOMENT EQUATIONS

REGULARIZATION AND BOUNDARY CONDITIONS FOR THE 13 MOMENT EQUATIONS 1 REGULARIZATION AND BOUNDARY CONDITIONS FOR THE 13 MOMENT EQUATIONS HENNING STRUCHTRUP ETH Zürich, Department of Materials, Polymer Physics, CH-8093 Zürich, Switzerland (on leave from University of Victoria,

More information

Fluid Equations for Rarefied Gases

Fluid Equations for Rarefied Gases 1 Fluid Equations for Rarefied Gases Jean-Luc Thiffeault Department of Applied Physics and Applied Mathematics Columbia University http://plasma.ap.columbia.edu/~jeanluc 21 May 2001 with E. A. Spiegel

More information

Stochastic Particle Methods for Rarefied Gases

Stochastic Particle Methods for Rarefied Gases CCES Seminar WS 2/3 Stochastic Particle Methods for Rarefied Gases Julian Köllermeier RWTH Aachen University Supervisor: Prof. Dr. Manuel Torrilhon Center for Computational Engineering Science Mathematics

More information

Fluid Equations for Rarefied Gases

Fluid Equations for Rarefied Gases 1 Fluid Equations for Rarefied Gases Jean-Luc Thiffeault Department of Applied Physics and Applied Mathematics Columbia University http://plasma.ap.columbia.edu/~jeanluc 23 March 2001 with E. A. Spiegel

More information

arxiv: v2 [math-ph] 29 Nov 2010

arxiv: v2 [math-ph] 29 Nov 2010 An Efficient NRxx Method for Boltzmann-BGK Equation Zhenning Cai, Ruo Li and Yanli Wang arxiv:1011.5789v2 [math-ph] 29 Nov 2010 November 6, 2018 Abstract In [3], we proposed a numerical regularized moment

More information

Comparison of maximum entropy and quadrature-based moment closures for shock transitions prediction in one-dimensional gaskinetic theory

Comparison of maximum entropy and quadrature-based moment closures for shock transitions prediction in one-dimensional gaskinetic theory Comparison of maximum entropy and quadrature-based moment closures for shock transitions prediction in one-dimensional gaskinetic theory Jérémie Laplante and Clinton P. T. Groth Citation: AIP Conference

More information

A hybrid method for hydrodynamic-kinetic flow - Part II - Coupling of hydrodynamic and kinetic models

A hybrid method for hydrodynamic-kinetic flow - Part II - Coupling of hydrodynamic and kinetic models A hybrid method for hydrodynamic-kinetic flow - Part II - Coupling of hydrodynamic and kinetic models Alessandro Alaia, Gabriella Puppo May 31, 2011 Abstract In this work we present a non stationary domain

More information

The Discontinuous Galerkin (dg) method is a popular numerical method that has received much attention

The Discontinuous Galerkin (dg) method is a popular numerical method that has received much attention Fluid Dynamics and Co-located Conferences June 24-27, 2013, San Diego, CA 21st AIAA Computational Fluid Dynamics Conference AIAA 2013-2595 Discontinuous Galerkin method for multifluid Euler equations Marc

More information

Kinetic Models and Gas-Kinetic Schemes with Rotational Degrees of Freedom for Hybrid Continuum/Kinetic Boltzmann Methods

Kinetic Models and Gas-Kinetic Schemes with Rotational Degrees of Freedom for Hybrid Continuum/Kinetic Boltzmann Methods Kinetic Models and Gas-Kinetic Schemes with Rotational Degrees of Freedom for Hybrid Continuum/Kinetic Boltzmann Methods Simone Colonia, René Steijl and George N. Barakos CFD Laboratory - School of Engineering

More information

The Regularized 13 Moment Equations for Rarefied and Vacuum Gas Flows

The Regularized 13 Moment Equations for Rarefied and Vacuum Gas Flows xxxx The Regularized 13 Moment Equations for Rarefied and Vacuum Gas Flows Henning Struchtrup Peyman Taheri Anirudh Rana University of Victoria, Canada Manuel Torrilhon RWTH Aachen Goal: Accurate and efficient

More information

Stability and consistency of kinetic upwinding for advection diffusion equations

Stability and consistency of kinetic upwinding for advection diffusion equations IMA Journal of Numerical Analysis (006 6, 686 7 doi:0.093/imanum/drl005 Advance Access publication on March, 006 Stability and consistency of kinetic upwinding for advection diffusion equations MANUEL

More information

A kinetic scheme for transient mixed flows in non uniform closed pipes: a global manner to upwind all the source terms

A kinetic scheme for transient mixed flows in non uniform closed pipes: a global manner to upwind all the source terms A kinetic scheme for transient mixed flows in non uniform closed pipes: a global manner to upwind all the source terms C. BOURDARIAS M. ERSOY S. GERBI LAMA-Université de Savoie de Chambéry, France September

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

A cut cell method for the 3D simulation of Crookes radiometer

A cut cell method for the 3D simulation of Crookes radiometer A cut cell method for the D simulation of Crookes radiometer Guillaume Dechristé and Luc Mieussens Univ. Bordeaux, IMB, UMR 5251, F-400 Talence, France. CNRS, IMB, UMR 5251, F-400 Talence, France. Abstract.

More information

Fluid Dynamics from Kinetic Equations

Fluid Dynamics from Kinetic Equations Fluid Dynamics from Kinetic Equations François Golse Université Paris 7 & IUF, Laboratoire J.-L. Lions golse@math.jussieu.fr & C. David Levermore University of Maryland, Dept. of Mathematics & IPST lvrmr@math.umd.edu

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

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

Weighted Essentially Non-Oscillatory limiters for Runge-Kutta Discontinuous Galerkin Methods

Weighted Essentially Non-Oscillatory limiters for Runge-Kutta Discontinuous Galerkin Methods Weighted Essentially Non-Oscillatory limiters for Runge-Kutta Discontinuous Galerkin Methods Jianxian Qiu School of Mathematical Science Xiamen University jxqiu@xmu.edu.cn http://ccam.xmu.edu.cn/teacher/jxqiu

More information

Hyperbolic Moment Equations Using Quadrature-Based Projection Methods

Hyperbolic Moment Equations Using Quadrature-Based Projection Methods Hyperbolic Moment Equations Using Quarature-Base Projection Methos J. Koellermeier an M. Torrilhon Department of Mathematics, RWTH Aachen University, Aachen, Germany Abstract. Kinetic equations like the

More information

Introduction to Finite Volume projection methods. On Interfaces with non-zero mass flux

Introduction to Finite Volume projection methods. On Interfaces with non-zero mass flux Introduction to Finite Volume projection methods On Interfaces with non-zero mass flux Rupert Klein Mathematik & Informatik, Freie Universität Berlin Summerschool SPP 1506 Darmstadt, July 09, 2010 Introduction

More information

Monte Carlo methods for kinetic equations

Monte Carlo methods for kinetic equations Monte Carlo methods for kinetic equations Lecture 4: Hybrid methods and variance reduction Lorenzo Pareschi Department of Mathematics & CMCS University of Ferrara Italy http://utenti.unife.it/lorenzo.pareschi/

More information

Finite Volume Method

Finite Volume Method Finite Volume Method An Introduction Praveen. C CTFD Division National Aerospace Laboratories Bangalore 560 037 email: praveen@cfdlab.net April 7, 2006 Praveen. C (CTFD, NAL) FVM CMMACS 1 / 65 Outline

More information

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

HIGH ORDER FINITE VOLUME SCHEMES BASED ON RECONSTRUCTION OF STATES FOR SOLVING HYPERBOLIC SYSTEMS WITH NONCONSERVATIVE PRODUCTS

HIGH ORDER FINITE VOLUME SCHEMES BASED ON RECONSTRUCTION OF STATES FOR SOLVING HYPERBOLIC SYSTEMS WITH NONCONSERVATIVE PRODUCTS MATHEMATICS OF COMPUTATION Volume 75, Number 255, July 26, Pages 113 1134 S 25-5718(6)1851-5 Article electronically published on March 21, 26 HIGH ORDER FINITE VOLUME SCHEMES BASED ON RECONSTRUCTION OF

More information

RESEARCH HIGHLIGHTS. WAF: Weighted Average Flux Method

RESEARCH HIGHLIGHTS. WAF: Weighted Average Flux Method RESEARCH HIGHLIGHTS (Last update: 3 rd April 2013) Here I briefly describe my contributions to research on numerical methods for hyperbolic balance laws that, in my view, have made an impact in the scientific

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

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

Analytical and numerical solutions of the regularized 13 moment equations for rarefied gases

Analytical and numerical solutions of the regularized 13 moment equations for rarefied gases xxxx Analytical and numerical solutions of the regularized 13 moment equations for rarefied gases Henning Struchtrup University of Victoria, Canada Manuel Torrilhon ETH Zürich Peyman Taheri University

More information

A simple robust and accurate a posteriori subcell finite

A simple robust and accurate a posteriori subcell finite A simple robust and accurate a posteriori subcell finite volume limiter for the discontinuous Galerkin method Michael Dumbser ERC Grant STiMulUs FET-HPC Grant ExaHyPE 1/ 69 Séminaire LJLL, Paris, France,

More information

Physical Modeling of Multiphase flow. Boltzmann method

Physical Modeling of Multiphase flow. Boltzmann method with lattice Boltzmann method Exa Corp., Burlington, MA, USA Feburary, 2011 Scope Scope Re-examine the non-ideal gas model in [Shan & Chen, Phys. Rev. E, (1993)] from the perspective of kinetic theory

More information

High-resolution finite volume methods for hyperbolic PDEs on manifolds

High-resolution finite volume methods for hyperbolic PDEs on manifolds High-resolution finite volume methods for hyperbolic PDEs on manifolds Randall J. LeVeque Department of Applied Mathematics University of Washington Supported in part by NSF, DOE Overview High-resolution

More information

Microscopically Implicit-Macroscopically Explicit schemes for the BGK equation

Microscopically Implicit-Macroscopically Explicit schemes for the BGK equation Microscopically Implicit-Macroscopically Explicit schemes for the BGK equation Sandra Pieraccini, Gabriella Puppo July 25, 2 Abstract In this work a new class of numerical methods for the BGK model of

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

Positivity-preserving high order schemes for convection dominated equations

Positivity-preserving high order schemes for convection dominated equations Positivity-preserving high order schemes for convection dominated equations Chi-Wang Shu Division of Applied Mathematics Brown University Joint work with Xiangxiong Zhang; Yinhua Xia; Yulong Xing; Cheng

More information

A Unified Gas-kinetic Scheme for Continuum and Rarefied Flows

A Unified Gas-kinetic Scheme for Continuum and Rarefied Flows A Unified Gas-kinetic Scheme for Continuum and Rarefied Flows K. Xu and J.C. Huang Mathematics Department, Hong Kong University of Science and Technology, Hong Kong Department of Merchant Marine, National

More information

Bulk equations and Knudsen layers for the regularized 13 moment equations

Bulk equations and Knudsen layers for the regularized 13 moment equations Continuum Mech. Thermon. 7 9: 77 89 DOI.7/s6-7-5- ORIGINAL ARTICLE Henning Struchtrup Toby Thatcher Bulk equations and Knudsen layers for the regularized 3 moment equations Received: 9 December 6 / Accepted:

More information

Entropy stable schemes for degenerate convection-diffusion equations

Entropy stable schemes for degenerate convection-diffusion equations Entropy stable schemes for degenerate convection-diffusion equations Silvia Jerez 1 Carlos Parés 2 ModCompShock, Paris 6-8 Decmber 216 1 CIMAT, Guanajuato, Mexico. 2 University of Malaga, Málaga, Spain.

More information

Bound-preserving high order schemes in computational fluid dynamics Chi-Wang Shu

Bound-preserving high order schemes in computational fluid dynamics Chi-Wang Shu Bound-preserving high order schemes in computational fluid dynamics Chi-Wang Shu Division of Applied Mathematics Brown University Outline Introduction Maximum-principle-preserving for scalar conservation

More information

FDM for wave equations

FDM for wave equations FDM for wave equations Consider the second order wave equation Some properties Existence & Uniqueness Wave speed finite!!! Dependence region Analytical solution in 1D Finite difference discretization Finite

More information

Efficient conservative ADER schemes based on WENO reconstruction and space-time predictor in primitive variables

Efficient conservative ADER schemes based on WENO reconstruction and space-time predictor in primitive variables Zanotti and Dumbser RESEARCH arxiv:1511.4728v2 [math.na] 23 Dec 215 Full list of author information is available at the end of the article Efficient conservative ADER schemes based on WENO reconstruction

More information

A Space-Time Expansion Discontinuous Galerkin Scheme with Local Time-Stepping for the Ideal and Viscous MHD Equations

A Space-Time Expansion Discontinuous Galerkin Scheme with Local Time-Stepping for the Ideal and Viscous MHD Equations A Space-Time Expansion Discontinuous Galerkin Scheme with Local Time-Stepping for the Ideal and Viscous MHD Equations Ch. Altmann, G. Gassner, F. Lörcher, C.-D. Munz Numerical Flow Models for Controlled

More information

ALGEBRAIC FLUX CORRECTION FOR FINITE ELEMENT DISCRETIZATIONS OF COUPLED SYSTEMS

ALGEBRAIC FLUX CORRECTION FOR FINITE ELEMENT DISCRETIZATIONS OF COUPLED SYSTEMS Int. Conf. on Computational Methods for Coupled Problems in Science and Engineering COUPLED PROBLEMS 2007 M. Papadrakakis, E. Oñate and B. Schrefler (Eds) c CIMNE, Barcelona, 2007 ALGEBRAIC FLUX CORRECTION

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

Numerical methods for kinetic equations

Numerical methods for kinetic equations Numerical methods for kinetic equations Lecture 6: fluid-kinetic coupling and hybrid methods Lorenzo Pareschi Department of Mathematics and Computer Science University of Ferrara, Italy http://www.lorenzopareschi.com

More information

Effective Boundary Conditions for Continuum Method of Investigation of Rarefied Gas Flow over Blunt Body

Effective Boundary Conditions for Continuum Method of Investigation of Rarefied Gas Flow over Blunt Body Effective Boundary Conditions for Continuum Method of Investigation of Rarefied Gas Flow over Blunt Body I.G. Brykina a, B.V. Rogov b, I.L. Semenov c, and G.A. Tirskiy a a Institute of Mechanics, Moscow

More information

Applying Asymptotic Approximations to the Full Two-Fluid Plasma System to Study Reduced Fluid Models

Applying Asymptotic Approximations to the Full Two-Fluid Plasma System to Study Reduced Fluid Models 0-0 Applying Asymptotic Approximations to the Full Two-Fluid Plasma System to Study Reduced Fluid Models B. Srinivasan, U. Shumlak Aerospace and Energetics Research Program, University of Washington, Seattle,

More information

A gas-kinetic theory based multidimensional high-order method for the compressible Navier Stokes solutions

A gas-kinetic theory based multidimensional high-order method for the compressible Navier Stokes solutions Acta Mech. Sin. 2017) 334):733 741 DOI 10.1007/s10409-017-0695-2 RESEARCH PAPER A gas-kinetic theory based multidimensional high-order method for the compressible Navier Stokes solutions Xiaodong Ren 1

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

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

Li Ruo. Adaptive Mesh Method, Numerical Method for Fluid Dynamics, Model Reduction of Kinetic Equation

Li Ruo. Adaptive Mesh Method, Numerical Method for Fluid Dynamics, Model Reduction of Kinetic Equation Li Ruo Contact Information Mailing Address: School of Mathematical Sciences, Peking University, Beijing, 100871, P. R. China Tel: 86-10-6276-7345(O), 86-150-1019-4872(M) E-mail: rli@math.pku.edu.cn Homepage:

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

Well-balanced DG scheme for Euler equations with gravity

Well-balanced DG scheme for Euler equations with gravity Well-balanced DG scheme for Euler equations with gravity Praveen Chandrashekar praveen@tifrbng.res.in Center for Applicable Mathematics Tata Institute of Fundamental Research Bangalore 560065 Higher Order

More information

Scaling Parameters in Rarefied Flow and the Breakdown of the Navier-Stokes Equations Mechanical Engineering Research Report No: 2004/09

Scaling Parameters in Rarefied Flow and the Breakdown of the Navier-Stokes Equations Mechanical Engineering Research Report No: 2004/09 Scaling Parameters in Rarefied Flow and the Breakdown of the Navier-Stokes Equations Mechanical Engineering Research Report No: 2004/09 Michael Macrossan, Centre for Hypersonics, University of Queensland

More information

Chapter 1 Direct Modeling for Computational Fluid Dynamics

Chapter 1 Direct Modeling for Computational Fluid Dynamics Chapter 1 Direct Modeling for Computational Fluid Dynamics Computational fluid dynamics (CFD) is a scientific discipline, which aims to capture fluid motion in a discretized space. The description of the

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

Advanced numerical methods for nonlinear advectiondiffusion-reaction. Peter Frolkovič, University of Heidelberg

Advanced numerical methods for nonlinear advectiondiffusion-reaction. Peter Frolkovič, University of Heidelberg Advanced numerical methods for nonlinear advectiondiffusion-reaction equations Peter Frolkovič, University of Heidelberg Content Motivation and background R 3 T Numerical modelling advection advection

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

Deforming Composite Grids for Fluid Structure Interactions

Deforming Composite Grids for Fluid Structure Interactions Deforming Composite Grids for Fluid Structure Interactions Jeff Banks 1, Bill Henshaw 1, Don Schwendeman 2 1 Center for Applied Scientific Computing, Lawrence Livermore National Laboratory, Livermore,

More information

Non-Equilibrium Flow Modeling Using High- Order Schemes for the Boltzmann Model Equations

Non-Equilibrium Flow Modeling Using High- Order Schemes for the Boltzmann Model Equations Purdue University Purdue e-pubs School of Aeronautics and Astronautics Faculty Publications School of Aeronautics and Astronautics 28 Non-Equilibrium Flow Modeling Using High- Order Schemes for the Boltzmann

More information

Hydraulic Modelling for Drilling Automation

Hydraulic Modelling for Drilling Automation Hydraulic Modelling for Drilling Automation CASA Day Harshit Bansal April 19, 2017 Where innovation starts Team: Supervisors at TU/e : W.H.A. Schilders, N. van de Wouw, B. Koren, L. Iapichino Collaborators:

More information

A Well-Balanced Path-Integral f-wave Method for Hyperbolic Problems with Source Terms

A Well-Balanced Path-Integral f-wave Method for Hyperbolic Problems with Source Terms A Well-Balanced Path-Integral f-wave Method for Hyperbolic Problems with Source Terms Randall J. LeVeque 1 Abstract. Systems of hyperbolic partial differential equations with source terms (balance laws)

More information

Modelling and numerical methods for the diffusion of impurities in a gas

Modelling and numerical methods for the diffusion of impurities in a gas INERNAIONAL JOURNAL FOR NUMERICAL MEHODS IN FLUIDS Int. J. Numer. Meth. Fluids 6; : 6 [Version: /9/8 v.] Modelling and numerical methods for the diffusion of impurities in a gas E. Ferrari, L. Pareschi

More information

Omid Ejtehadi Ehsan Roohi, Javad Abolfazli Esfahani. Department of Mechanical Engineering Ferdowsi university of Mashhad, Iran

Omid Ejtehadi Ehsan Roohi, Javad Abolfazli Esfahani. Department of Mechanical Engineering Ferdowsi university of Mashhad, Iran Omid Ejtehadi Ehsan Roohi, Javad Abolfazli Esfahani Department of Mechanical Engineering Ferdowsi university of Mashhad, Iran Overview Micro/Nano Couette Flow DSMC Algorithm Code Validation Entropy and

More information

Non-equilibrium mixtures of gases: modeling and computation

Non-equilibrium mixtures of gases: modeling and computation Non-equilibrium mixtures of gases: modeling and computation Lecture 1: and kinetic theory of gases Srboljub Simić University of Novi Sad, Serbia Aim and outline of the course Aim of the course To present

More information

Simplified ADER schemes based on a time-reconstruction GRP solver

Simplified ADER schemes based on a time-reconstruction GRP solver Simplified ADER schemes based on a time-reconstruction GRP solver Eleuterio F. TORO Professor Emeritus Laboratory of Applied Mathematics University of Trento, Italy Email: eleuterio.toro@unitn.it Webpage:

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

A recovery-assisted DG code for the compressible Navier-Stokes equations

A recovery-assisted DG code for the compressible Navier-Stokes equations A recovery-assisted DG code for the compressible Navier-Stokes equations January 6 th, 217 5 th International Workshop on High-Order CFD Methods Kissimmee, Florida Philip E. Johnson & Eric Johnsen Scientific

More information

SEMICLASSICAL LATTICE BOLTZMANN EQUATION HYDRODYNAMICS

SEMICLASSICAL LATTICE BOLTZMANN EQUATION HYDRODYNAMICS The Seventh Nobeyama Workshop on CFD: To the Memory of Prof. Kuwahara Sanjo Kaikan, the University of Tokyo, Japan, September. 23-24, 2009 SEMICLASSICAL LATTICE BOLTZMANN EQUATION HYDRODYNAMICS Jaw-Yen

More information

Lecture 5: Kinetic theory of fluids

Lecture 5: Kinetic theory of fluids Lecture 5: Kinetic theory of fluids September 21, 2015 1 Goal 2 From atoms to probabilities Fluid dynamics descrines fluids as continnum media (fields); however under conditions of strong inhomogeneities

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

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

A general well-balanced finite volume scheme for Euler equations with gravity

A general well-balanced finite volume scheme for Euler equations with gravity A general well-balanced finite volume scheme for Euler equations with gravity Jonas P. Berberich, Praveen Chandrashekar, Christian Klingenberg Abstract We present a second order well-balanced Godunov-type

More information

Generalized Gas Dynamic Equations

Generalized Gas Dynamic Equations 47th AIAA Aerospace Sciences Meeting Including The New Horizons Forum and Aerospace Exposition 5-8 January 2009 Orlando Florida AIAA 2009-672 Generalized Gas Dynamic Equations Kun Xu Mathematics Department

More information

Direct Modeling for Computational Fluid Dynamics

Direct Modeling for Computational Fluid Dynamics Direct Modeling for Computational Fluid Dynamics Kun Xu February 20, 2013 Computational fluid dynamics (CFD) is new emerging scientific discipline, and targets to simulate fluid motion in different scales.

More information

1 Continuum Models Some History and Background Added Value of Continuum Equations... 6

1 Continuum Models Some History and Background Added Value of Continuum Equations... 6 Re g u la riz a tio n o f Gra d s 1 3 -Mo m e nt-equ a tio n s in K in e tic Ga s Th e o ry Manuel Torrilhon Department of Mathematics & Center for Computational Engineering Science RWTH Aachen University

More information

Anisotropic fluid dynamics. Thomas Schaefer, North Carolina State University

Anisotropic fluid dynamics. Thomas Schaefer, North Carolina State University Anisotropic fluid dynamics Thomas Schaefer, North Carolina State University Outline We wish to extract the properties of nearly perfect (low viscosity) fluids from experiments with trapped gases, colliding

More information

CORBIS: Code Raréfié Bidimensionnel Implicite Stationnaire

CORBIS: Code Raréfié Bidimensionnel Implicite Stationnaire CORBIS: Code Raréfié Bidimensionnel Implicite Stationnaire main ingredients: [LM (M3AS 00, JCP 00)] plane flow: D BGK Model conservative and entropic velocity discretization space discretization: finite

More information

A Comparative Study Between Cubic and Ellipsoidal Fokker-Planck Kinetic Models

A Comparative Study Between Cubic and Ellipsoidal Fokker-Planck Kinetic Models A Comparative Study Between Cubic and Ellipsoidal Fokker-Planck Kinetic Models Eunji Jun German Aerospace Center (DLR), 3773 Göttingen, Germany M. Hossein Gorji Computational Mathematics and Simulation

More information

Lattice Boltzmann Method for Moving Boundaries

Lattice Boltzmann Method for Moving Boundaries Lattice Boltzmann Method for Moving Boundaries Hans Groot March 18, 2009 Outline 1 Introduction 2 Moving Boundary Conditions 3 Cylinder in Transient Couette Flow 4 Collision-Advection Process for Moving

More information

Projection Dynamics in Godunov-Type Schemes

Projection Dynamics in Godunov-Type Schemes JOURNAL OF COMPUTATIONAL PHYSICS 142, 412 427 (1998) ARTICLE NO. CP985923 Projection Dynamics in Godunov-Type Schemes Kun Xu and Jishan Hu Department of Mathematics, Hong Kong University of Science and

More information

The Lattice Boltzmann method for hyperbolic systems. Benjamin Graille. October 19, 2016

The Lattice Boltzmann method for hyperbolic systems. Benjamin Graille. October 19, 2016 The Lattice Boltzmann method for hyperbolic systems Benjamin Graille October 19, 2016 Framework The Lattice Boltzmann method 1 Description of the lattice Boltzmann method Link with the kinetic theory Classical

More information

arxiv: v1 [physics.flu-dyn] 14 Feb 2017

arxiv: v1 [physics.flu-dyn] 14 Feb 2017 This draft was prepared using the LaTeX style file belonging to the Journal of Fluid Mechanics 1 arxiv:170.0410v1 [physics.flu-dyn] 14 Feb 017 A comment on An improved macroscale model for gas slip flow

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

TAU Extensions for High Enthalpy Flows. Sebastian Karl AS-RF

TAU Extensions for High Enthalpy Flows. Sebastian Karl AS-RF TAU Extensions for High Enthalpy Flows Sebastian Karl AS-RF Contents Motivation Extensions available in the current release: Numerical schemes for super- and hypersonic flow fields Models for gas mixtures,

More information

Computations of non-reacting and reacting two-fluid interfaces

Computations of non-reacting and reacting two-fluid interfaces Computations of non-reacting and reacting two-fluid interfaces Kunkun Tang Alberto Beccantini Christophe Corre Lab. of Thermal Hydraulics & Fluid Mechanics (LATF), CEA Saclay Lab. of Geophysical & Industrial

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

Riemann Solvers and Numerical Methods for Fluid Dynamics

Riemann Solvers and Numerical Methods for Fluid Dynamics Eleuterio R Toro Riemann Solvers and Numerical Methods for Fluid Dynamics A Practical Introduction With 223 Figures Springer Table of Contents Preface V 1. The Equations of Fluid Dynamics 1 1.1 The Euler

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

Fluid dynamics for a vapor-gas mixture derived from kinetic theory

Fluid dynamics for a vapor-gas mixture derived from kinetic theory IPAM Workshop II The Boltzmann Equation: DiPerna-Lions Plus 20 Years (IPAM-UCLA, April 15-17, 2009) Fluid dynamics for a vapor-gas mixture derived from kinetic theory Kazuo Aoki Department of Mechanical

More information

Numerical and mathematical analysis of a five-equation model for two-phase flow

Numerical and mathematical analysis of a five-equation model for two-phase flow SINTEF Energy Research Master s Thesis PFE-Master Numerical and mathematical analysis of a five-equation model for two-phase flow Author Pedro José Martínez Ferrer Supervisors Svend Tollak Munkejord Tore

More information

Direct modeling for computational fluid dynamics

Direct modeling for computational fluid dynamics Acta Mech Sin (5) 3(3):33 38 DOI.7/s49-5-453- RESEARCH PAPER Direct modeling for computational fluid dynamics Kun u Received: 5 January 5 / Revised: 5 February 5 / Accepted: 3 March 5 / Published online:

More information

A hybrid kinetic-fluid model for solving the gas dynamics Boltzmann-BGK equation.

A hybrid kinetic-fluid model for solving the gas dynamics Boltzmann-BGK equation. A hybrid kinetic-fluid model for solving the gas dynamics Boltzmann-BGK equation. N. Crouseilles a, b, P. Degond a, and M. Lemou a a MIP, UMR CNRS 564, UFR MIG, Université Paul Sabatier 8, route de Narbonne,

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