NUMERICAL STUDIES ON HAMILTON-JACOBI EQUATION IN NON-ORTHOGONAL COORDINATES

Size: px
Start display at page:

Download "NUMERICAL STUDIES ON HAMILTON-JACOBI EQUATION IN NON-ORTHOGONAL COORDINATES"

Transcription

1 J. Appl. Math. & Computing Vol. 21(2006), No. 1-2, pp NUMERICAL STUDIES ON HAMILTON-JACOBI EQUATION IN NON-ORTHOGONAL COORDINATES MINYOUNG YUN Abstract. The level-set method is quite efficient and robust to track the motion of interface for interested object. It is necessary to deal with the Hamilton-Jacobi equation through reinitialization process so that the added dimension has a signed distance. However, during the computation, the level set function becomes irregular. In order to prevent the irregularities of the calculated level set function, the reinitialization of the level set function is needed during the entire computation. Since the zero level set represents a moving boundary interface, it must not move during reinitialization. However, this zero level set moves in actual computation and numerical error deviated from the zero level set is introduced. In fact, the volume with the zero level set shrinks and the volume is not conserved during the reinitialization process. In the present study, the proper treatment is used to conserve the volume during the reinitialization process. Special emphasis is given to the effects of numerical schemes on the reconstruction of the signed distance function in the context of level set methods. So far, most of the level set method is based on the orthogonal grid systems. In order to handle the complex geometry encountered in the real engineering problems, the extension to the formulations and discretized equations based on the non-orthogonal grids has been made. Numerical results indicate that the present procedure successfully demonstrated the capability to reconstruct the signed distance function. AMS Mathematics Subject Classification : 35L55. Key words and phrases : Level set method, Hamilton-Jacobi equation, reinitialization, non-orthogonal coordinates. 1. Introduction The main characteristic of front propagating problems is that the location of the moving boundary inherently influences the evolution process. Thus, it Received June 13, c 2006 Korean Society for Computational & Applied Mathematics and Korean SIGCAM. 603

2 604 Minyoung Yun is crucial to determine the position of the boundary. There are several frontcapturing methods including the Lagrangian tracking method, the volume of fluid method, and the level set method. Among these front capturing methods, the level set approach is the most promising procedure which can circumvent serious drawbacks of the other two methodologies. The advantages of this level set technique include the no requirement of explicit interface information, flexibility for treating complex interface geometries, use of the fixed-grid discretization, numerical stability, no complicated bookkeeping procedure, and the easy extension to three-dimensional problems. Level set methods has been widely used to solve the front propagating problems crystal growth[1], multi-phase flow[2,3], and image processing[4-6]. Especially in the techniques of image science which demands multi-disciplinary knowledge and flexible but still robust methods, some relevant level set techniques are potentially useful. The level set method for capturing moving fronts was introduced by Osher and Sethian [7]. The image science using level set techniques has been applied successfully to the image/video processing, computer vision, and graphics. These include special research efforts for medical imaging and Hollywood-type special image effects. However, during the computation, the level set function becomes irregular. In order to prevent the irregularities of the calculated level set function, the reinitialization of the level set function is needed after a small number of evolution time steps. Thus, the reinitialization is continuously applied during the entire computation. Since the zero level set represents a moving boundary which may be an interface of two differently characterizing fields or materials, it must not move during reinitialization. However, this zero level set moves in actual computation and numerical error deviated from the zero level set is introduced. Moreover, the error is not qualitatively arbitrary but tends always to one direction. In fact, the volume with the zero level set shrinks and the volume is not conserved in the reinitialization process. These numerical errors are progressively accumulated during the entire calculation. These deviations eventually results in the substantial degree of the volume shrinks and grid anisotropy during the re-initialization process. In order to overcome the undesirable defects including the volume shrinks and grid anisotropy, the present study uses the proper treatment[8] to conserve the volume during the reinitialization process and the high-order upwind scheme[9,10] to minimize numerical diffusion. A high order WENO (Weighted Essentially Non-Oscillatory) scheme[9] has been employed to approximate the Hamilton-Jacobi equation. Roughly speaking, WENO schemes are central schemes in regions where the solution is smooth but emulate ENO (Essentially Non- Oscillatory) schemes near the singularities of the solution. This is achieved by weighting the substencils of the base ENO scheme with the weights adapted to the relative smoothness of the solution on these substencils. It is recognized

3 Numerical studies on Hamilton-Jacobi equation 605 that WENO scheme are more accurate and robust than the base ENO schemes and still maintain a compact stencil, which could be very desirable for certain boundary treatments. Another crucial issue in the level set approach for the practical problems might be how to deal with the complex geometry encountered in the real engineering problems. So far, most of the level set method is based on the orthogonal grid systems. In the present study, we extend to the formulations of the level set approach based on the non-orthogonal grids. The discretized equations in the body-fitted coordinate are also presented in detail. In the reconstruction of the signed distance function in the context with the level set method, the present study has focused on numerically investigating the effects of numerical schemes together with the volume conservation treatment as well as the level-set formulations based on the non-orthogonal grids. Based on numerical results, the detailed discussions have been made. 2. Reinitialization Level set methods have proven to be useful tools for computing interface evolution. In this approach the interface is represented as the zero level set of a continuous level set function defined in a domain. The level sets always move according to the velocity field means that φ 0 = 0 does not along the trajectory, x(t). φ(x(t),t)=φ 0 The function φ 0 is defined everywhere in the domain. The interface is updated by solving a transport equation obtained by the chain rule, t + φ(x(t),t) x (t) =0 (1) The velocity function, F outwardly normal to the interface can be expressed as, F = x (t) n = x (t) Substituting (2) into (1) yields φ φ F φ = x (t) φ (2) t + F φ =0 : φ 0 = φ(x 0,t= 0) (3) which is the level set equation introduced by Osher and Sethian[13]. For the certain speed function, this is a first-order partial differential equation of Hamilton- Jacobi type. It makes the zero level set to move exactly as the interface moves with the flow. Thus, equation (3) could be an evolution equation for the interface. However, in many applications the level set function obtained by the solution of equation (3) may become distorted, which means that its gradient

4 606 Minyoung Yun may become very large or very small around the interface. It is therefore useful to replace the level set function with a better behaved function which has the same zero level set. This process is called reinitialization [11]. The simplest and most useful choice is to replace the level set function by the signed distance function. A signed distance function referenced at φ 0 =0is obtained by solving the steady-state solutions of the following equation (4) with a constraint, φ = 1. t = sgn(φ 0)(1 φ ) : φ(x 0, 0) = φ 0 (4) Here the sign function, sgn(x) is defined as 1 if x>0, sgn(x) = 0 if x =0, (5) 1 if x<0. Using equation(4), the idea behind this reinitialization procedure is to impose the steady state solution to be a distance function for the zero level, φ =1 with the same zero level set as the initial function φ 0 = 0. Hence, the distance function may be computed for any given zero level without changing its position. In this reinitialization process, without moving the zero level set itself as well as without knowing explicitly the position of the zero level set, the distance function can be determined from the zero level set. In numerical computations, the smoother sign function could be used. 3. Discretization of Hamilton-Jacobi equation in orthogonal coordinate and numerical results First-order upwind scheme It is well known that the solution of equation (4) typically are continuous but with discontinuous derivatives even when the initial condition φ is smooth, and such solutions are generally not unique. The viscosity solution of Hamilton- Jacobi equation was obtained by Crandal and Lions[3]. They introduced an important class of monotone schemes for the Hamilton-Jacobi equation. Using a first-order upwind scheme[2], the two-dimensional Hamilton-Jacobi equation is discretized by, where φ n+1 i,j = φ n i,j ts(φ 0 i,j)g(φ) i,j (6) max(a 2 +,b 2 )+max(c 2 +,d 2 ) 1 if φ 0 i,j G(φ) i,j = max(a 2,b2 + )+max(c2,d2 + ) 1 if φ0 i,j < 0 (7)

5 Numerical studies on Hamilton-Jacobi equation 607 For any real number h, h + = max(h, 0), h = min(h, 0). In equation (7), the nearby gradients for grid points are given as a = Dx φ i,j = φ i,j φ i 1,j, b = D x + φ i,j = φ i+1,j φ i,j x x c = Dy φ i,j = φ i,j φ i,j 1, d = D y + y φ i,j = φ i,j+1 φ i,j y The smoothed sign function, S(φ) can be discretized by ( S(φ) =2 H h 1 ) 2 (8) (9) Here, H h (φ) is the Heaviside function described below. 1, if φ i,j > h H h (φ i,j )= 0, ( if φ i,j < h φi,j h + 1 πφi,j π sin( h ), ) otherwise(i.e., φ i,j < h) (10) where h = α min( x, y) and α = 1 2. The computational time-step can be obtained to satisfy the CFL condition. t = α 2 min( x, y) with α<1 As a two-dimensional validation case, we consider the zero level set is chosen a circle with radius 4. φ 0 (x, y) = x 2 + y 2 4 (11) Here φ 0 (x, y) is the signed distance function. If the reinitialization algorithm is applied to this distance function, there must be no movement for the initial level set. Figure 1 displays the orthogonal mesh arrangement. In this study, grid is all calculations for the orthogonal mesh arrangement. Figure 2 shows the distance function constructed by the first-order scheme with the initial condition given by equation (11). Here we have plotted the zero level set of φ is N = 0, 160, 320, 480, 640, 800. The temporal and spatial intervals are chosen as t =0.5 x, x =10/16. It can be clearly seen that there exist not only the circle shrinks but also the considerable grid anisotropy. Numerical diffusion is partially responsible for these undesirable effects. These deviations could be reduced by utilizing the higher-order upwind schemes. Thus, this algorithm produces an error that is

6 608 Minyoung Yun proportional to the number of iterations. In most applications a small number of iterations of reinitialization procedure are applied each time step. Thus the total number iterations will be large; consequently, the error due to the reinitialization algorithm could be rather large. Figure 1. Numerical grid arrangement (16 16 mesh, x = y =10/16). High-order WENO scheme As shown in Figure 2, the first-order result clearly indicates that there are the considerable degree of circle shrinks and anisotropy. These numerical errors are increased with the number of iterations. Figure 2. Construction of the distance function using the 1 st upwind scheme without volume conservation treatment: Dashed(160), Dash Dot(320), Dotted(480), Long Dash(640), Solid(800). In the level set approach, since the total number of iterations could be large,

7 Numerical studies on Hamilton-Jacobi equation 609 numerical errors are continuously accumulated and eventually becomes quite large. Since numerical diffusion associated with the first order scheme is partially responsible for these deviations, we need to check the third order WENO( Weighted Essentially Non-Oscillatory) scheme. In order to minimize numerical diffusion, a high order accurate weighted ENO (WENO) scheme[9] has been employed to approximate the Hamilton-Jacobi equation. This scheme is constructed by weighting the substencils of the base ENO scheme with the weights adapted to the relative smoothness of the solution on these substencils. The weights can be defined in such a way that in smooth regions it approaches certain optimal weights to achieve a higher order of accuracy while in regions near discontinuities, the stencils which contain the discontinuities are assigned as a nearly zero weight. Thus essentially nonoscillatory property is achieved by emulating ENO schemes around discontinuities and a higher order of accuracy is obtained by emulating upstream central schemes with the optimal weights away form discontinuities. It is recognized that WENO scheme are more accurate and robust than the base ENO schemes and still maintain a compact stencil, which could be very desirable for certain boundary treatments. Another advantage of WENO schemes is that its flux is smoother than that of ENO schemes. The present study employs the high-order WENO scheme suggested by Jiang et al.[9]. The first order gradient can be expressed in the abbreviated form D x ± φ i,j = ±(φ i±1,j φ i,j ) (x axis) x D y ± φ i,j = ±(φ i,j±1 φ i,j ) (y axis) (12) y The gradient for the WENO scheme can be expressed as follows. Here j index is fixed and index is interchangeable for the y-axis. D x ± φ i = 1 ( D x + φ i 2 +7D x + φ i 1 +7D x + φ i D x + φ i+1 ± x 12 ) Φ WENO (Dx D+ x φ i±2,dx D+ x φ i±1,dx D+ x φ i,dx D+ x φ i 1 (13) Φ WENO (a, b, c, d) = 1 3 ω 0(a 2b + c)+ 1 6 The weighting factors ω 0, ω 2 are given as, α 0 = ω 0 = α 0 α 2, ω 2 =, α 0 + α 1 + α 2 α 0 + α 1 + α 2 1 (ε + β 0 ) 2, α 1 = 1 (ε + β 1 ) 2, α 2 = ( ω 2 1 ) (b 2c + d) (14) 2 1 (ε + β 2 ) 2, (15)

8 610 Minyoung Yun β 0 = 13(a b) 2 +3(a 3b) 2, β 1 = 13(b c) 2 +3(b + c) 2, β 2 = 13(c d) 2 + 3(3c d) 2, Here, ε is the small value, 10 6 to prevent the singularity. This WENO scheme is the fifth-order accurate in smooth regions of the flux function while it is just the third-order accurate at discontinuities. Figure 3 shows the distance function constructed by the third-order WENO scheme with the initial condition given by equation (11). Numerical results clearly indicate that the circle shrinks and the grid anisotropy are nearly invisible. However, there still exist the low level of errors which could create numerical noises in actual applications with a large number of iterations. Figure 3. Construction of the distance function using WENO scheme without volume conservation treatment. In order to evaluate the accuracy of numerical schemes, numerical error is computed by a following expression. nx ny error = i=1 j=1 φ n i,j φexact i,j nx ny Numerical errors of two schemes are compared at Table 1. Numerical errors of the first-order and third-order scheme without a volume conservation treatment are 6.57e-01 and 7.30e-03, respectively. Even if the third-order WENO scheme yields the much lower level of numerical error, numerical errors need to be minimized for the actual applications. In this aspect, to minimize numerical errors in a robust efficient way, this study employs the volume conservation treatment [10] described below.

9 Numerical studies on Hamilton-Jacobi equation 611 Table 1. Numerical error of two schemes with and without volume conservation treatment (16 16 Mesh) Error Orthogonal Grid Non-orthogonal Grid without volume with volume without volume with volume conservation conservation conservation conservation 1st upwind 6.57e e e e-02 WENO 7.30e e e e-02 Treatment for Volume Conservation The evolution equation for the interface must conserve the volume of the domain bounded by the curve defined implicitly by the equation (4). However, in actual computations this is not true anymore. The total volume surrounded by the zero level set φ 0 can be written as, V = Ω S(φ)dΩ (Ω = {φ Ω:φ(x, y) <φ 0 }) (16) Here, S(φ) is the smoothed sign function. Recently Sussman et al.[8] proposed a constraint for equation (4) to conserve the volume enclosed by the zero level set during the computational process of reinitialization. This can be achieved by requiring that S(φ)dΩ = 0 (17) t Ω where Ω is any fixed domain. By defining L(φ 0,φ) = S(φ 0 )(1 φ ) and inserting additional term to correct numerical errors, the original evolution equation can be modified as t = L(φ 0,φ)+λf(φ) (18) where f(φ) is any function and λ is a function of t only determined by requiring S(φ)dΩ = S (φ) t Ω Ω t dω= S (φ)(l(φ 0,φ)+λf(φ))dΩ = 0 (19) Ω Thus λ can be expressed as

10 612 Minyoung Yun λ = Ω S (φ)l(φ 0,φ)dΩ Ω S (φ)f(φ)dω We choose f(φ) =S (φ) φ to ensure that the correction is applied only at the interface without disturbing the function property distant from the interface. If equation (4) is solved exactly, λ will be zero. This is because L(φ 0,φ) will be zero in regions where S (φ) is not zero. In numerical computations, this is not true anymore, since the zero level set of φ 0 may differ from that of φ due to numerical error. Since the zero level set should be preserved by the reinitialization step, we need to numerically impose that the mass remain unchanged in any subset of the domain. For numerical purposes, the discretized formulation for the above equation need to preserve the volume in every grid cell, Ω ij. S (φ)(l(φ 0,φ)+λS (φ) φ )dω =0 Ω ij S (φ)l(φ 0,φ)dΩ+λ S (φ) 2 φ dω = 0 (20) Ω ij Ω ij λ ij = Ω ij S (φ)l(φ 0,φ)dΩ Ω ij S (φ) 2 φ dω The numerical integration over the domain { Ω ij = (x, y) x i 1 <x<x 2 i+ 1 2 is computed using a 9-point stencil: 1 g Ωij h2 16g ij + 24 where h 2 = x + y. m= 1;m =0n= 1;n =0 } and y i 1 <y<y 2 i g i+m,j+n (21) (22) Figure 4 shows the construction of the distance function using the first order scheme with volume conservation. Numerical results clearly indicate that the volume conservation treatment greatly improves the solution quality of the first-order scheme and drastically reduces the departure from the initial level-set function. Compared to the first-order scheme without any treatment, the volume conservation procedure reduce numerical error(3.47e-02) with the order-ofmagnitude. However, this error is still higher than the error(7.30e-03) obtained by the third-order WENO scheme without a volume conservation treatment.

11 Numerical studies on Hamilton-Jacobi equation 613 Figure 4. Construction of the distance function using 1 st upwind scheme with volume conservation treatment Next we test the third-order WENO scheme with the volume conservation procedure. Figure 5 displays the construction of the distance function using the third-order WENO scheme with the volume conservation procedure. As would be expected, when the volume conservation procedure is imposed, the numerical deviations of the third-order WENO scheme are substantially reduced. In the orthogonal grid system, compared to the first-order scheme, the third-order WENO scheme with the volume conservation procedure yields the nearly perfect conformity with the initial level-set function and the much lower error(0.31e-03). Figure 5. Construction of the distance function using WENO scheme with volume conservation treatment 4. Discretization of Hamilton-Jacobi Equation in non-orthogonal coordinate and numerical Results

12 614 Minyoung Yun For the practical applications of the level set approach, we often have to numerically deal with the Hamilton-Jacobi equation in the non-orthogonal grid system. This study extends numerical schemes of the Hamilton-Jacobi equation to the first-order and higher-order scheme in the non-orthogonal grid system. The detailed formulations are given below. First-order upwind scheme In order to discretize the Hamilton-Jacobi equations in non-orthogonal generalized coordinate, the coordinate of mathematical formulation must be transformed from physical domain to computational domain expressed in terms of the following metrics and Jacobian. ξ x = Jy η, ξ y = Jx η, η x = Jy ξ, η y = Jx ξ, (23) 1 J =. x ξ y η y ξ x η The metric and Jacobians at computational faces and nodes are discretized as (1) East-West Face: x ξ = x i+1,j x i,j ξ = x i+1,j x i,j ( ξ = η =1), x η = x i+1,j+1 + x i,j+1 x i+1,j 1 x i,j 1 4 η = 0.25(x i+1,j+1 + x i,j+1 x i+1,j 1 x i,j 1 ), y ξ = y i+1,j y i,j, y η =0.25(y i+1,j+1 + y i+1,j y i 1,j+1 y i 1,j ), y η = y i,j+1 y i,j. (2) North-South Face: x ξ =0.25(x i+1,j+1 + x i+1,j x i 1,j+1 x i 1,j ), x η = x i,j+1 x i,j, y ξ =0.25(y i+1,j+1 + y i+1,j y i 1,j+1 y i 1,j ), y η = y i,j+1 y i,j. (3) Nodal Point: x ξ =0.5(x i+1,j x i 1,j ),

13 Numerical studies on Hamilton-Jacobi equation 615 x η =0.5(x i,j+1 x i,j 1 ), y ξ =0.5(y i+1,j y i 1,j ), y η =0.5(y i,j+1 y i,j 1 ). The coordinate of Hamilton-Jacobi equation can be transformed from the physical domain to the computational domain by utilizing the chain rule. x = ξ x ξ + η x η + ζ x ζ, y = ξ y ξ + η y η + ζ y ζ, (24) z = ξ z ξ + η z η + ζ z ζ. Substituting these relations into equation (4), φ t = t = sgn(φ 0)(1 φ ) = { [ ( ) 2 ( ) 2 ( ) 2 τ = sgn(φ 0) 1 α + β + γ ξ η ζ ( ) ( ) ( )] 1/2 } +l + m + n, ξ η ξ ζ η ζ where φ(ξ,η,ζ;0)=φ 0 (ξ,η,ζ; τ = 0) (25) α = ξx 2 + ξy 2 + ξz, 2 l =2(ξ x η x + ξ y η y + ξ z η z ), β = ηx 2 + η2 y + η2 z, m =2(ξ xζ x + ξ y ζ y + ξ z ζ z ), γ = ζx 2 + ζ2 y + ζ2 z, n =2(η xζ x + η y ζ y + η z ζ z ). In two-dimensional case, equation (25) is expressed as { [ ( ) 2 ( ) 2 ( t = sgn(φ ) ] } 1/2 0) 1 α + β + l, (26) ξ η ξ η where φ(ξ,η;0)=φ 0 (ξ,η) α = ξ 2 x + ξ 2 y, β = η 2 x + η 2 y, l =2(ξ x η x + ξ y η y ).

14 616 Minyoung Yun Since equation (4) is a hyperbolic equation, the upwinding flux in the ζ-direction is expressed as a = D ξ φ i,j = φ i,j φ i 1,j ξ, b = D + ξ φ i,j = φ i+1,j φ i,j, (27) ξ { ξ = max(a, b, 0), if φ 0 > 0 max( a, b, 0), if φ 0 < 0. (28) Figure 6. Non-orthogonal grid, mesh and Ω. =[ 6, 6] [ 6, 6] Figure 7. Construction of the distance function using 1 st upwind scheme without volume conservation treatment in the non-orthogonal grid system; Dashed(160), Dash Dot(320), Dotted(480), Long Dash(640), Solid(800)

15 Numerical studies on Hamilton-Jacobi equation 617 Similarly, the upwinding fluxes in the η-direction and ζ-direction are obtained. To investigate the reinitialization process in non-orthogonal generalized coordinate, a circle with radius 4 and center location(0,0) has been chosen as the initial level-set function. Computations are based on grid arrangement and the third-order Runge-Kutta method is used for the temporal integration. Figure 6 presents the computational mesh arrangement for the non-orthogonal grid system. Figure 7 shows numerical result obtained by the first-order upwind scheme utilizing equations (27) and (28). It can be clearly shown that there exist the considerable level of the circle shrinks and grid anisotropy. Compared to the solution of the orthogonal coordinate system, numerical results indicate that the circle shrinks and the anisotropy are much higher. In the first-order scheme in this non-orthogonal grid system, numerical error (1.93e+00) in Table 1 is much higher than numerical error (6.57e- 01) in the orthogonal grid system. This increased error could be mainly caused by the grid skewness of the non-orthogonal system. Figure 8 Construction of the distance function using 1 st upwind scheme with volume conservation treatment in the non-orthogonal grid system Figure 8 shows the construction of the distance function using the first order scheme with volume conservation in the non-orthogonal grid system. Similar to the orthogonal grid system, the volume conservation treatment greatly improves the solution quality of the first-order scheme and drastically reduces the departure from the initial level-set function. Compared to the first-order scheme without any treatment, the volume conservation procedure substantially reduces numerical error up to 6.29e-02. As would be expected, this numerical error is slightly higher than error (3.47e-02) in orthogonal grid arrangement.

16 618 Minyoung Yun High-order WENO scheme In order to minimize the numerical diffusion as well as to improve the numerical stability, this study adopts the second-order Lax-Friedrichs splitting scheme. Equation (4) can be expressed as the generalized form of the two-dimensional Hamilton-Jacobi equation described below. Here, the Hamiltonian, H can be written as t + H(φ x,φ y ) = 0 (29) H(φ x,φ y )=sgn(φ 0 )( φ 2 x + φ2 y 1). (30) Transforming the coordinate, equation (29) can be expressed as where t + H(φ ξ,φ η ) = 0 (31) H(φ ξ,φ η )=H(ξ x φ ξ + η x φ η,ξ y φ ξ + η y φ η ). (32) By applying the Lax-Friedrichs Scheme to equation (31), ( 1 φ n+1 i,j = φ n i,j t n H 2 (u+ i,j + u i,j ), 1 ) 2 (v+ i,j + v i,j ) + t n 2 A(u± i,j ; v± i,j )(u+ i,j u i,j ) + t n 2 B(u± i,j ; v± i,j )(v+ i,j v i,j ) (33) Here the notations of the abbreviated variables are explained below. u ± i,j = ± ξ φn i,j, v ± i,j = ± η φ n i,j. A(u ± i,j ; v± i,j { )=max H } 1 (u, v) u I(u,u + ),v [C, D] B(u ± i,j ; v± i,j { )=max H } 2 (u, v) v I(v,v + ),u [A, B] H 1 = ξ x H 1 + ξ y H 2, H2 = η x H 1 + η y H 2, (34)

17 Numerical studies on Hamilton-Jacobi equation 619 H 1 = H(φ x,φ y ) = sgn(φ 0 φ ) x, x φ 2 x + φ2 y H 2 = H(φ x,φ y ) = sgn(φ 0 φ ) y, y φ 2 x + φ2 y [A, B] = value range for (φ ξ ) i, [C, D] = value range for (φ η ) j. Here all the fluxes at face upwinded by the third-order WENO upwind scheme. Figure 9 shows numerical result obtained by the third-order WENO scheme without the volume conservation treatment. Compared to the first-order scheme without the volume conservation treatment, the circle shrinks and grid anisotropy are nearly disappeared. However, unlike the orthogonal grid system, there exists the noticeable departure from the initial level-set function. In the first-order scheme in this non-orthogonal grid system, numerical error (7.28e-02) in Table 1 is almost 10 times higher than numerical error (7.30e-03) in the orthogonal grid system. Figure 9. Construction of the distance function using WENO scheme without volume conservation treatment Figure 10 shows the construction of the distance function predicted by the third-order WENO scheme with volume conservation in the non-orthogonal grid system. Numerical results of the third-order WENO scheme in the nonorthogonal grid system clearly indicate that the departures from the initial level set function are nearly disappeared by the volume conservation treatment. In the non-orthogonal grid system, compared to the first-order scheme, the third-order WENO scheme with the volume conservation procedure yields the quite good

18 620 Minyoung Yun conformity with the initial level-set function and the much lower error (3.47e- 02). Due the grid skewness, this error in the non-orthogonal grid is almost 3 times higher than numerical error (1.31e-03) in orthogonal grid. Figure 10. Construction of the distance function using WENO scheme with volume conservation treatment 5. Conclusions In the reconstruction of the signed distance function in the context with the level set method, the present study has numerically investigated the effects of numerical schemes together with the volume conservation treatment as well as the level-set formulations based on the non-orthogonal grids. Based on numerical results, the following conclusion can be drawn. 1. Numerical results indicate that the present procedure together with the volume conservation treatment and the higher-order scheme successfully demonstrated the capability to reconstruct the signed distance function. Because of its simplicity, accuracy, and efficiency, the present scheme can be effectively used as a tool for the computation of a signed distance function, either for problems where this function is required or as an intermediate step in level set calculations. 2. Without the proper volume conservation treatment, the first-order results show the substantial degree of the circle shrinks and grid anisotropy. These numerical errors are increased with the number of iterations. Numerical diffusion associated with the first order scheme is mainly responsible for these deviations. When the third-order WENO scheme is used, these deviations are considerably reduced.

19 Numerical studies on Hamilton-Jacobi equation When the proper volume conservation treatment is employed to correctly capture the interface, without disturbing the distance function property away from the interface, the volume shrinks and grid anisotropy are greatly reduced. Compared to the first-order scheme, the third-order WENO scheme predicts the much closer agreement with the initial level set. 4. In order to handle the complex geometry encountered in the real engineering problems, the level-set formulations based on the non-orthogonal grids have been successfully implemented. Numerical results of the third-order WENO scheme in the non-orthogonal grid system clearly indicate that the departures from the initial level set function are nearly disappeared by the volume conservation treatment. Compared to the first-order scheme, the third-order WENO scheme with the volume conservation procedure yields the much better conformity with the initial level-set function. Due the grid skewness, the numerical error in the non-orthogonal grid is times higher than error in the orthogonal grid. References 1. S. Chen, B. Merriman, S. Osher, and P. Smereka, A simple level set method for solving Stefan problems, J. Comput. Phys. 135(8)(1997). 2. M. Sussman, P. Smereka, and S. Osher, A level set method for computing solutions to incompressible two phase flow, J. Comput. Phys. 135(1994). 3. M. Sussman and P. Smereka, Axisymmetric free boundary problems, J. Fluid Mech. 341(1997). 4. D. Adalsteinsson and J.A. Sethian, An overview of level set methods for etching, deposition, and lithography development, IEEE Transactions on Semiconductor Devices 10(1)(1997). 5. F. Alvarez, F. Guichard, J.-M. Morel, and P.-L. Lions, Axioms and fundamental equations of image processing, Arch. Rat. Mech. and Analysis 123(1993), Mark L. Green, Statistics of images, the TV algorithm of Rudin-Osher-Fatemi for image denoising and an improved denoising algorithm, UCLA CAM Report 02(55)(2002) 7. Stanley Osher and James A. Sethian, Fronts propagating with curvature-dependent speed: algorithms based on Hamilton-Jacobi formulations, J. Comput. Phys. 79(1)(1988), Mark Sussman and Emad Fatemi, An Efficient, interface-preserving level set redistancing algorithm and its application to interfacial incompressible fluid flow, SIAM Journal Scientific Computing 20(4), Guang-Shan Jiang and Chi-Wang Shu, Efficient Implementation of weighted ENO schemes, Journal of Computational physics 126(1996), Jianliang Qian and William W. Symes, An Adaptive Finite-difference method for travel times and amplitudes, Geophysics 67(1)(2002), J.A. Sethian, Level Set Methods and Fast Marching Methods: Evolving interface in computational geometry, fluid mechanics, computer vision, and materials science, Cambridge Univ. Press (1999). 12. M.G. Crandall and P.L. Lions, Viscosity Solution of Hamilton-Jacobi Equations, Transaction of AMS 277(1983), 1-43.

20 622 Minyoung Yun 13. S. Osher and J.A. Sethian, Front Propagating with Curvature-Dependent Speed: Algorithms Based on Hamilton-Jacobi Formulations, Journal of Computational Physics 79(1988), Minyoung Yun received her BS from Chonbuk National University and Ph.D in Computer Science from the University of Alabama in Huntsville. In 1994 she was an assistant professor at the Alabama A & M University. Since 1995, she has been an associate professor at the Sungkyul University. Her research interests include algorithm analysis, ant colony optimization and numerical algorithm in image processing. Division of Computer and Communications Engineering, Sungkyul University, Anyang , Korea alabama@sungkyul.edu

An adaptive mesh redistribution method for nonlinear Hamilton-Jacobi equations in two- and three-dimensions

An adaptive mesh redistribution method for nonlinear Hamilton-Jacobi equations in two- and three-dimensions An adaptive mesh redistribution method for nonlinear Hamilton-Jacobi equations in two- and three-dimensions H.-Z. Tang, Tao Tang and Pingwen Zhang School of Mathematical Sciences, Peking University, Beijing

More information

Fraunhofer Institute for Computer Graphics Research Interactive Graphics Systems Group, TU Darmstadt Fraunhoferstrasse 5, Darmstadt, Germany

Fraunhofer Institute for Computer Graphics Research Interactive Graphics Systems Group, TU Darmstadt Fraunhoferstrasse 5, Darmstadt, Germany Scale Space and PDE methods in image analysis and processing Arjan Kuijper Fraunhofer Institute for Computer Graphics Research Interactive Graphics Systems Group, TU Darmstadt Fraunhoferstrasse 5, 64283

More information

A STOPPING CRITERION FOR HIGHER-ORDER SWEEPING SCHEMES FOR STATIC HAMILTON-JACOBI EQUATIONS *

A STOPPING CRITERION FOR HIGHER-ORDER SWEEPING SCHEMES FOR STATIC HAMILTON-JACOBI EQUATIONS * Journal of Computational Mathematics Vol.8, No.4, 010, 55 568. http://www.global-sci.org/jcm doi:10.408/jcm.1003-m0016 A STOPPING CRITERION FOR HIGHER-ORDER SWEEPING SCHEMES FOR STATIC HAMILTON-JACOBI

More information

HIGH ORDER NUMERICAL METHODS FOR TIME DEPENDENT HAMILTON-JACOBI EQUATIONS

HIGH ORDER NUMERICAL METHODS FOR TIME DEPENDENT HAMILTON-JACOBI EQUATIONS June 6, 7 :7 WSPC/Lecture Notes Series: 9in x 6in chapter HIGH ORDER NUMERICAL METHODS FOR TIME DEPENDENT HAMILTON-JACOBI EQUATIONS Chi-Wang Shu Division of Applied Mathematics, Brown University Providence,

More information

High order finite difference Hermite WENO schemes for the Hamilton-Jacobi equations on unstructured meshes

High order finite difference Hermite WENO schemes for the Hamilton-Jacobi equations on unstructured meshes High order finite difference Hermite WENO schemes for the Hamilton-Jacobi equations on unstructured meshes Feng Zheng, Chi-Wang Shu and Jianxian Qiu 3 Abstract In this paper, a new type of high order Hermite

More information

Lecture 16. Wednesday, May 25, φ t + V φ = 0 (1) In upwinding, we choose the discretization of the spatial derivative based on the sign of u.

Lecture 16. Wednesday, May 25, φ t + V φ = 0 (1) In upwinding, we choose the discretization of the spatial derivative based on the sign of u. Lecture 16 Wednesday, May 25, 2005 Consider the linear advection equation φ t + V φ = 0 (1) or in 1D φ t + uφ x = 0. In upwinding, we choose the discretization of the spatial derivative based on the sign

More information

Eulerian Vortex Motion in Two and Three Dimensions

Eulerian Vortex Motion in Two and Three Dimensions Eulerian Vortex Motion in Two and Three Dimensions Igor Yanovsky June 2006 1 Objective An Eulerian approach is used to solve the motion of an incompressible fluid, in two and three dimensions, in which

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

Level Set and Phase Field Methods: Application to Moving Interfaces and Two-Phase Fluid Flows

Level Set and Phase Field Methods: Application to Moving Interfaces and Two-Phase Fluid Flows Level Set and Phase Field Methods: Application to Moving Interfaces and Two-Phase Fluid Flows Abstract Maged Ismail Claremont Graduate University Level Set and Phase Field methods are well-known interface-capturing

More information

Numerical Methods of Applied Mathematics -- II Spring 2009

Numerical Methods of Applied Mathematics -- II Spring 2009 MIT OpenCourseWare http://ocw.mit.edu 18.336 Numerical Methods of Applied Mathematics -- II Spring 2009 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.

More information

ALTERNATING EVOLUTION DISCONTINUOUS GALERKIN METHODS FOR HAMILTON-JACOBI EQUATIONS

ALTERNATING EVOLUTION DISCONTINUOUS GALERKIN METHODS FOR HAMILTON-JACOBI EQUATIONS ALTERNATING EVOLUTION DISCONTINUOUS GALERKIN METHODS FOR HAMILTON-JACOBI EQUATIONS HAILIANG LIU AND MICHAEL POLLACK Abstract. In this work, we propose a high resolution Alternating Evolution Discontinuous

More information

A central discontinuous Galerkin method for Hamilton-Jacobi equations

A central discontinuous Galerkin method for Hamilton-Jacobi equations A central discontinuous Galerkin method for Hamilton-Jacobi equations Fengyan Li and Sergey Yakovlev Abstract In this paper, a central discontinuous Galerkin method is proposed to solve for the viscosity

More information

A Central Compact-Reconstruction WENO Method for Hyperbolic Conservation Laws

A Central Compact-Reconstruction WENO Method for Hyperbolic Conservation Laws A Central Compact-Reconstruction WENO Method for Hyperbolic Conservation Laws Kilian Cooley 1 Prof. James Baeder 2 1 Department of Mathematics, University of Maryland - College Park 2 Department of Aerospace

More information

Finite difference Hermite WENO schemes for the Hamilton-Jacobi equations 1

Finite difference Hermite WENO schemes for the Hamilton-Jacobi equations 1 Finite difference Hermite WENO schemes for the Hamilton-Jacobi equations Feng Zheng, Chi-Wang Shu 3 and Jianian Qiu 4 Abstract In this paper, a new type of finite difference Hermite weighted essentially

More information

Redistancing the Augmented Level Set Method

Redistancing the Augmented Level Set Method ILASS-Americas 23rd Annual Conference on Liquid Atomization and Spray Systems, Ventura, CA, May 2011 Redistancing the Augmented Level Set Method L. Anumolu and M.F. Trujillo Department of Mechanical Engineering

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

On the positivity of linear weights in WENO approximations. Abstract

On the positivity of linear weights in WENO approximations. Abstract On the positivity of linear weights in WENO approximations Yuanyuan Liu, Chi-Wang Shu and Mengping Zhang 3 Abstract High order accurate weighted essentially non-oscillatory (WENO) schemes have been used

More information

Improvement of convergence to steady state solutions of Euler equations with. the WENO schemes. Abstract

Improvement of convergence to steady state solutions of Euler equations with. the WENO schemes. Abstract Improvement of convergence to steady state solutions of Euler equations with the WENO schemes Shuhai Zhang, Shufen Jiang and Chi-Wang Shu 3 Abstract The convergence to steady state solutions of the Euler

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

Splitting Enables Overcoming the Curse of Dimensionality

Splitting Enables Overcoming the Curse of Dimensionality Splitting Enables Overcoming the Curse of Dimensionality Jerome Darbon Stanley Osher In this short note we briefly outline a new and remarkably fast algorithm for solving a a large class of high dimensional

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

A Survey of Computational High Frequency Wave Propagation II. Olof Runborg NADA, KTH

A Survey of Computational High Frequency Wave Propagation II. Olof Runborg NADA, KTH A Survey of Computational High Frequency Wave Propagation II Olof Runborg NADA, KTH High Frequency Wave Propagation CSCAMM, September 19-22, 2005 Numerical methods Direct methods Wave equation (time domain)

More information

Numerical simulation of wave breaking in turbulent two-phase Couette flow

Numerical simulation of wave breaking in turbulent two-phase Couette flow Center for Turbulence Research Annual Research Briefs 2012 171 Numerical simulation of wave breaking in turbulent two-phase Couette flow By D. Kim, A. Mani AND P. Moin 1. Motivation and objectives When

More information

Semi-discrete central-upwind schemes with reduced dissipation for Hamilton Jacobi equations

Semi-discrete central-upwind schemes with reduced dissipation for Hamilton Jacobi equations IMA Journal of Numerical Analysis 005 5, 113 138 doi: 10.1093/imanum/drh015 Semi-discrete central-upwind schemes with reduced dissipation for Hamilton Jacobi equations STEVE BRYSON Programme in Scientific

More information

Comparison of cell-centered and node-centered formulations of a high-resolution well-balanced finite volume scheme: application to shallow water flows

Comparison of cell-centered and node-centered formulations of a high-resolution well-balanced finite volume scheme: application to shallow water flows Comparison of cell-centered and node-centered formulations of a high-resolution well-balanced finite volume scheme: application to shallow water flows Dr Argiris I. Delis Dr Ioannis K. Nikolos (TUC) Maria

More information

A Second Order Discontinuous Galerkin Fast Sweeping Method for Eikonal Equations

A Second Order Discontinuous Galerkin Fast Sweeping Method for Eikonal Equations A Second Order Discontinuous Galerkin Fast Sweeping Method for Eikonal Equations Fengyan Li, Chi-Wang Shu, Yong-Tao Zhang 3, and Hongkai Zhao 4 ABSTRACT In this paper, we construct a second order fast

More information

Construction of Shapes Arising from the Minkowski Problem Using a Level Set Approach

Construction of Shapes Arising from the Minkowski Problem Using a Level Set Approach Construction of Shapes Arising from the Minkowski Problem Using a Level Set Approach Li-Tien Cheng June 15, 2006 Department of Mathematics University of California, San Diego 9500 Gilman Dr. La Jolla,

More information

Filtered scheme and error estimate for first order Hamilton-Jacobi equations

Filtered scheme and error estimate for first order Hamilton-Jacobi equations and error estimate for first order Hamilton-Jacobi equations Olivier Bokanowski 1 Maurizio Falcone 2 2 1 Laboratoire Jacques-Louis Lions, Université Paris-Diderot (Paris 7) 2 SAPIENZA - Università di Roma

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

Semi-Discrete Central-Upwind Schemes with Reduced Dissipation for Hamilton-Jacobi Equations

Semi-Discrete Central-Upwind Schemes with Reduced Dissipation for Hamilton-Jacobi Equations Semi-Discrete Central-Upwind Schemes with Reduced Dissipation for Hamilton-Jacobi Equations Steve Bryson, Aleander Kurganov, Doron Levy and Guergana Petrova Abstract We introduce a new family of Godunov-type

More information

EINDHOVEN UNIVERSITY OF TECHNOLOGY Department of Mathematics and Computer Science. CASA-Report March2008

EINDHOVEN UNIVERSITY OF TECHNOLOGY Department of Mathematics and Computer Science. CASA-Report March2008 EINDHOVEN UNIVERSITY OF TECHNOLOGY Department of Mathematics and Computer Science CASA-Report 08-08 March2008 The complexe flux scheme for spherically symmetrie conservation laws by J.H.M. ten Thije Boonkkamp,

More information

Chapter 17. Finite Volume Method The partial differential equation

Chapter 17. Finite Volume Method The partial differential equation Chapter 7 Finite Volume Method. This chapter focusses on introducing finite volume method for the solution of partial differential equations. These methods have gained wide-spread acceptance in recent

More information

A class of the fourth order finite volume Hermite weighted essentially non-oscillatory schemes

A class of the fourth order finite volume Hermite weighted essentially non-oscillatory schemes Science in China Series A: Mathematics Aug., 008, Vol. 51, No. 8, 1549 1560 www.scichina.com math.scichina.com www.springerlink.com A class of the fourth order finite volume Hermite weighted essentially

More information

Accepted Manuscript. A Second Order Discontinuous Galerkin Fast Sweeping Method for Eikonal Equations

Accepted Manuscript. A Second Order Discontinuous Galerkin Fast Sweeping Method for Eikonal Equations Accepted Manuscript A Second Order Discontinuous Galerkin Fast Sweeping Method for Eikonal Equations Fengyan Li, Chi-Wang Shu, Yong-Tao Zhang, Hongkai Zhao PII: S-()- DOI:./j.jcp... Reference: YJCPH To

More information

A Fourth Order Accurate Discretization for the Laplace and Heat Equations on Arbitrary Domains, with Applications to the Stefan Problem

A Fourth Order Accurate Discretization for the Laplace and Heat Equations on Arbitrary Domains, with Applications to the Stefan Problem A Fourth Order Accurate Discretization for the Laplace and Heat Equations on Arbitrary Domains, with Applications to the Stefan Problem Frédéric Gibou Ronald Fedkiw April 27, 2004 Abstract In this paper,

More information

Self-similar solutions for the diffraction of weak shocks

Self-similar solutions for the diffraction of weak shocks Self-similar solutions for the diffraction of weak shocks Allen M. Tesdall John K. Hunter Abstract. We numerically solve a problem for the unsteady transonic small disturbance equations that describes

More information

The Fast Sweeping Method. Hongkai Zhao. Department of Mathematics University of California, Irvine

The Fast Sweeping Method. Hongkai Zhao. Department of Mathematics University of California, Irvine The Fast Sweeping Method Hongkai Zhao Department of Mathematics University of California, Irvine Highlights of fast sweeping mehtod Simple (A Gauss-Seidel type of iterative method). Optimal complexity.

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 parametrized maximum principle preserving flux limiter for finite difference RK-WENO schemes with applications in incompressible flows.

A parametrized maximum principle preserving flux limiter for finite difference RK-WENO schemes with applications in incompressible flows. A parametrized maximum principle preserving flux limiter for finite difference RK-WENO schemes with applications in incompressible flows Tao Xiong Jing-ei Qiu Zhengfu Xu 3 Abstract In Xu [] a class of

More information

A LEVEL SET METHOD FOR THE COMPUTATION OF MULTIVALUED SOLUTIONS TO QUASI-LINEAR HYPERBOLIC PDES AND HAMILTON-JACOBI EQUATIONS

A LEVEL SET METHOD FOR THE COMPUTATION OF MULTIVALUED SOLUTIONS TO QUASI-LINEAR HYPERBOLIC PDES AND HAMILTON-JACOBI EQUATIONS A LEVEL SET METHOD FOR THE COMPUTATION OF MULTIVALUED SOLUTIONS TO QUASI-LINEAR HYPERBOLIC PDES AND HAMILTON-JACOBI EQUATIONS SHI JIN AND STANLEY J. OSHER Abstract. We develop a level set method for the

More information

A Central Discontinuous Galerkin Method for Hamilton-Jacobi Equations

A Central Discontinuous Galerkin Method for Hamilton-Jacobi Equations J Sci Comput (00) 45: 404 48 DOI 0.007/s095-009-9340-y A Central Discontinuous Galerkin Method for Hamilton-Jacobi Equations Fengyan Li Sergey Yakovlev Received: 6 August 009 / Revised: November 009 /

More information

Three-dimensional high order large-scale numerical investigation on the air explosion

Three-dimensional high order large-scale numerical investigation on the air explosion Three-dimensional high order large-scale numerical investigation on the air explosion Cheng Wang a, JianXu Ding a, Chi-Wang Shu b,, Tao Li a a State Key Laboratory of Explosion Science and Technology,

More information

Adaptive WENO Schemes for Singular in Space and Time Solutions of Nonlinear Degenerate Reaction-Diffusion Problems

Adaptive WENO Schemes for Singular in Space and Time Solutions of Nonlinear Degenerate Reaction-Diffusion Problems EPJ Web of Conferences 108, 0019 (016) DOI: 10.1051/ epjconf/ 0161080019 C Owned by the authors, published by EDP Sciences, 016 Adaptive WENO Schemes for Singular in Space and Time Solutions of Nonlinear

More information

A High Order Conservative Semi-Lagrangian Discontinuous Galerkin Method for Two-Dimensional Transport Simulations

A High Order Conservative Semi-Lagrangian Discontinuous Galerkin Method for Two-Dimensional Transport Simulations Motivation Numerical methods Numerical tests Conclusions A High Order Conservative Semi-Lagrangian Discontinuous Galerkin Method for Two-Dimensional Transport Simulations Xiaofeng Cai Department of Mathematics

More information

arxiv: v1 [math.na] 7 Dec 2018

arxiv: v1 [math.na] 7 Dec 2018 A High-Order Scheme for Image Segmentation via a modified Level-Set method Maurizio Falcone Giulio Paolucci Silvia Tozza arxiv:1812.03026v1 [math.na] 7 Dec 2018 December 10, 2018 Abstract In this paper

More information

High Order Accurate Runge Kutta Nodal Discontinuous Galerkin Method for Numerical Solution of Linear Convection Equation

High Order Accurate Runge Kutta Nodal Discontinuous Galerkin Method for Numerical Solution of Linear Convection Equation High Order Accurate Runge Kutta Nodal Discontinuous Galerkin Method for Numerical Solution of Linear Convection Equation Faheem Ahmed, Fareed Ahmed, Yongheng Guo, Yong Yang Abstract This paper deals with

More information

Computational High Frequency Wave Propagation

Computational High Frequency Wave Propagation Computational High Frequency Wave Propagation Olof Runborg CSC, KTH Isaac Newton Institute Cambridge, February 2007 Olof Runborg (KTH) High-Frequency Waves INI, 2007 1 / 52 Outline 1 Introduction, background

More information

Total Variation Theory and Its Applications

Total Variation Theory and Its Applications Total Variation Theory and Its Applications 2nd UCC Annual Research Conference, Kingston, Jamaica Peter Ndajah University of the Commonwealth Caribbean, Kingston, Jamaica September 27, 2018 Peter Ndajah

More information

Francis X. Giraldo,

Francis X. Giraldo, 1 Time-Integrators Francis X. Giraldo, giraldo@nrlmry.navy.mil, www.nrlmry.navy.mil/~giraldo/projects/nseam.html 1.1 Introduction Roughly speaking, there are 2 classes of TIs: 1. EulerianMethods(fixed-frame-e.g.,arockatthebottomofaflowing

More information

SOLUTION OF STEADY-STATE HAMILTON-JACOBI EQUATION BASED ON ALTERNATING EVOLUTION METHOD

SOLUTION OF STEADY-STATE HAMILTON-JACOBI EQUATION BASED ON ALTERNATING EVOLUTION METHOD ITALIAN JOURNAL OF PURE AND APPLIED MATHEMATICS N. 38 2017 (184 193 184 SOLUTION OF STEADY-STATE HAMILTON-JACOBI EQUATION BASED ON ALTERNATING EVOLUTION METHOD A. Tongxia Li Department of Mathematics Hulunbeier

More information

Applicability of the High Field Model: A Preliminary Numerical Study

Applicability of the High Field Model: A Preliminary Numerical Study Applicability of the High Field Model: A Preliminary Numerical Study Carlo Cercignani,IreneM.Gamba, Joseph W. Jerome, and Chi-Wang Shu Abstract In a companion presentation, we have discussed the theory

More information

5.1 2D example 59 Figure 5.1: Parabolic velocity field in a straight two-dimensional pipe. Figure 5.2: Concentration on the input boundary of the pipe. The vertical axis corresponds to r 2 -coordinate,

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

A numerical study of SSP time integration methods for hyperbolic conservation laws

A numerical study of SSP time integration methods for hyperbolic conservation laws MATHEMATICAL COMMUNICATIONS 613 Math. Commun., Vol. 15, No., pp. 613-633 (010) A numerical study of SSP time integration methods for hyperbolic conservation laws Nelida Črnjarić Žic1,, Bojan Crnković 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

ccsd , version 1-9 Oct 2005

ccsd , version 1-9 Oct 2005 THE EXPLICIT SIMPLIFIED INTERFACE METHOD FOR COMPRESSIBLE MULTICOMPONENT FLOWS. BRUNO LOMBARD AND ROSA DONAT Abstract. This paper concerns the numerical approximation of the Euler equations for multicomponent

More information

A Third Order Fast Sweeping Method with Linear Computational Complexity for Eikonal Equations

A Third Order Fast Sweeping Method with Linear Computational Complexity for Eikonal Equations DOI.7/s95-4-9856-7 A Third Order Fast Sweeping Method with Linear Computational Complexity for Eikonal Equations Liang Wu Yong-Tao Zhang Received: 7 September 23 / Revised: 23 February 24 / Accepted: 5

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

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

2 Introduction Standard conservative schemes will admit non-physical oscillations near material interfaces, which can be avoided by the application of

2 Introduction Standard conservative schemes will admit non-physical oscillations near material interfaces, which can be avoided by the application of A Conservative Approach to the Multiphase Euler Equations without Spurious Pressure Oscillations Xu-Dong Liu Ronald P. Fedkiw Stanley Osher June 8, 998 Abstract In [4], the pressure evolution equation

More information

Weighted ENO Schemes

Weighted ENO Schemes Xiaolei Chen Advisor: Prof. Xiaolin Li Department of Applied Mathematics and Statistics Stony Brook University, The State University of New York February 7, 014 1 3 Mapped WENO-Z Scheme 1D Scalar Hyperbolic

More information

Partial differential equations

Partial differential equations Partial differential equations Many problems in science involve the evolution of quantities not only in time but also in space (this is the most common situation)! We will call partial differential equation

More information

ICES REPORT A Multilevel-WENO Technique for Solving Nonlinear Conservation Laws

ICES REPORT A Multilevel-WENO Technique for Solving Nonlinear Conservation Laws ICES REPORT 7- August 7 A Multilevel-WENO Technique for Solving Nonlinear Conservation Laws by Todd Arbogast, Chieh-Sen Huang, and Xikai Zhao The Institute for Computational Engineering and Sciences The

More information

STRUCTURAL OPTIMIZATION BY THE LEVEL SET METHOD

STRUCTURAL OPTIMIZATION BY THE LEVEL SET METHOD Shape optimization 1 G. Allaire STRUCTURAL OPTIMIZATION BY THE LEVEL SET METHOD G. ALLAIRE CMAP, Ecole Polytechnique with F. JOUVE and A.-M. TOADER 1. Introduction 2. Setting of the problem 3. Shape differentiation

More information

A new type of Hermite WENO schemes for Hamilton-Jacobi equations

A new type of Hermite WENO schemes for Hamilton-Jacobi equations A new type of Hermite WENO schemes for Hamilton-Jacobi equations Jun Zhu and Jianxian Qiu Abstract In this paper, a new type of Hermite weighted essentially non-oscillatory (HWENO) schemes is designed

More information

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

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

More information

Foliations of hyperbolic space by constant mean curvature surfaces sharing ideal boundary

Foliations of hyperbolic space by constant mean curvature surfaces sharing ideal boundary Foliations of hyperbolic space by constant mean curvature surfaces sharing ideal boundary David Chopp and John A. Velling December 1, 2003 Abstract Let γ be a Jordan curve in S 2, considered as the ideal

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

Fully implicit higher-order schemes applied to polymer flooding. K.-A. Lie(SINTEF), T.S. Mykkeltvedt(IRIS), X. Raynaud (SINTEF)

Fully implicit higher-order schemes applied to polymer flooding. K.-A. Lie(SINTEF), T.S. Mykkeltvedt(IRIS), X. Raynaud (SINTEF) Fully implicit higher-order schemes applied to polymer flooding K.-A. Lie(SINTEF), T.S. Mykkeltvedt(IRIS), X. Raynaud (SINTEF) Motivation Challenging and complex to simulate water-based EOR methods, unresolved

More information

Computing High Frequency Waves By the Level Set Method

Computing High Frequency Waves By the Level Set Method Computing High Frequency Waves By the Level Set Method Hailiang Liu Department of Mathematics Iowa State University Collaborators: Li-Tien Cheng (UCSD), Stanley Osher (UCLA) Shi Jin (UW-Madison), Richard

More information

A high order adaptive finite element method for solving nonlinear hyperbolic conservation laws

A high order adaptive finite element method for solving nonlinear hyperbolic conservation laws A high order adaptive finite element method for solving nonlinear hyperbolic conservation laws Zhengfu Xu, Jinchao Xu and Chi-Wang Shu 0th April 010 Abstract In this note, we apply the h-adaptive streamline

More information

A PARALLEL LEVEL-SET APPROACH FOR TWO-PHASE FLOW PROBLEMS WITH SURFACE TENSION IN THREE SPACE DIMENSIONS

A PARALLEL LEVEL-SET APPROACH FOR TWO-PHASE FLOW PROBLEMS WITH SURFACE TENSION IN THREE SPACE DIMENSIONS A PARALLEL LEVEL-SET APPROACH FOR TWO-PHASE FLOW PROBLEMS WITH SURFACE TENSION IN THREE SPACE DIMENSIONS ROBERTO CROCE, MICHAEL GRIEBEL, AND MARC ALEXANDER SCHWEITZER Abstract. In this paper we present

More information

Hybrid semi-lagrangian finite element-finite difference methods for the Vlasov equation

Hybrid semi-lagrangian finite element-finite difference methods for the Vlasov equation Numerical Analysis and Scientific Computing Preprint Seria Hybrid semi-lagrangian finite element-finite difference methods for the Vlasov equation W. Guo J. Qiu Preprint #21 Department of Mathematics University

More information

Downloaded 12/03/12 to Redistribution subject to SIAM license or copyright; see

Downloaded 12/03/12 to Redistribution subject to SIAM license or copyright; see SIAM J. SCI. COMPUT. Vol. 33, No., pp. 93 938 c Society for Industrial and Applied Mathematics Downloaded /3/ to 35..9.73. Redistribution subject to SIAM license or copyright; see http://www.siam.org/journals/ojsa.php

More information

A Localized Linearized ROF Model for Surface Denoising

A Localized Linearized ROF Model for Surface Denoising 1 2 3 4 A Localized Linearized ROF Model for Surface Denoising Shingyu Leung August 7, 2008 5 Abstract 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 Introduction CT/MRI scan becomes a very

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

Integration, differentiation, and root finding. Phys 420/580 Lecture 7

Integration, differentiation, and root finding. Phys 420/580 Lecture 7 Integration, differentiation, and root finding Phys 420/580 Lecture 7 Numerical integration Compute an approximation to the definite integral I = b Find area under the curve in the interval Trapezoid Rule:

More information

A Discontinuous Galerkin Moving Mesh Method for Hamilton-Jacobi Equations

A Discontinuous Galerkin Moving Mesh Method for Hamilton-Jacobi Equations Int. Conference on Boundary and Interior Layers BAIL 6 G. Lube, G. Rapin Eds c University of Göttingen, Germany, 6 A Discontinuous Galerkin Moving Mesh Method for Hamilton-Jacobi Equations. Introduction

More information

Diffusion / Parabolic Equations. PHY 688: Numerical Methods for (Astro)Physics

Diffusion / Parabolic Equations. PHY 688: Numerical Methods for (Astro)Physics Diffusion / Parabolic Equations Summary of PDEs (so far...) Hyperbolic Think: advection Real, finite speed(s) at which information propagates carries changes in the solution Second-order explicit methods

More information

Dedicated to the 70th birthday of Professor Lin Qun

Dedicated to the 70th birthday of Professor Lin Qun Journal of Computational Mathematics, Vol.4, No.3, 6, 39 5. ANTI-DIFFUSIVE FINITE DIFFERENCE WENO METHODS FOR SHALLOW WATER WITH TRANSPORT OF POLLUTANT ) Zhengfu Xu (Department of Mathematics, Pennsylvania

More information

Turbulent Flame Speeds of G-equation Models in Unsteady Cellular Flows

Turbulent Flame Speeds of G-equation Models in Unsteady Cellular Flows Math. Model. Nat. Phenom. Vol. 8, No. 3, 2013, pp. 198 205 DOI: 10.1051/mmnp/20138312 Turbulent Flame Speeds of G-equation Models in Unsteady Cellular Flows Y-Y Liu 1, J. Xin 2, Y. Yu 2 1 Department of

More information

A Partial Differential Equation Approach to Image Zoom

A Partial Differential Equation Approach to Image Zoom A Partial Differential Equation Approach to Image Zoom Abdelmounim Belahmidi and Frédéric Guichard January 2004 Abstract We propose a new model for zooming digital image. This model, driven by a partial

More information

Received 6 August 2005; Accepted (in revised version) 22 September 2005

Received 6 August 2005; Accepted (in revised version) 22 September 2005 COMMUNICATIONS IN COMPUTATIONAL PHYSICS Vol., No., pp. -34 Commun. Comput. Phys. February 6 A New Approach of High OrderWell-Balanced Finite Volume WENO Schemes and Discontinuous Galerkin Methods for a

More information

Heat Transfer Equations The starting point is the conservation of mass, momentum and energy:

Heat Transfer Equations The starting point is the conservation of mass, momentum and energy: ICLASS 2012, 12 th Triennial International Conference on Liquid Atomization and Spray Systems, Heidelberg, Germany, September 2-6, 2012 On Computational Investigation of the Supercooled Stefan Problem

More information

Runge-Kutta discontinuous Galerkin method with a simple and compact Hermite WENO limiter

Runge-Kutta discontinuous Galerkin method with a simple and compact Hermite WENO limiter Runge-Kutta discontinuous Galerkin method with a simple and compact Hermite WENO limiter Jun Zhu, inghui Zhong, Chi-Wang Shu 3 and Jianxian Qiu 4 Abstract In this paper, we propose a new type of weighted

More information

arxiv: v1 [math.na] 2 Feb 2018

arxiv: v1 [math.na] 2 Feb 2018 A Kernel Based High Order Eplicit Unconditionally Stable Scheme for Time Dependent Hamilton-Jacobi Equations Andrew Christlieb, Wei Guo, and Yan Jiang 3 Abstract. arxiv:8.536v [math.na] Feb 8 In this paper,

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

DISCONTINUOUS GALERKIN METHOD FOR TIME DEPENDENT PROBLEMS: SURVEY AND RECENT DEVELOPMENTS

DISCONTINUOUS GALERKIN METHOD FOR TIME DEPENDENT PROBLEMS: SURVEY AND RECENT DEVELOPMENTS DISCONTINUOUS GALERKIN METHOD FOR TIME DEPENDENT PROBLEMS: SURVEY AND RECENT DEVELOPMENTS CHI-WANG SHU Abstract. In these lectures we give a general survey on discontinuous Galerkin methods for solving

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

A finite difference Poisson solver for irregular geometries

A finite difference Poisson solver for irregular geometries ANZIAM J. 45 (E) ppc713 C728, 2004 C713 A finite difference Poisson solver for irregular geometries Z. Jomaa C. Macaskill (Received 8 August 2003, revised 21 January 2004) Abstract The motivation for this

More information

Sung-Ik Sohn and Jun Yong Shin

Sung-Ik Sohn and Jun Yong Shin Commun. Korean Math. Soc. 17 (2002), No. 1, pp. 103 120 A SECOND ORDER UPWIND METHOD FOR LINEAR HYPERBOLIC SYSTEMS Sung-Ik Sohn and Jun Yong Shin Abstract. A second order upwind method for linear hyperbolic

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

A Fifth Order Flux Implicit WENO Method

A Fifth Order Flux Implicit WENO Method A Fifth Order Flux Implicit WENO Method Sigal Gottlieb and Julia S. Mullen and Steven J. Ruuth April 3, 25 Keywords: implicit, weighted essentially non-oscillatory, time-discretizations. Abstract The weighted

More information

An interface treating technique for compressible multi-medium flow with. Runge-Kutta discontinuous Galerkin method. Abstract

An interface treating technique for compressible multi-medium flow with. Runge-Kutta discontinuous Galerkin method. Abstract An interface treating technique for compressible multi-medium flow with Runge-Kutta discontinuous Galerkin method Chunwu Wang 1 and Chi-Wang Shu 2 Abstract The high-order accurate Runge-Kutta discontinuous

More information

Yongdeok Kim and Seki Kim

Yongdeok Kim and Seki Kim J. Korean Math. Soc. 39 (00), No. 3, pp. 363 376 STABLE LOW ORDER NONCONFORMING QUADRILATERAL FINITE ELEMENTS FOR THE STOKES PROBLEM Yongdeok Kim and Seki Kim Abstract. Stability result is obtained for

More information

Divergence Formulation of Source Term

Divergence Formulation of Source Term Preprint accepted for publication in Journal of Computational Physics, 2012 http://dx.doi.org/10.1016/j.jcp.2012.05.032 Divergence Formulation of Source Term Hiroaki Nishikawa National Institute of Aerospace,

More information

A MULTIPHASE FLUID-SOLID MODEL BASED ON THE LEVEL SET METHOD

A MULTIPHASE FLUID-SOLID MODEL BASED ON THE LEVEL SET METHOD Ninth International Conference on CFD in the Minerals and Process Industries CSIRO, Melbourne, Australia 10-12 December 2012 A MULTIPHASE FLUID-SOLID MODEL BASED ON THE LEVEL SET METHOD James E. HILTON

More information

Department of Mathematics University of California Santa Barbara, Santa Barbara, California,

Department of Mathematics University of California Santa Barbara, Santa Barbara, California, The Ghost Fluid Method for Viscous Flows 1 Ronald P. Fedkiw Computer Science Department Stanford University, Stanford, California 9435 Email:fedkiw@cs.stanford.edu Xu-Dong Liu Department of Mathematics

More information

Basic Aspects of Discretization

Basic Aspects of Discretization Basic Aspects of Discretization Solution Methods Singularity Methods Panel method and VLM Simple, very powerful, can be used on PC Nonlinear flow effects were excluded Direct numerical Methods (Field Methods)

More information

Chapter 1. Introduction

Chapter 1. Introduction Chapter 1 Introduction Many astrophysical scenarios are modeled using the field equations of fluid dynamics. Fluids are generally challenging systems to describe analytically, as they form a nonlinear

More information