Pith. sign in

REVIEW 2 major objections 4 minor 28 references

A L2-norm regularized incremental-stencil WENO scheme for compressible flows

T0 review · 2 major / 4 minor · reviewed 2026-08-14 · deepseek-v4-flash

Pith's one-line read Penalizing low-order stencil reconstructions by their L2 error cuts WENO dissipation without losing shock capture.

desk verdict A real but incremental WENO variant: the L2-regularization idea is sound and the benchmarks are encouraging, but the 5th-order claim is never verified for the hybrid scheme actually used. read the letter →

arxiv 1908.02464 v1 pith:6DFI6FEO submitted 2019-08-07 physics.comp-ph

classification physics.comp-ph MSC 65M0665M1276N15
keywords WENOschemeincremental-widthstencilL2-normregularizationcompressibleflowshockcapturinglownumericaldissipationdiscontinuitydetectorhybrid
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper proposes a modified incremental-stencil WENO scheme for compressible flows, aimed at the trade-off between numerical dissipation and shock robustness. The problem it targets is that in an incremental-stencil design, the two-point candidate stencils receive too much weight in smooth regions, which adds dissipation and can degrade accuracy; near discontinuities, however, those same two-point stencils provide robustness. The proposed fix introduces an L2-norm error term into the nonlinear weights: each two-point reconstruction is penalized by its squared deviation from a three-point reference, with an adaptive discontinuity detector controlling the strength of the penalty. A hybrid switch to the optimal linear upwind scheme is added for smooth regions and efficiency. If the paper is right, the modified scheme keeps fifth-order accuracy away from critical points, resolves fine structures better than WENO-JS, WENO-Z and WENO-IS, and remains stable for the Mach 2000 jet without positivity-preserving limiters.

What carries the argument

The central object is the regularized weighting rule $\alpha_k^r = d_k(1+\lambda\tau_5/(\lambda\beta_k+E_k+\varepsilon))$ applied over the four incremental candidate stencils of WENO-IS: two two-point and two three-point stencils inside a five-point full stencil. The novelty is the L2-norm error term $E_k$, the integrated squared difference between a candidate reconstruction and a three-point reference, which is nonzero only for the two-point stencils; together with the adaptive parameter $\lambda$ it transfers weight from low-order to high-order stencils in smooth regions. A non-dimensional discontinuity detector built from a sixth-order derivative of the characteristic variables controls $\lambda$, and a hybrid scheme switches to the optimal linear upwind flux when the detector falls below a threshold. This machinery is what carries the paper's claimed $\omega_k - d_k = O(\Delta x^4)$ closeness of the nonlinear weights to the optimal weights and hence the fifth-order accuracy.

What would settle it

Recompute the integrals defining $E_0$ and $E_1$ in Eq. (25) directly from the stated reconstruction polynomials. If the coefficient multiplying $(f_{j-1}-2f_j+f_{j+1})^2$ is not $1/45$ (one direct quadrature yields $23/960$), then the Taylor expansion in Eq. (29) does not describe the implemented penalty and the claimed $\omega_k-d_k=O(\Delta x^4)$ needs to be rechecked; a grid-convergence test on a smooth non-critical wave with this exact implementation would then settle whether fifth-order convergence actually occurs.

Watch

Extended reading notes

Core claim

The central claim is that the excessive dissipation of incremental-stencil WENO comes from ignoring the accuracy gap between the two-point and three-point candidate stencils. The paper turns the WENO weighting into a regularized optimization: weights are computed by $\alpha_k^r = d_k(1+\lambda\tau_5/(\lambda\beta_k + E_k + \varepsilon))$ with $E_0=E_1=(1/45)(f_{j-1}-2f_j+f_{j+1})^2$, $E_2=E_3=0$, and $\lambda=c\sigma_s$ where $\sigma_s$ is a non-dimensional discontinuity detector. In smooth flow $\lambda$ is small, so the error terms suppress the two-point stencils and the three-point stencils dominate, restoring low dissipation and formal accuracy; at shocks $\lambda$ is large, the original smoothness indicators take over, and the two-point stencils remain available for robustness. Benchmark results are offered as evidence that this weighting recovers fifth-order convergence away from critical points and resolves broadband sound waves, shock-entropy interactions, double Mach reflection and viscous shock-tube structures with less damping than WENO-JS, WENO-Z and WENO-IS, while passing the Mach 2000 jet without positivity-preserving limiters.

Load-bearing premise

The scheme's accuracy and dissipation gains rest on the stated formula for the L2-norm penalty, $E_0=E_1=(1/45)(f_{j-1}-2f_j+f_{j+1})^2$, being exact; the paper states this formula without derivation, so if its coefficient or form is wrong, the weight transfer and the claimed $O(\Delta x^4)$ recovery are not guaranteed.

Editorial extensions

If this is right

  • For smooth flows away from critical points, the scheme satisfies $\omega_k - d_k = O(\Delta x^4)$, so it can reach the formal fifth order of the full stencil rather than stagnating at the two-point stencil order.
  • For broadband sound waves, shock-entropy interaction and vortical structures, the scheme damps high-wavenumber content less than WENO-JS, WENO-Z and WENO-IS, which is what compressible DNS and LES need.
  • Near strong discontinuities the two-point stencils are still preferred, giving shock robustness; the paper reports stability on a Mach 2000 jet without any positivity-preserving limiter.
  • The hybrid detector switching makes the scheme faster than WENO-JS and WENO-Z, costing roughly three-quarters of the WENO-Z time in the reported two-dimensional cases.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The same L2-regularization construction could extend to higher-order incremental stencil sets, such as seventh-order reconstructions with two-, three- and four-point candidates, by choosing a reference flux that penalizes every stencil below the target order.
  • If the stated coefficient $1/45$ in $E_0$ differs from a direct quadrature of the reconstruction polynomials, the qualitative weight-shift mechanism may still survive, but the exact order condition and the reported dissipation balance would need recalibration.
  • The hybrid threshold is fixed once in the paper as $C=1$, $\alpha=3$; treating that threshold as a tunable parameter could let users trade a little more dissipation for extra robustness in specific applications.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

2 major / 4 minor

Summary. This manuscript proposes a modification of the WENO-IS scheme in which the nonlinear weights for the two 2-point candidate stencils are penalized by an L2-norm error relative to the central 3-point stencil, with the penalty strength controlled adaptively by a non-dimensional discontinuity detector. A further hybrid switch replaces the nonlinear reconstruction by an optimal linear upwind flux in regions identified as smooth. The resulting scheme is tested on one- and two-dimensional benchmark problems including shock tubes, interacting blast waves, the Shu-Osher problem, double Mach reflection, a viscous shock tube, and a Mach 2000 jet, and is reported to resolve fine flow structures with less numerical dissipation than WENO-JS, WENO-Z, WENO-IS, and WENO-HY while retaining robustness.

Significance. The proposed modification is conceptually simple and different from existing WENO weight adjustments: it treats the mismatch between 2-point and 3-point stencil accuracies as an L2-error term and regularizes the weights accordingly. If the claimed 5th-order accuracy and robustness are verified, the method would be a useful low-dissipation, robust shock-capturing option. Strengths of the manuscript include the use of parameters c=1, C=1, and alpha=3 taken from prior work rather than fitted to the benchmarks, comparisons against external reference solutions, a demanding benchmark suite, and an explicit enough description to reproduce the scheme. The principal weakness is that no convergence study is reported for the scheme as actually implemented, so the formal accuracy claim is not yet established.

major comments (2)
  1. [Sections 3.1, 3.3, and 4] The formal-order analysis in Section 3.1 establishes omega_k - d_k = O(Delta x^4) only for the pure regularized WENO weights (28) at non-critical points, but the scheme used in all Section 4 benchmarks is the hybrid flux (33) with the cell-wise switch (35). No convergence test is reported for this hybrid scheme; therefore the paper's stated 5th-order property is not verified for the proposed scheme as actually implemented. On smooth data the detector (30) scales as sigma_s = O(Delta x^10), while the threshold in (35) is epsilon = O(Delta x^3), so asymptotically the linear upwind flux (34) is selected throughout a smooth wave and the effective scheme differs from the WENO branch that is analyzed. The authors should add a scalar linear-advection convergence table for the hybrid flux (33)-(35) and a smooth two-dimensional Euler vortex convergence test, reporting errors and observed orders on a sequence of grids, including at least one case with a critical point.
  2. [Section 4 and Section 3.3] All reported 'Present' results use the hybrid scheme (33)-(35), so the improvement over WENO-IS cannot be attributed specifically to the L2-norm regularization; the linear-upwind branch alone may account for much of the reduced dissipation observed in smooth regions. To support the central claim, the authors should present at least one benchmark, for example the broadband sound-wave case or the Shu-Osher case, computed with the regularized WENO weights (28) alone, without the hybrid switch. This would isolate the contribution of the L2-norm regularization from the contribution of the linear-upwind hybridization.
minor comments (4)
  1. [Eq. (29)] The Taylor expansion in Eq. (29) is misprinted: the leading term should be (1/45) f''_j^2 Delta x^4, not (1/45) f''_j Delta x^4, and the remainder should be O(Delta x^8), not O(Delta x^6). The missing square makes the expression dimensionally inconsistent; the asymptotic conclusion omega_k - d_k = O(Delta x^4) is unaffected once the square is restored.
  2. [Eq. (12)] The Taylor expansion for tau_5 in Eq. (12) also appears to lack squares: the leading term should be (f'''_j)^2 Delta x^6 and the second term should contain squared derivatives. This is likely a typesetting omission, but it should be corrected for consistency with the smoothness-indicator definition (10).
  3. [Section 3.3 and Eq. (33)] The switch function sigma_{j+1/2} in Eq. (33) and the detector sigma_s in Eq. (30) are not explicitly related. The text states that sigma_{j+1/2} equals one in smooth regions and later states the condition sigma_s < epsilon for using the linear scheme; the authors should state explicitly that sigma_{j+1/2} = 1 if and only if sigma_s < epsilon.
  4. [Eq. (27)] The derivation of the L2-norm error coefficient 1/45 in Eq. (27) is asserted without showing the underlying reconstruction convention. Adding a sentence stating that the cell-average reconstruction framework of Eqs. (2)-(3) is used, together with a short derivation or an appendix entry, would remove ambiguity for readers who work with point-value interpolation.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the 5th-order estimate follows algebraically from the displayed Taylor expansions, and the benchmark predictions are compared against external reference solutions.

full rationale

The paper's central derivation chain is self-contained rather than circular. The 5th-order claim in Section 3.1 is obtained by substituting the displayed Taylor expansions of the smoothness indicators (Eq. (12)) and the L2-norm error terms (Eq. (29)) into the regularized weights (Eq. (28)); the conclusion that ω_r_k − d_k = O(Δx^4) at non-critical points is a direct algebraic consequence of those equations, not an input fitted to the benchmark results. The constants c = 1, C = 1, and α = 3 are chosen heuristically, but no parameter is calibrated to the test cases used to claim improved resolution or robustness. The numerical comparisons in Section 4 are made against exact solutions, grid-converged references, or established high-resolution results, so the predictions are externally checkable. The WENO-IS and WENO-HY components are cited prior works by overlapping authors, but they are published schemes that are also recomputed as baselines in this paper; the central claim does not reduce to an unverified self-citation. The main weakness noted by the skeptical reading—that the hybrid switch in Eqs. (33)–(35) is not included in the Section 3.1 Taylor analysis—is a completeness or rigor gap in the formal order-of-accuracy argument, not a circular reduction of the claimed result to its own inputs. No step renames a fitted quantity as a prediction or defines an output in terms of the claimed output.

Assumptions & free parameters 5 free parameters · 4 assumptions · 0 invented entities

The central claim rests on three groups of inputs: the standard Jiang-Shu smoothness indicators and their Taylor scalings, the non-dimensional discontinuity detector adopted from the authors' earlier WENO-HY work, and several hand-chosen constants (c=1, C=1, alpha=3) that set the regularization strength and the hybrid threshold. No constants were fitted to the benchmark solutions. The L2-norm penalty itself is derived from stencil polynomials, but the derivation is not shown in the text.

free parameters (5)
  • c (regularization parameter scaling) = 1
    In lambda = c * sigma^s, Section 3.2, chosen by hand; controls the strength of the L2 penalty relative to the smoothness indicator.
  • C (threshold constant) = 1
    In epsilon = C (Delta x / L)^alpha, Section 3.3, carried over from Hu et al. 2015; no sensitivity study.
  • alpha (threshold exponent) = 3
    In epsilon, Section 3.3, chosen by hand; sets how fast the hybrid switch approaches linear as grid refines.
  • epsilon (smoothness indicator offset) = 1e-20
    Small parameter in Eq. (8) to avoid division by zero; standard practice.
  • L (characteristic length scale) = domain-dependent
    Used in the threshold epsilon; for each test case the domain length is used.
assumptions (4)
  • domain assumption Jiang-Shu smoothness indicators of Eq. (9) correctly measure local solution smoothness for the candidate stencils
    Used throughout Sections 2-3 to construct weights; a standard but heuristic modeling assumption.
  • domain assumption The high-order reference smoothness indicator tau5 of Eq. (10) scales as O(Delta x^6) and is small in smooth regions
    Used to derive omega_k - d_k = O(Delta x^4); relies on Taylor expansions given in Eq. (12).
  • domain assumption The non-dimensional discontinuity detector sigma_s of Eq. (30) is O(1) at discontinuities and tends to 0 in smooth regions at the threshold used
    Basis for both the adaptive lambda and the hybrid switch; no formal proof, only validation on test cases.
  • domain assumption The linear upwind scheme in Eq. (34) is sufficiently accurate and stable in smooth regions
    The hybrid scheme switches to this scheme when sigma < epsilon.

how reviews work

0 comments
Cite this review

Pith. "Pith review of A L2-norm regularized incremental-stencil WENO scheme for compressible flows." pith.science (2026). https://pith.science/paper/6DFI6FEO

@misc{pith2026190802464,
  author       = {Pith},
  title        = {Pith review of: A L2-norm regularized incremental-stencil WENO scheme for compressible flows},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/6DFI6FEO}},
  note         = {Machine review of arXiv:1908.02464}
}
read the original abstract

For the simulation of compressible flow with a broadband of length scales and discontinuities, the WENO schemes using incremental stencil sizes other than uniform ones are promising for more robustness and less numerical dissipation. However, in smooth region, large weights may be assigned to smaller stencils due to the lack of high-order derivatives in the smoothness indicator compared with that of larger stencils, and may degrade the order accuracy and lead too much numerical dissipation to resolve fine flow structures. In order to cope with this drawback, based on the stencil selection of WENO-IS [Wang et al., IJMF 104 (2018): 20-31], we propose a L2-norm regularized incremental-stencil WENO scheme. In this method, a new L2-norm regularization is introduced into the WENO weighting strategy to modulate the weights of incremental-width stencils by taking account the L2-norm error term. A high-order non-dimensional discontinuity detector is then utilized as the regularization parameter for adaptive control. In addition, a hybrid method is adopted to further improve the performance and the computational efficiency. A number of benchmark cases suggest that the present scheme achieves very good robustness and fine-structure resolving capabilities.

Figures

Figures reproduced from arXiv: 1908.02464 by the authors.

Figure 1
Figure 1. Full stencil and candidate stencils with incremental width for WENO￾IS reconstruction. Here, S01 is an original 3-point stencil used for WENO-JS reconstruction. and their non-linear weights, respectively. These reconstructed fluxes are fb 0,j+1/2 = 1 2 fj + 1 2 fj+1, fb 1,j+1/2 = − 1 2 fj−1 + 3 2 fj , fb 2,j+1/2 = 1 3 fj + 5 6 fj+1 − 1 6 fj+2, fb 3,j+1/2 = 1 3 fj−2 − 7 6 fj−1 + 11 6 fj . (6) From Taylor series expan… view at source ↗
Figure 2
Figure 2. Broadband wave propagation: density profile with k0 = 12. problem [21] and the 1-2-3 problem [22]. These computations are executed on a 200-point grid. The initial condition for Sod problem is (ρ, u, p) =    (1, 0, 1) 0 ≤ x < 0.5 (0.125, 0, 0.1) 0.5 ≤ x < 1 (38) and the final time is t = 2. The initial condition for Lax problem is (ρ, u, p) =    (0.445, 0.698, 3.528) 0 ≤ x < 0.5 (0.5, 0, 0.5710) 0.5 ≤ x < 1 (3… view at source ↗
Figure 3
Figure 3. Shock tube problems: velocity and density profiles of Sod (top), Lax (middle) and 123 problems (bottom). 22 [PITH_FULL_IMAGE:figures/full_fig_p022_3.png] view at source ↗
Figures from the paper (7 more)
Figure 4
Figure 4. Figure 4: Interacting blast waves: density profile (left) and a zoom of the density profile (right). The computing is carried on a 200-point grid with the domain of x ∈ [0, 10] and the finial time is t = 1.8. The density profiles computed by different schemes are shown in [PITH…
Figure 5
Figure 5. Figure 5: Shu-osher problem: density profile (left) and a zoom of the density profile (right). 4.5. Double Mach reflection of a strong shock This is a two-dimensional test case taken from Woodward and Colella [23] on the double Mach reflection of a strong shock. The initial cond…
Figure 6
Figure 6. Figure 6: Density profiles of double Mach reflection of a strong shock on the 512 × 128 grid. 43 density contours between 1.887 and 20.9 are shown in this figure. 26 [PITH_FULL_IMAGE:figures/full_fig_p026_6.png]
Figure 7
Figure 7. Figure 7: Density profiles of double Mach reflection of a strong shock on the 1024 × 256 grid. 43 density contours between 1.887 and 20.9 are shown in this figure. 27 [PITH_FULL_IMAGE:figures/full_fig_p027_7.png]
Figure 8
Figure 8. Figure 8: Viscous shock tube problem: 20 density contours between 15 and 125. This result is solved on the 250 × 125 grid. 30 [PITH_FULL_IMAGE:figures/full_fig_p030_8.png]
Figure 9
Figure 9. Figure 9: Viscous shock tube problem: 20 density contours between 20 and 115. This result is solved on the 1028 × 640 grid. 31 [PITH_FULL_IMAGE:figures/full_fig_p031_9.png]
Figure 10
Figure 10. Figure 10: Ma 2000 jet problem: 30 density contours of logarithmic scale be￾tween −4 and 4(upper); 30 pressure contours of logarithmic scale between −1 and 13(lower). 33 [PITH_FULL_IMAGE:figures/full_fig_p033_10.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

28 extracted references · 26 canonical work pages

  1. [1]

    Harten, High resolution schemes for hyperbolic conservation laws, Journal of computational physics 49 (3) (1983) 357–393

    A. Harten, High resolution schemes for hyperbolic conservation laws, Journal of computational physics 49 (3) (1983) 357–393

  2. [2]

    Harten, B

    A. Harten, B. Engquist, S. Osher, S. R. Chakravarthy, Uniformly high order accurate essentially non-oscillatory schemes, iii, in: Upwind and high-resolution schemes, Springer, 1987, pp. 218–290

  3. [3]

    X.-D. Liu, S. Osher, T. Chan, Weighted essentially non-oscillatory schemes, Journal of computational physics 115 (1) (1994) 200–212

  4. [4]

    Jiang, C.-W

    G.-S. Jiang, C.-W. Shu, Efficient implementation of weighted eno schemes, Journal of computational physics 126 (1) (1996) 202–228

  5. [5]

    A. K. Henrick, T. D. Aslam, J. M. Powers, Mapped weighted essentially non-oscillatory schemes: achieving optimal order near critical points, Journal of Computational Physics 207 (2) (2005) 542–567

  6. [6]

    M. P. Mart´ ın, E. M. Taylor, M. Wu, V. G. Weirs, A bandwidth- optimized weno scheme for the effective direct numerical simulation 34 of compressible turbulence, Journal of Computational Physics 220 (1) (2006) 270–289

  7. [7]

    Gerolymos, D

    G. Gerolymos, D. S´ en´ echal, I. Vallet, Very-high-order weno schemes, Journal of Computational Physics 228 (23) (2009) 8481–8524

  8. [8]

    Borges, M

    R. Borges, M. Carmona, B. Costa, W. S. Don, An improved weighted es- sentially non-oscillatory scheme for hyperbolic conservation laws, Jour- nal of Computational Physics 227 (6) (2008) 3191–3211

Show all 28 references
  1. [9]

    Castro, B

    M. Castro, B. Costa, W. S. Don, High order weighted essentially non- oscillatory weno-z schemes for hyperbolic conservation laws, Journal of Computational Physics 230 (5) (2011) 1766–1792

  2. [10]

    E. M. Taylor, M. Wu, M. P. Mart´ ın, Optimization of nonlinear error for weighted essentially non-oscillatory methods in direct numerical simu- lations of compressible turbulence, Journal of Computational Physics 223 (1) (2007) 384–397

  3. [11]

    Sun, Y.-X

    Z.-S. Sun, Y.-X. Ren, C. Larricq, S.-y. Zhang, Y.-c. Yang, A class of finite difference schemes with low dispersion and controllable dissipation for dns of compressible turbulence, Journal of computational physics 230 (12) (2011) 4616–4635

  4. [12]

    X. Hu, Q. Wang, N. A. Adams, An adaptive central-upwind weighted essentially non-oscillatory scheme, Journal of Computational Physics 229 (23) (2010) 8952–8965

  5. [13]

    X. Hu, N. A. Adams, Scale separation for implicit large eddy simulation, Journal of Computational Physics 230 (19) (2011) 7240–7249. 35

  6. [14]

    L. Fu, X. Y. Hu, N. A. Adams, A family of high-order targeted eno schemes for compressible-fluid simulations, Journal of Computational Physics 305 (2016) 333–359

  7. [15]

    X. Y. Hu, N. A. Adams, C.-W. Shu, Positivity-preserving method for high-order conservative schemes solving compressible euler equations, Journal of Computational Physics 242 (2013) 169–180

  8. [16]

    Zhang, C.-W

    X. Zhang, C.-W. Shu, On positivity-preserving high order discontinuous galerkin schemes for compressible euler equations on rectangular meshes, Journal of Computational Physics 229 (23) (2010) 8918–8934

  9. [17]

    B. Wang, G. Xiang, X. Y. Hu, An incremental-stencil weno reconstruc- tion for simulation of compressible two-phase flows, International Jour- nal of Multiphase Flow 104 (2018) 20–31

  10. [18]

    M. A. Nielsen, Neural networks and deep learning, Vol. 25, Determina- tion press USA, 2015

  11. [19]

    X. Hu, B. Wang, N. A. Adams, An efficient low-dissipation hybrid weighted essentially non-oscillatory scheme, Journal of Computational Physics 301 (2015) 415–424

  12. [20]

    G. A. Sod, A survey of several finite difference methods for systems of nonlinear hyperbolic conservation laws, Journal of computational physics 27 (1) (1978) 1–31

  13. [21]

    P. D. Lax, Weak solutions of nonlinear hyperbolic equations and their numerical computation, Communications on pure and applied mathe- matics 7 (1) (1954) 159–193. 36

  14. [22]

    Einfeldt, C.-D

    B. Einfeldt, C.-D. Munz, P. L. Roe, B. Sj¨ ogreen, On godunov-type meth- ods near low densities, Journal of computational physics 92 (2) (1991) 273–295

  15. [23]

    Woodward, P

    P. Woodward, P. Colella, The numerical simulation of two-dimensional fluid flow with strong shocks, Journal of computational physics 54 (1) (1984) 115–173

  16. [24]

    L. Han, T. Indinger, X. Hu, N. A. Adams, Wavelet-based adaptive multi-resolution solver on heterogeneous parallel architecture for compu- tational fluid dynamics, Computer Science-Research and Development 26 (3-4) (2011) 197

  17. [25]

    Shi, Y.-T

    J. Shi, Y.-T. Zhang, C.-W. Shu, Resolution of high order weno schemes for complicated flow structures, Journal of Computational Physics 186 (2) (2003) 690–696

  18. [26]

    V. Daru, C. Tenaud, Evaluation of tvd high resolution schemes for un- steady viscous shocked flows, Computers & fluids 30 (1) (2000) 89–113

  19. [27]

    Sj¨ ogreen, H

    B. Sj¨ ogreen, H. C. Yee, Grid convergence of high order methods for mul- tiscale complex unsteady viscous compressible flows, Journal of compu- tational physics 185 (1) (2003) 1–26

  20. [28]

    G. Zhou, K. Xu, F. Liu, Grid-converged solution and analysis of the unsteady viscous flow in a two-dimensional shock tube, Physics of Fluids 30 (1) (2018) 016102. 37

Pith tools

Reviewed August 14, 2026 · model on record in the stance chip above.