American Journal of Computational Mathematics
Vol.07 No.01(2017), Article ID:75169,18 pages
10.4236/ajcm.2017.71004

The Approximated Semi-Lagrangian WENO Methods Based on Flux Vector Splitting for Hyperbolic Conservation Laws

Fuxing Hu

Department of Mathematics, Huizhou University, Huizhou, China

Copyright © 2017 by author and Scientific Research Publishing Inc.

This work is licensed under the Creative Commons Attribution International License (CC BY 4.0).

http://creativecommons.org/licenses/by/4.0/

Received: February 23, 2017; Accepted: March 28, 2017; Published: March 31, 2017

ABSTRACT

The paper is devised to combine the approximated semi-Lagrange weighted essentially non-oscillatory scheme and flux vector splitting. The approximated finite volume semi-Lagrange that is weighted essentially non-oscillatory scheme with Roe flux had been proposed. The methods using Roe speed to construct the flux probably generates entropy-violating solutions. More seriously, the methods maybe perform numerical instability in two-dimensional cases. A robust and simply remedy is to use a global flux splitting to substitute Roe flux. The combination is tested by several numerical examples. In addition, the comparisons of computing time and resolution between the classical weighted essentially non-oscillatory scheme (WENOJS-LF) and the semi-La- grange weighted essentially non-oscillatory scheme (WENOEL-LF) which is presented (both combining with the flux vector splitting).

Keywords:

Semi-Lagrangian Method, WENO Scheme, Flux Splitting

1. Introduction

The semi-Lagrangian methods are popularly used in weather prediction [1] [2] and simulation of the Vlasov equations [3] [4] [5] [6] , and so on. These methods solve the problems with a characteristic tracing algorithm. It is this property of algorithm that leads to the following two advantages: no time discretization and the alleviation of CFL time step restriction. The semi-Lagrangian methods (combined wih WENO reconstruction [7] [8] ) used to solve hyperbolic problems are presented in [9] [10] [11] .

In [10] , the authors proposed a finite volume semi-Lagrangian WENO scheme for advection problems. The scheme combined the Eulerian-Lagrangian framework [12] [13] with high-order WENO reconstruction, and used a integral- based WENO reconstruction to handle trace-back integration. In this framework, the scheme trace each computational Eulerian grid cell at time t n + 1 backward over a time step along the characteristic line to its Lagrangian track-back region at t n . The average mass is simply transported from the Lagrangian region to the computational grid cell. In addition, they presented a theoretical proof for the accuracy of the method.

In [11] , the authors developed a finite volume semi-Lagrangian WENO scheme for nonlinear conservation laws. This method can be regarded as the extension of the method for advection problems in [10] . A problem appeared in such extension is that one does not have the particle velocity since it is nonlinearly related to the unknown solution. Hence, one cannot find the exact tracking line of fluid particle. Instead of trying to find the the exact characteristic line of particle, they use a known velocity for the tracing line computation. Since this will not give the correct tracing line, a flux correction procedure is needed to increase the accuracy and numerical stability. The proposed method arrives optimal order of accuracy. However, the procedure of flux correction makes the scheme rather cost to be implemented.

In [9] , a sort of finite difference semi-Lagrangian ENO and WENO schemes are devised for advection problems in incompressible flow. The key part of this paper is that the integral form of advection equation is taken over a triangle region. This integral procedure transforms the flux integration in time at cell center into the integration of mass u ( x , t n ) in space

t n t n + 1 f ( u ( x i , t ) ) d t = x i x i u ( x , t n ) d x ,

where x i is backward characteristic point of cell center x i . This scheme is difficult to extent to nonlinear cases. In addition, there is no optimal linear weights for WENO schemes for solving advection equations with variable coefficients (or also for nonlinear cases).

In [14] , the authors developed an approximated finite volume semi-Lagrangian WENO schemes (WENOEL-Roe) for 1D and 2D nonlinear hyperbolic prolems. The scheme integrates the hyperbolic equation over the control volume

[ x i 1 / 2 , x i + 1 / 2 ] × [ t n , t n + 1 ] to obtain a integral equation. They try to directly evaluate the integration of flux function in time at cell edge x i + 1 / 2 .

t n t n + 1 f ( u ( x i + 1 / 2 , t ) ) d t .

For linear cases, the integration of flux function in time can be transformed into the integration of interpolation polynomial of flux average in space. For nonlinear cases, a local freeze method is used to freeze the nonlinear into linear cases. The scheme here is different with the traditional semi-Lagrangian scheme [10] [11] . The backward tracing characteristic point is needed in the procedure of evaluating the integration of flux function. The advantages of the WENOEL- Roe scheme are easy implement and high efficiency. Refer to [14] for a detail.

The procedure of evaluating the integration of flux function also depends on the direction of upwind. The Roe average speed is used to identified the upwinding. It is known that the Roe schemes maybe generates entropy-violating solutions. More seriously, these scheme can perform numerical instability for some two-dimensional problems [15] [16] [17] . A local entropy correction can be used to remedy this deficiency. However, it is usually more robust to use a global flux splitting. In this paper, an approximated finite volume semi- Lagrangian WENO scheme with the smooth Lax-Friedrichs flux splitting (WENOEL-LF) is presented. The WENOEL-LF scheme is less resolution than WENOEL-Roe since the Lax-Friedrichs flux splitting method is more dissipative than Roe method. However, the advantage of WENOEL-LF scheme is it generally generates the entropy solution.

In the paper that follows, we will review the WENOEL-Roe scheme briefly in Section 2. In Section 3, we will present the formulation of WENOEL-LF scheme in Section 3 in detail. The comparisons of resolution and computing time between the WENOEL-LF and WENOJS-LF schemes is presented in Section 4.

2. Review the WENOEL-Roe Scheme

Consider the linear advection equation

u t ( x , t ) + f x ( u ( x , t ) ) = 0 , a x b , t 0 , (1)

where f x ( u ( x , t ) ) = a u ( x , t ) . Integrating the Equation (1) on control volume [ x i 1 / 2 , x i + 1 / 2 ] × [ t n , t n + 1 ] and rearranging this equation gives

1 Δ x x i 1 / 2 x i + 1 / 2 u ( x , t n + 1 ) d x = 1 Δ x x i 1 / 2 x i + 1 / 2 u ( x , t n ) d x + Δ t Δ x ( 1 Δ t t n t n + 1 f ( u ( x i 1 / 2 , t ) ) d t 1 Δ t t n t n + 1 f ( u ( x i + 1 / 2 , t ) ) d t ) . (2)

Denote the i -th cell average by

u ¯ i n = 1 Δ x x i 1 / 2 x i + 1 / 2 u ( x , t n ) d x ,

and average flux at cell edge x i + 1 / 2 by

f ¯ i + 1 / 2 n = 1 Δ t t n t n + 1 f ( u ( x i + 1 / 2 , t ) ) d t , (3)

then (2) can be written as

u ¯ i n + 1 = u ¯ i n Δ t Δ x ( f ¯ i + 1 / 2 n f ¯ i 1 / 2 n ) . (4)

Denote the value U i n approximates the average value u ¯ i j and the numerical flux F i + 1 / 2 n approximates flux function f ¯ i + 1 / 2 n . Then we obtain

U i n + 1 = U i n Δ t Δ x ( F i + 1 / 2 n F i 1 / 2 n ) . (5)

For evaluating average flux f ¯ i + 1 / 2 n in (3), we can firstly apply a 5th-order reconstruction based on piecewise constant average fluxes { f k } k = 1 N on stencil S i = { I i 2 , I i 1 , I i , I i + 1 , I i + 2 } to obtain interpolation polynomial P i ( x ) on cell I i

f ( u ( x , t n ) ) = P i ( x ) + O ( Δ x 5 ) . (6)

Here, we assume the advection velocity a > 0 , then u ( x , t n ) simply spreads to the right with velocity a , which gives

f ( u ( x i + 1 / 2 , t ) ) = f ( u ( x i + 1 / 2 a ( t t n ) , t n ) ) (7)

in any time when t [ t n , t n + 1 ] . Combining the formulas (6) with (7), the flow rate f ( u ( x , t ) ) at cell edge x i + 1 / 2 is

f ( u ( x i + 1 / 2 , t ) ) = P i ( x i + 1 / 2 a ( t t n ) ) + O ( Δ x 5 ) . (8)

In this case, the average flux f ¯ i + 1 / 2 n can be expressed approximately as

f ¯ i + 1 / 2 n = 1 Δ t t n t n + 1 f ( u ( x i + 1 / 2 , t ) ) d t = 1 Δ t t n t n + 1 P i ( x i + 1 / 2 a ( t t n ) ) d t + O ( Δ x 5 ) = 1 a Δ t x i + 1 / 2 a Δ t x i + 1 / 2 P i ( x ) d x + O ( Δ x 5 ) . (9)

Omitting the high-order term O ( Δ x 5 ) , we obtain the numerical flux

F i + 1 / 2 n = 1 a Δ t x i + 1 / 2 a Δ t x i + 1 / 2 P i ( x ) d x . (10)

The last equality in (9) is obtained by integration of substitution

x = x i + 1 / 2 a ( t t n ) . From the Equation (9), the integration in time [ t n , t n + 1 ] is transformed into integration in space [ x i + 1 / 2 a Δ t , x i + 1 / 2 ] . Due to the integrand P i ( x ) is reconstruction polynomial, the last integration in (10) can be computed exactly.

In the following of this section, we will present the 5th-order WENO reconstruction process to approximate the integral in (10)

x i + 1 / 2 a Δ t x i + 1 / 2 P i ( x ) d x .

The 5th-order WENO reconstruction procedure is represented as the convex combination of three 3rd-order reconstructions. First, we intend to reconstruct three 3rd-order conservative polynomials P i j ( x ) on cell I i = [ x i 1 / 2 , x i + 1 / 2 ] based on the piecewise constant average fluxes on stencils

S i 0 = { I i , I i + 1 , I i + 2 } , S i 1 = { I i 1 , I i , I i + 1 } , S i 2 = { I i 2 , I i 1 , I i } ,

where the subscript i denotes the polynomial on cell I i and superscript j denotes the reconstruction based on stencil S i j . So far, we have obtained the conservative interpolation polynomials P i j ( x ) on each stencil S i j . In the end, the integral in (10) can be expressed as

x i + 1 / 2 a Δ t x i + 1 / 2 P i ( x ) d x = j = 0 2 d j x i + 1 / 2 a Δ t x i + 1 / 2 P i j ( x ) d x ,

where d j are the optimal weights. To alleviate the effect of the non-smooth stencils, the nonlinear weights can be constructed as follows

w i j = a i j a i 0 + a i 1 + a i 2 (11)

and

a i j = d j ( ε + β i j ) 2 , (12)

where β i j is the indicator of smoothness of the polynomial on the stencil S i j . Finally, the numerical flux should be expressed as

F i + 1 / 2 n = 1 a Δ t j = 0 2 w i j x i + 1 / 2 a Δ t x i + 1 / 2 P i j ( x ) d x . (13)

Substituting the formula of polynomial P i j ( x ) into (13) gives

F i + 1 / 2 n = 1 a Δ t j = 0 2 w i j x i + 1 / 2 a Δ t x i + 1 / 2 P i j ( x ) d x = 1 6 [ w i 0 ( λ 2 ( f i 2 f i + 1 + f i + 2 ) + λ ( 3 f i 3 f i + 1 ) + ( 2 f i + 5 f i + 1 f i + 2 ) ) + w i 1 ( λ 2 ( f i 1 2 f i + f i + 1 ) + λ ( 3 f i 3 f i + 1 ) + ( f i 1 + 5 f i + 2 f i + 1 ) ) + w i 2 ( λ 2 ( f i 2 2 f i 1 + f i ) + λ ( 3 f i 2 + 9 f i 1 6 f i ) + ( 2 f i 2 7 f i 1 + 11 f i ) ) ] . (14)

In contrast, when the advection velocity a < 0 , u ( x , t n ) spreads to the left with velocity a , which gives

f ( u ( x i + 1 / 2 , t ) ) = f ( u ( x i + 1 / 2 a ( t t n ) , t n ) ) (15)

and the flow rate f ( u ( x , t ) ) at cell edge x i + 1 / 2 is

f ( u ( x i + 1 / 2 , t ) ) = P i + 1 ( x i + 1 / 2 a ( t t n ) ) + O ( Δ x 5 ) . (16)

Similarly, the average flux F i + 1 / 2 n can be expressed as

F i + 1 / 2 n = 1 a Δ t j = 0 2 w i + 1 j x i + 1 / 2 x i + 1 / 2 a Δ t P i + 1 j ( x ) d x . (17)

The nonlinear weight w i + 1 j can be constructed similarly as (11) and (12). Substituting the formula of polynomial P i + 1 j ( x ) into (17) gives

F i + 1 / 2 n = 1 6 [ w i + 1 0 ( λ 2 ( f i + 1 2 f i + 2 + f i + 3 ) + λ ( 6 f i + 1 9 f i + 2 + 3 f i + 3 ) + ( 11 f i + 1 7 f i + 2 + 2 f i + 3 ) ) + w i + 1 1 ( λ 2 ( f i 2 f i + 1 + f i + 2 ) + λ ( 3 f i 3 f i + 1 ) + ( 2 f i + 5 f i + 1 f i + 2 ) ) + w i + 1 2 ( λ 2 ( f i 1 2 f i + f i + 1 ) + λ ( 3 f i 3 f i + 1 ) + ( f i 1 + 5 f i + 2 f i + 1 ) ) ] . (18)

The above process of approximating average flux is reasonable for linear advection equation. For nonlinear problems, the formulas (9) and (17) is not hold any more since the solution no longer simply translates uniformly. And generally the tracking back points cannot be found exactly (even cannot find the points with high accuracy). Hence for nonlinear case, rather than trying to find the tracking back points; we freeze the nonlinear equation to linear formation locally and apply the procedure above to it. For solving the nonlinear case, the propagation direction is distinguished by Rankine-Hugoniot jump conditions

and propagation velocity is chosen to be a = f ( u ) u | u = u i

( if propagation direction > 0 ) or a = f ( u ) u | u = u i + 1

( if propagation direction < 0 ).

3. Formulation of WENOEL-LF Scheme

In this section, we solve nonlinear problems by using a more robust global flux splitting

f ( u ) = f + ( u ) + f ( u ) (19)

where

d f + ( u ) d u 0 and d f ( u ) d u 0.

Insert the Equation (19) into (1) and (2), we can obtain

u ¯ i n + 1 = u ¯ i n Δ t Δ x ( f ¯ i + 1 / 2 n , + f ¯ i 1 / 2 n , + ) Δ t Δ x ( f ¯ i + 1 / 2 n , f ¯ i 1 / 2 n , ) , (20)

which is similar to conservation formula (4), and denote

f ¯ i + 1 / 2 n , ± = 1 Δ t t n t n + 1 f ± ( u ( x i + 1 / 2 , t ) ) d t .

A scheme approximated (20) can be written as

U i n + 1 = U i n Δ t Δ x ( F i + 1 / 2 n , + F i 1 / 2 n , + ) Δ t Δ x ( F i + 1 / 2 n , F i 1 / 2 n , ) . (21)

This scheme is conservative. Since if we sum U i n + 1 over the whole set of cells, we obtain

i = 1 N U i n + 1 = i = 1 N U i n Δ t Δ x ( ( F N + 1 / 2 n , + + F N + 1 / 2 n , ) ( F 1 / 2 n , + + F 1 / 2 n , ) ) .

The formulas F N + 1 / 2 n , + + F N + 1 / 2 n , and F 1 / 2 n , + + F 1 / 2 n , denote the fluxes at the extreme edges. The sum of the flux differences cancels out except for the fluxes at the extreme.

The simplest smooth flux splitting we chose is the Lax-Friedrichs splitting

f + ( u ) = 1 2 ( f ( u ) + α u ) , f ( u ) = 1 2 ( f ( u ) α u ) ,

where α is taken as α = max 1 u i N | d f ( u ) d u | over the whole set of cell averages. Since d f + ( u ) d u 0 , the fluxes f + ( u ) flow right through the cell edges. The flow

velocity a + for flux f + ( u ) at cell edge x i + 1 / 2 is chosen as

a + = 1 2 ( d f + ( u ) d u | u = u i + α ) . Similarly, The flow velocity a for flux f ( u ) at cell edge x i + 1 / 2 is chosen as a = 1 2 ( d f ( u ) d u | u = u i + 1 α ) .

Inserting f + ( u ) and f ( u ) into (14) and (18), respectively, the numerical fluxes can be obtained as follows,

F i + 1 / 2 n , + = 1 6 [ w i 0 ( ( λ + ) 2 ( f i + 2 f i + 1 + + f i + 2 + ) + λ + ( 3 f i + 3 f i + 1 + ) + ( 2 f i + + 5 f i + 1 + f i + 2 + ) ) + w i 1 ( ( λ + ) 2 ( f i 1 + 2 f i + + f i + 1 + ) + λ + ( 3 f i + 3 f i + 1 + ) + ( f i 1 + + 5 f i + + 2 f i + 1 + ) ) + w i 2 ( ( λ + ) 2 ( f i 2 + 2 f i 1 + + f i + ) + λ + ( 3 f i 2 + + 9 f i 1 + 6 f i + ) + ( 2 f i 2 + 7 f i 1 + + 11 f i + ) ) ] , (22)

where λ + = a + Δ t Δ x , and

F i + 1 / 2 n , = 1 6 [ w i + 1 0 ( ( λ ) 2 ( f i + 1 2 f i + 2 + f i + 3 ) + λ ( 6 f i + 1 9 f i + 2 + 3 f i + 3 ) + ( 11 f i + 1 7 f i + 2 + 2 f i + 3 ) ) + w i + 1 1 ( ( λ ) 2 ( f i 2 f i + 1 + f i + 2 ) + λ ( 3 f i 3 f i + 1 ) + ( 2 f i + 5 f i + 1 f i + 2 ) ) + w i + 1 2 ( ( λ ) 2 ( f i 1 2 f i + f i + 1 ) + λ ( 3 f i 3 f i + 1 ) + ( f i 1 + 5 f i + 2 f i + 1 ) ) ] (23)

where λ = a Δ t Δ x .

Algorithm

Here, we conclude the algorithm for computing the approximated solution U i n + 1 at time step t n + 1 .

1) Split the flux function f ( u ) into the positive flux f + ( u ) and negative flux f ( u ) .

2) Determine the flow velocities a + and a of the positive flux f + ( u ) and negative flux f ( u ) , respectively.

3) Compute the numerical fluxes F i + 1 / 2 n , ± and F i 1 / 2 n , ± by formulas (22) and (23).

4) Insert the numerical fluxes computed above into (21), we obtain the approximated solution U i n + 1 at time step t n + 1 .

4. Numerical Results

In this section, we use several 1D and 2D nonlinear examples to test the WENOEL-LF scheme. The comparisons of resolution and computing time between the WENOEL-LF and WENOJS-LF is presented. It is found that, with the same number of cells, the WENOJS-LF scheme has slightly higher resolution than WENOEL-LF scheme. However, the computing time of WENOJS-LF scheme is almost two times for scalar equation (and almost three times for nonlinear system) over that of WENOEL-LF scheme.

4.1. Burgers’ Equation

Consider the inviscid Burgers’ equation

u t + ( u 2 2 ) x = 0 (24)

with two initial conditions:

u ( x , 0 ) = { 1 1 x 0 , 0 0 x 1 , (25)

and

u ( x , 0 ) = 1.5 sin ( π x ) . (26)

The Burger’s Equation (24) with discontinuous initial condition (25) develops the solution which consists of a rarefaction wave and a shock wave. The numerical solutions computed by the WENOEL-LF and WENOJS-LF schemes are shown in Figure 1. These two solutions are both computed with N = 100 and CFL = 0.1. The final output time is chosen to be t = 1 . From Figure 1, we can find that the solution of WENOJS-LF scheme has slightly better resolution than that of WENOEL-LF scheme, especially around the rarefaction wave. And, in solving nonlinear cases (including the following tests), the WENOJS-LF scheme generally possesses slightly higher resolution than WENOEL-LF scheme when the same amount of cells is used.

Although the WENOJS-LF scheme has higher resolution than WENOEL-LF scheme, the WENOEL-LF scheme has the advantage of decreasing the computing time. Table 1 presents the l 1 error and computing time. With the same number of cells, the errors generated by WENOEL-LF are larger than WENOJS-LF scheme, but the computing times of WENOEL-LF are only half of

(a) (b)

Figure 1. The solutions of problem (24) (25) are computed by the WENOEL-LF and WENOJS-LF methods: (a) WENOEL-LF scheme; (b) WENOJS-LF scheme.

that of the WENOJS-LF scheme. For comparing the efficiency between these two schemes, we plots the relationship between the l 1 error and computing time for these two schemes. From Figure 2, we can find that the efficiency of WENOEL-LF is higher than that of WENOJS-LF scheme. That is, to achieve the same l 1 error, the WENOEL-LF needs less computing time.

For the problem (24) (26), the initial condition is smooth, and the solution

evolves discontinuity at t = 1 π . The Figure 3 is plotted with N = 100 and output

time t = 0.3 . From this figure, no obviously difference is presented (however, by closed inspection, the resolution of WENOJS-LF is still slightly better than WENOEL-LF scheme). Similar to the last test, the superiority of our scheme lies in decreasing the computing time. Therefore, in efficiency, the WENOEL-LF scheme is still advantageous over the WENOJS-LF scheme.

Table 1. The comparisons of computing time (in seconds) and l 1 error for initial value problem (24) (25) between the WENOEL-LF and WENOJS-LF methods.

Figure 2. The comparison of efficiency for problem (24) (25) is presented between the WENOEL-LF and WENOJS-LF methods.

(a) (b)

Figure 3. The solutions of problem (24) (26) are computed by the WENOEL-LF and WENOJS-LF methods: (a) WENOEL-LF scheme; (b) WENOJS-LF scheme.

4.2. The 1D Euler Equation

In this subsection, we consider 1D Euler equations since one of the main application areas of high-resolution scheme is compressible gas dynamics,

( ρ ρ u E ) t + ( ρ u ρ u 2 + p ( E + p ) u ) x = 0 , (27)

where ρ , u , p , E are density, velocity, pressure and total energy, respectively. The system of equations is closed by the equation of state for an ideal polytropic gas:

E = p γ 1 + 1 2 ρ u 2 ,

where the ratio of specific heats γ = 1.4 .

The following three initial conditions combined with Euler Equation (27) are considered, which are often used to examine the methods for solving Euler equations:

( ρ , u , p ) = { ( 0.445 , 0.698 , 3.528 ) , if 5 x < 0 , ( 0.5 , 0 , 0.571 ) , if 0 x 5 , (28)

( ρ , v , p ) = { ( 27 7 , 4 35 9 , 31 3 ) , if 5 x < 4 , ( 1 + 0.2 sin ( 5 x ) , 0 , 1 ) , if 4 x 5 , (29)

( ρ , u , p ) = { ( 1 , 0 , 1000 ) , if 5 x < 4 , ( 1 , 0 , 0.01 ) , if 4 x < 4 , ( 1 , 0 , 100 ) , if 4 x 5. (30)

For the problem (27) (28), called Lax problem [18] , we solve it with

Δ t = 0.1 Δ x / λ for the WENOEL-LF and WENOJS-LF methods. The Figure 4 shows the numerical solutions computed by the WENOEL-LF and WENOJS-LF schemes with N = 200 . From this figure, no obviously difference can be found between these two schemes and they both present high-resolution results. To make further comparison, we show the l 1 error and computing time in Table 2. The exact solution of Riemann problem (27) (28) is generated by the code of E. F. Toro in [19] . From this table, we can find that, with the same number of cells, the l 1 error of WENOEL-LF is slightly larger than WENOJS-LF scheme. But the WENOEL-LF scheme only need almost one-third of the computing time compared with the WENOJS-LF scheme. Here, we also plot the relationship between the l 1 error and computing time in Figure 5. Apparently, to achieve the equal error, the WENOEL-LF scheme spends less computing time than WENOJS-LF scheme.

(a) (b)

Figure 4. The solutions of problem (27) (28) are computed by the WENOEL-LF and WENOJS-LF methods; (a) WENOEL-LF scheme; (b) WENOJS-LF scheme.

Table 2. The comparisons of computing time (in seconds) and l 1 error for the problem (27) (28) between the WENOEL-LF and WENOJS-LF methods.

For solving the problem (27) (29), we have the same set as the previous example but with different number of cells. Because no exact solution can be obtained, there is no comparison of error. In Figure 6, we show the numerical

Figure 5. The comparison of efficiency for problem (27) (28) is presented between the WENOEL-LF and WENOJS-LF methods.

Figure 6. The numerical solutions for problem (27) (29) is computed by the WENOEL-LF and WENOJS-LF methods. The “+” and “ ” denotes the solutions computed by the WENOEL-LF and WENOJS-LF schemes with N = 400 , respectively. The “×” denotes the solutions computed by the WENOEL-LF scheme with N = 600 .

solution of the WENOJS-LF scheme with N = 400 and the numerical solutions of the WENOEL-LF scheme with N = 400 and N = 600 , respectively. The Figure 7 is the zoomed version of the Figure 6 around the high-frequency wave, From this zoomed figure, it is easily found that, with the same number of cells N = 400 , the WENOJS-LF scheme generates the solution with higher resolution than WENOEL-LF scheme. However, the WENOJS-LF and WENOEL-LF schemes spend about 8 and 3 seconds to evolve the solutions, respectively. In addition, we present another numerical solution generated by the WENOEL-LF scheme with N = 600 . This solution spends about 7 seconds and performs clearly higher resolution. In a word, with the same computing time, the WENOEL-LF scheme can obtains the solution with higher resolution.

For the problem (27) (30), also due to there is no exact solution, we use the same way as last example to compare these two schemes. In Figure 8, we show the numerical solution by the WENOJS-LF scheme with N = 400 and the numerical solutions by the WENOEL-LF scheme with N = 400 and N = 600 , respectively. With the same number of cells, as usual, the WENOJS-LF scheme gives higher-resolution solution than the WENOEL-LF scheme, which is shown in Figure 9. The computing times needed for the WENOJS-LF and WENOEL-LF schemes, when N = 400 , are about 15 and 6 seconds, respectively. If the number of cells increases from N = 400 to N = 600 for the WENOEL-LF scheme, the numerical solution has higher resolution than the WENOJS-LF scheme which is computed with N = 400 . However, it is noted that the WENOEL-LF scheme only needs 13 seconds at this time. That is, to achieve the same resolution the WENOEL-LF scheme needs much more cells, but takes less computing time.

Figure 7. The zoomed version of Figure 6 around the part of high-frequency wave.

Figure 8. The numerical solutions for problem (27) (30) is computed by the WENOEL-LF and WENOJS-LF methods. The “+” and “ ” denotes the solutions computed by the WENOEL-LF and WENOJS-LF schemes with N = 400 , respectively. The “×” denotes the solutions computed by the WENOEL-LF scheme with N = 600 .

Figure 9. The zoomed version of Figure 8 around complicated region.

4.3. The 2D Euler System

Finally, we consider a numerical experiment for 2D Euler equations for gas dynamics,

[ ρ ρ u ρ v E ] t + [ ρ u ρ u 2 + p ρ u v ( E + p ) u ] x + [ ρ v ρ u v ρ v 2 + p ( E + p ) v ] y = 0 , (31)

where the equation of state is

p = ( γ 1 ) ( E 1 2 ρ ( u 2 + v 2 ) ) , γ = 1.4.

Here, we apply the WENOEL-LF and WENOJS-LF schemes to the 2D double-Mach shock reflection problem where a strong vertical shock moves horizontally into a wedge which inclined with some angle with the ratio of specific heats γ = 1.4 . Initially, this problem was proposed by Woodward and Colella [20] and had been taken extensively as a test example for high-order schemes. The computational domain is chosen to be [ 0 , 4 ] × [ 0 , 1 ] and the

reflective wall lies on the bottom of the computational domain for 1 6 x 4 . In the beginning, a Mach 10 shock, moving right, is located at x = 1 6 , y = 0 and

makes an angle 60˚ with the x-axis. For the boundary conditions, the exact

postshock condition is imposed for bottom boundary from x = 0 to x = 1 6 ,

and the reflective boundary condition is imposed for the rest; the flows are imposed on the top boundary such that there is no interaction with the Mach 10 shock; inflow and outflow boundary conditions are set for the left and right boundaries respectively. The unshocked fluid has a density of 1.4, a pressure of 1 and this problem is run until t = 0.2 .

In Figure 10, we plot the numerical solution of the WENOJS-LF scheme with cells 400 × 100 and the numerical solutions of the WENOEL-LF scheme with cells 400 × 100 and 560 × 140, respectively. As the conclusion of 1D cases, with the same number of cells, the WENOJS-LF scheme can obtain higher-resolution solutions than the WENOEL-LF scheme, but with much more computing time. When we increase the number of cells from 400 × 100 to 560 × 140, the numerical solution of the WENOEL-LF scheme performs higher resolution but with almost the same computing time as the WENOJS-LF scheme with 400 × 100.

5. Conclusion

This paper aims to combine the finite volume semi-Lagrangian WENO method with flux vector splitting. The proposed scheme is rather robust and easily implemented. And the computing time of the WENOEL-LF scheme is about half and one third of the WENOJS-LF scheme in scalar equation and nonlinear system, respectively. But with the same number of cells, unlike the performance in [14] , the numerical solution of WENOJS-LF scheme is slightly better than that of WENOEL-LF scheme. If we compare the L 1 error with computing time (or the resolution of numerical solution and computing time), then we can find the

Figure 10. Double Mach problem. (a) The density contour is computed by the WENOEL-LF scheme with 400 × 100; (b) The density contour is computed by the WENOEL-LF scheme with 560 × 140; (c) The density contour is computed by the WENOJS-LF scheme with 400 × 100. 30 equally spaced contour lines are plotted from 1.731 to 22.9705.

WENOEL-LF scheme possesses higher efficiency than the WENOJS-LF scheme. That is, to obtain the numerical solution with the same resolution, the WENOEL-LF scheme needs less computing time.

Acknowledgements

This work was supported by the National Natural Science Foundation of China (No. 11501238), Natural Science Foundation of Guangdong Province (No. 2012A030313119) and supported by the Major Project Foundation of Guangdong Province Education Department (No. 2014KZDXM070).

Cite this paper

Hu, F.X. (2017) The Approximated Semi-Lagrangian WENO Methods Based on Flux Vector Splitting for Hyperbolic Conservation Laws. American Journal of Computational Mathematics, 7, 40-57. https://doi.org/10.4236/ajcm.2017.71004

References

  1. 1. Weinberg, R.S. and Gould, D. (2007) Foundations of Sport and Exercise Psychology. Human Kinetics Publishers, Champaign.

  2. 2. Moritz, S.E., Feltz, D.L., Fahrbach, K.R. and Mack, D.E. (2000) The Relation of Self-Efficacy Measures to Sport Performance: A Meta Analytic Review. Research Quarterly for Exercise and Sports, 71, 280-294. http://dx.doi.org/10.1080/02701367.2000.10608908

  3. 3. Williams, J.M. (2001) Applied Sport Psychology: Personal Growth to Peak Performance. 4th Edition, Mayfield Publishing Company, Mountain View.

  4. 4. Cox, R.H. and Liu, Z. (1993) Psychological Skills: A Cross Cultural Investigation. International Journal of Sport Psychology, 24, 326-334.

  5. 5. Taylor, J. (1996) Intensity Regulation and Athletic Performance. In: Van Raalte, J.L. and Brewer, B.W., Eds., Exploring Sport and Exercise Psychology, American Psychological Association, Washington, DC, 3-24.

  6. 6. Cox, R.H., Liu, Z. and Qiu, Y. (1996) Psychological Skills of Elite Chinese Athletes. International Journal of Sport Psychology, 27, 123-132.

  7. 7. Jones, G. and Hanton, S. (1996) Interpretation of Competitive Anxiety Symptoms and Goal Attainment Expectancies. Journal of Sport & Exercise Psychology, 18, 144-157.

  8. 8. Williams, J.M. and Krane, V. (2001) Psychological Characteristics of Peak Performance. In: Williams, J.M., Ed., Applied Sport Psychology: Personal Growth to Peak Performance, May Field Publishing Company, Mountain View, 137-144.

  9. 9. Bush, N.D., Salmela, J.H. and Green-Demers, I. (2000) The Ottawa Mental Skills Assessment Tool (OMSAT-3). The Sport Psychologist, 15, 1-19.

  10. 10. Bota, J.D. (1993) Development of the Ottawa Mental Skills Assessment Tool (OMSAT). Unpublished Master Thesis, University of Ottawa, Ottawa.

  11. 11. Orlick, T. (1996) The Wheel of Excellence. Journal of Performance Education, 1, 3-18.

  12. 12. Landers, D.M. and Boutcher, S.H. (1998) Arousal-Performance Relationships. In: Williams, J.M., Ed., Applied Sport Psychology: Personal Growth to Peak Performance, Mayfield, Mountainview, 197-218.

  13. 13. Meyers, M.C., Bourgeois, A.E., LeUnes, A. and Murray, N.G. (1998) Mood and Psychological Skills of Elite and Sub-Elite Equestrian Athletes. Journal of Sport Behavior, 22, 399-409.

  14. 14. Devonport, T.J. (2006) Perception of the Contribution of Psychology to Success in Elite Kickboxing. Journal of Sport Science and Medicine, 5, 99-107.

  15. 15. Grandjean, D.B., Taylor, A.P. and Weiner, J. (2002) Confidence, Concentration and Competitive Performance of Elite Athletes: A Natural Experiment in Olympic Gymnastics. Journal of Sport and Exercise Psychology, 24, 320-327.

  16. 16. Kruger, A. (2010) Sport Psychological Skills That Discriminate between Successful and Less Successful Female University Field Hockey Players. African Journal for Physical, Health Education, Recreation and Dance, 16, 239-250. http://dx.doi.org/10.4314/ajpherd.v16i2.55963

  17. 17. Sotoodeh, M.S., Talebi, R., Hemayattalab, R. and Arabameri, E. (2012) Comparison of Selected Mental Skills between Elite and Non-Elite Male and Female Taekwondo Athletes. World Journal of Sport Sciences, 6, 32-38.

  18. 18. Nourbakhsh, P. and Maleki, M. (2005) Comparison of Foundation, Psychosomatic and Cognitive Mental Skills between Team and Individual Male Superior Athletes in Khuzestan and Relationship between Those Skills with Self-Efficacy. Harakat, 23, 125-141.

  19. 19. Ghare, M.A., Keshtidar, M. and Jahangiri, M. (2009) Comparison of Mental Skills, Self-Confidence and Competition Anxiety Interpretation among Open and Closed Skills Athletes. Research in Sport Sciences, 25, 49-66.

  20. 20. Durand-Bush, N., Salmela, J.H. and Green-Demers, I. (2001) The Ottawa Mental Skills Assessment Tool (OMSAT-3). The Sport Psychologist, 15, 1-19.

  21. 21. Monfared, S. (2006) Validating OMSAT-3 Questionnaire and Confirming Effect of Mental Preparation Program on Mental Skills at Athletes Participating Asian Games, Doha-Qatar. Iran Olympic National Committee.

  22. 22. Mallett, C.J. and Hanrahan, S.J. (2004) Elite Athletes: Why Does the “Fire” Burn So Brightly? Psychology of Sport and Exercise, 5, 183-200. http://dx.doi.org/10.1016/S1469-0292(02)00043-2

  23. 23. Fletcher, D. and Hanton, S. (2001) The Relationship between Psychological Skill Usage and Competitive Anxiety Responses. Psychology of Sport and Exercise, 2, 89-101. http://dx.doi.org/10.1016/S1469-0292(00)00014-5

  24. 24. Craciun, M., Dobosi, S., Popioan, N. and Prodea, C. (2011) A Confirmatory Factor Analysis of the Ottawa Mental Skills Assessment Tool (OMSAT-3*)—Romanian Version. Human Movement, 12, 159-164. http://dx.doi.org/10.2478/v10038-011-0014-x

  25. 25. Stevenson, M. (1999) The Use of Mental Skills by Male and Female Athletes. UMI, Ann Arbor.

  26. 26. Hardy, L. and Jones, G. (1990) Future Directions for Research into Anxiety in Sport. In: Jones, G. and Hardy, L., Eds., Anxiety and Performance in Sport, Wiley, Chichester, 281-290.

  27. 27. Walpes, S. (2003) Psychological Characteristics of Elite and Non-Elite Level Gymnasts. Doctoral Thesis, Washington State University, Washington DC.

  28. 28. Neil, R., Mellalieu, D.S. and Hanton, S. (2006) Psychological Skills Usage and the Competitive Anxiety Response as a Function of Skill Level in Rugby Union. Journal of Sport Science and Medicine, 5, 415-423.

  29. 29. Martens, R. (1987) Coaches Guide to Sport Psychology. Human Kinetics, Champaign.

  30. 30. Vealy, R.S. (1988) Future Directions in Psychological Skills Training. The Sport Psychologist, 2, 318-336.

  31. 31. Jafari, A., Moradi, M.A. and Rafeenia, P. (2007) Comparison Some of Mental Skills between Female Superior and Inferior Taekwondo Athletes. Olympic, 1, 113-123.

  32. 32. Staniforth, A. and Cote, J. (1991) Semi-Lagrangian Integration Schemes for Atmospheric Models—A Review. Monthly Weather Review, 119, 2206-2223. https://doi.org/10.1175/1520-0493(1991)119<2206:SLISFA>2.0.CO;2

  33. 33. Lin, S.J. and Rood, R.B. (1996) Multi-Dimensional Flux-Form Semi-Lagrangian Transport Schemes. Monthly Weather Review, 124, 2046-2070. https://doi.org/10.1175/1520-0493(1996)124<2046:MFFSLT>2.0.CO;2

  34. 34. Sonnendrucker, E., Roche, J., Bertrand, P. and Ghizzo, A. (1999) The Semi-Lagran gian Method for the Numerical Resolution of the Vlasov Equation. Journal of Computational Physics, 149, 201-220.

  35. 35. Crouseilles, N., Mehrenberger, M. and Sonnendrucker, E. (2010) Conservative Semi-Lagrangian Schemes for Vlasov Equations. Journal of Computational Physics, 229, 1927-1953.

  36. 36. Qiu, J.M. and Shu, C.W. (2011) Conservative Semi-Lagrangian Finite Difference WENO Formulations with Applications to the Vlasov Equation. Journal of Computational Physics, 10, 979-1000. https://doi.org/10.4208/cicp.180210.251110a

  37. 37. Qiu, J.M. and Christlieb, A. (2010) A Conservative High Order Semi-Lagrangian WENO Method for the Vlasov Equation. Journal of Computational Physics, 229, 1130-1149.

  38. 38. Liu, X.D., Osher, S. and Chan, T. (1994) Weighted Essentially Non-Oscillatory Schemes. Journal of Computational Physics, 115, 200-212.

  39. 39. Jiang, G.S. and Shu, C.W. (1996) Efficient Implementation of Weighted ENO Schemes. Journal of Computational Physics, 126, 202-228.

  40. 40. Arbogast, T. and Wheeler, M.F. (1995) A Characteristics-Mixed Finite Element Method for Advection-Dominated Transport Problems. SIAM Journal on Numerical Analysis, 32, 404-424. https://doi.org/10.1137/0732017

  41. 41. Qiu, J.M. and Shu, C.W. (2011) Conservative High Order Semi-Lagrangian Finite Difference WENO Methods for Advection in Incompressible Flow. Journal of Computational Physics, 230, 863-889.

  42. 42. Arbogast, T. and Huang, C. (2006) A Fully Mass and Volume Conserving Implementation of a Characteristic Method for Transport Problems. SIAM Journal on Scientific Computing, 28, 2001-2022. https://doi.org/10.1137/040621077

  43. 43. Huang, C., Arbogast, T. and Qiu, J. (2012) An Eulerian-Lagrangian WENO Finite Volume Scheme for Advection Problems. Journal of Computational Physics, 231, 4028-4052.

  44. 44. Huang, C. and Arbogast, T. (2017) An Eulerian–Lagrangian Weighted Essentially Nonoscillatory scheme for Nonlinear Conservation Laws. Numerical Methods for Partial Differential Equations, 33, 651-680.

  45. 45. Sanders, R., Morano, E. and Druguet, M. (1998) Multi-Dimensional Dissipation for Upwind Schemes: Stability and Applications to Gas Dynamics. Journal of Computational Physics, 145, 511-537.

  46. 46. Pandolfi, M. and D’Ambrosio, D. (2001) Numerical Instabilities in Upwind Methods: Analysis and Cures for the “Carbuncle” Phenomenon. Journal of Computational Physics, 166, 271-301.

  47. 47. Kim, S., Kim, C., Rho, O. and Hong, S. (2003) Cures for the Shock Instability: Development of a Shock-Stable Roe Scheme. Journal of Computational Physics, 185, 342-374.

  48. 48. Lax, P.D. (1954) Weak Solutions of Nonlinear Hyperbolic Equations and Their Numerical Computation. Communications on Pure and Applied Mathematics, 7, 159-193. https://doi.org/10.1002/cpa.3160070112

  49. 49. Toro, E.F. (2009) Riemann Solver and Numerical Methods for Fluid Dynamics. 3rd edition, Springer-Verlag, New York.

  50. 50. Hu, F. (2017) Conservative and Easily Implemented Finite Volume Semi-Lagran gian WENO Methods for 1D and 2D Hyperbolic Conservation Laws. J. Applied Mathematics and Physics, 5, 59-82. https://doi.org/10.4236/jamp.2017.51008

  51. 51. Woodward, P. and Colella, P. (1984) The Numerical Simulation of Two-Dimen sional Fluid Flow with Strong Shocks. Journal of Computational Physics, 54, 115-173.