Добірка наукової літератури з теми "ENO (Essentially Non-Oscillatory) and WENO method.]"

Оформте джерело за APA, MLA, Chicago, Harvard та іншими стилями

Оберіть тип джерела:

Ознайомтеся зі списками актуальних статей, книг, дисертацій, тез та інших наукових джерел на тему "ENO (Essentially Non-Oscillatory) and WENO method.]".

Біля кожної праці в переліку літератури доступна кнопка «Додати до бібліографії». Скористайтеся нею – і ми автоматично оформимо бібліографічне посилання на обрану працю в потрібному вам стилі цитування: APA, MLA, «Гарвард», «Чикаго», «Ванкувер» тощо.

Також ви можете завантажити повний текст наукової публікації у форматі «.pdf» та прочитати онлайн анотацію до роботи, якщо відповідні параметри наявні в метаданих.

Статті в журналах з теми "ENO (Essentially Non-Oscillatory) and WENO method.]"

1

Janett, Gioele, Oskar Steiner, Ernest Alsina Ballester, Luca Belluzzi, and Siddhartha Mishra. "A novel fourth-order WENO interpolation technique." Astronomy & Astrophysics 624 (April 2019): A104. http://dx.doi.org/10.1051/0004-6361/201834761.

Повний текст джерела
Анотація:
Context. Several numerical problems require the interpolation of discrete data that present at the same time (i) complex smooth structures and (ii) various types of discontinuities. The radiative transfer in solar and stellar atmospheres is a typical example of such a problem. This calls for high-order well-behaved techniques that are able to interpolate both smooth and discontinuous data. Aims. This article expands on different nonlinear interpolation techniques capable of guaranteeing high-order accuracy and handling discontinuities in an accurate and non-oscillatory fashion. The final aim is to propose new techniques which could be suitable for applications in the context of numerical radiative transfer. Methods. We have proposed and tested two different techniques. Essentially non-oscillatory (ENO) techniques generate several candidate interpolations based on different substencils. The smoothest candidate interpolation is determined from a measure for the local smoothness, thereby enabling the essentially non-oscillatory property. Weighted ENO (WENO) techniques use a convex combination of all candidate substencils to obtain high-order accuracy in smooth regions while keeping the essentially non-oscillatory property. In particular, we have outlined and tested a novel well-performing fourth-order WENO interpolation technique for both uniform and nonuniform grids. Results. Numerical tests prove that the fourth-order WENO interpolation guarantees fourth-order accuracy in smooth regions of the interpolated functions. In the presence of discontinuities, the fourth-order WENO interpolation enables the non-oscillatory property, avoiding oscillations. Unlike Bézier and monotonic high-order Hermite interpolations, it does not degenerate to a linear interpolation near smooth extrema of the interpolated function. Conclusion. The novel fourth-order WENO interpolation guarantees high accuracy in smooth regions, while effectively handling discontinuities. This interpolation technique might be particularly suitable for several problems, including a number of radiative transfer applications such as multidimensional problems, multigrid methods, and formal solutions.
Стилі APA, Harvard, Vancouver, ISO та ін.
2

Shu, Chi-Wang. "Essentially non-oscillatory and weighted essentially non-oscillatory schemes." Acta Numerica 29 (May 2020): 701–62. http://dx.doi.org/10.1017/s0962492920000057.

Повний текст джерела
Анотація:
Essentially non-oscillatory (ENO) and weighted ENO (WENO) schemes were designed for solving hyperbolic and convection–diffusion equations with possibly discontinuous solutions or solutions with sharp gradient regions. The main idea of ENO and WENO schemes is actually an approximation procedure, aimed at achieving arbitrarily high-order accuracy in smooth regions and resolving shocks or other discontinuities sharply and in an essentially non-oscillatory fashion. Both finite volume and finite difference schemes have been designed using the ENO or WENO procedure, and these schemes are very popular in applications, most noticeably in computational fluid dynamics but also in other areas of computational physics and engineering. Since the main idea of the ENO and WENO schemes is an approximation procedure not directly related to partial differential equations (PDEs), ENO and WENO schemes also have non-PDE applications. In this paper we will survey the basic ideas behind ENO and WENO schemes, discuss their properties, and present examples of their applications to different types of PDEs as well as to non-PDE problems.
Стилі APA, Harvard, Vancouver, ISO та ін.
3

Schmidt, Alex A., Alice de Jesus Kozakevicius, and Stefan Jakobsson. "A parallel wavelet adaptive WENO scheme for 2D conservation laws." International Journal of Numerical Methods for Heat & Fluid Flow 27, no. 7 (2017): 1467–86. http://dx.doi.org/10.1108/hff-08-2016-0295.

Повний текст джерела
Анотація:
Purpose The current work aims to present a parallel code using the open multi-processing (OpenMP) programming model for an adaptive multi-resolution high-order finite difference scheme for solving 2D conservation laws, comparing efficiencies obtained with a previous message passing interface formulation for the same serial scheme and considering the same type of 2D formulations laws. Design/methodology/approach The serial version of the code is naturally suitable for parallelization because the spatial operator formulation is based on a splitting scheme per direction for which the flux components are numerically computed by a Lax–Friedrichs factorization independently for each row or column. High-order approximations for numerical fluxes are computed by the third-order essentially non-oscillatory (ENO) and fifth-order weighted essentially non-oscillatory (WENO) interpolation schemes, assuming sparse grids in each direction. The grid adaptivity is obtained by a cubic interpolating wavelet transform applied in each space dimension, associated to a threshold operator. Time is evolved by a third order TVD Runge–Kutta method. Findings The parallel formulation is implemented automatically at compiling time by the OpenMP library routines, being virtually transparent to the programmer. This over simplifies any concerns about managing and/or updating the adaptive grid when compared to what is necessary to be done when other parallel approaches are considered. Numerical simulations results and the large speedups obtained for the Euler equations in gas dynamics highlight the efficiency of the OpenMP approach. Research limitations/implications The resulting speedups reflect the effectiveness of the OpenMP approach but are, to a large extension, limited by the hardware used (2 E5-2620 Intel Xeon processors, 6 cores, 2 threads/core, hyper-threading enabled). As the demand for OpenMP threads increases, the code starts to make explicit use of the second logical thread available in each E5-2620 processor core and efficiency drops. The speedup peak is reached near the possible maximum (24) at about 22, 23 threads. This peak reflects the hardware configuration and the true software limit should be located way beyond this value. Practical implications So far no attempts have been made to parallelize other possible code segments (for instance, the ENO|-WENO-TVD code lines that process the different data components which could potentially push the speed up limit to higher values even further. The fact that the speedup peak is located close to the present hardware limit reflects the scalability properties of the OpenMP programming and of the splitting scheme as well. Consequently, it is likely that the speedup peak with the OpenMP approach for this kind of problem formulation will be close to the physical (and/or logical) limit of the hardware used. Social implications This work is the result of a successful collaboration among researchers from two different institutions, one internationally well-known and with a long-term experience in applied mathematics for industrial applications and the other in a starting process of international academic insertion. In this way, this scientific partnership has the potential of promoting further knowledge exchange, involving students and other collaborators. Originality/value The proposed methodology (use of OpenMP programming model for the wavelet adaptive splitting scheme) is original and contributes to a very active research area in the past years, namely, adaptive methods for conservation laws and their parallel formulations, which is of great interest for the entire scientific community.
Стилі APA, Harvard, Vancouver, ISO та ін.
4

Kuo, F. A., and J. S. Wu. "Implementation of a parallel high-order WENO-type Euler equation solver using a CUDA PTX paradigm." Journal of Mechanics 37 (2021): 496–512. http://dx.doi.org/10.1093/jom/ufab016.

Повний текст джерела
Анотація:
ABSTRACT This study proposes the optimization of a low-level assembly code to reconstruct the flux for a splitting flux Harten–Lax–van Leer (SHLL) scheme on high-end graphic processing units. The proposed solver is implemented using the weighted essentially non-oscillatory reconstruction method to simulate compressible gas flows that are derived using an unsteady Euler equation. Instructions in the low-level assembly code, i.e. parallel thread execution and instruction set architecture in compute unified device architecture (CUDA), are used to optimize the CUDA kernel for the flux reconstruction method. The flux reconstruction method is a fifth-order one that is used to process the high-resolution intercell flux for achieving a highly localized scheme, such as the high-order implementation of SHLL scheme. Many benchmarking test cases including shock-tube and four-shock problems are demonstrated and compared. The results show that the reconstruction method is computationally very intensive and can achieve excellent performance up to 5183 GFLOP/s, ∼66% of peak performance of NVIDIA V100, using the low-level CUDA assembly code. The computational efficiency is twice the value as compared with the previous studies. The CUDA assembly code reduces 26.7% calculation and increases 37.5% bandwidth. The results show that the optimal kernel reaches up to 990 GB/s for the bandwidth. The overall efficiency of bandwidth and computation performance achieves 127% of the predicted performance based on the HBM2-memory roofline model estimated by Empirical Roofline Tool.
Стилі APA, Harvard, Vancouver, ISO та ін.
5

Wolf, W. R., and J. L. F. Azevedo. "IMPLEMENTATION OF ENO AND WENO SCHEMES FOR FINITE VOLUME UNSTRUCTURED GRID SOLUTIONS OF COMPRESSIBLE AERODYNAMIC FLOWS." Revista de Engenharia Térmica 6, no. 1 (2007): 48. http://dx.doi.org/10.5380/reterm.v6i1.61817.

Повний текст джерела
Анотація:
In this work the essentially non-oscillatory schemes (ENO) and the weighted essentially non-oscillatory schemes (WENO) are implemented in a cell centered finite volume context on unstructured meshes. The 2-D Euler equations will be considered to represent the flows of interest. The ENO and WENO schemes have been developed with the purpose of accurately capturing discontinuities appearing in problems governed by hyperbolic conservation laws. In the high Mach number aerodynamic studies of interest in the present paper, these discontinuities are mainly represented by shock waves and contact discontinuities. The entire reconstruction process of ENO and WENO schemes is described in detail for linear polynomials and, therefore, second-order of accuracy. An extension to higher orders of accuracy is presented in the paper in a straightforward manner and applications for compressible flows are shown. These applications compare the accuracy of the schemes with some related data that appear in the references cited in this paper or that come from analytical solutions.
Стилі APA, Harvard, Vancouver, ISO та ін.
6

Kadioglu, Samet Y., and Veli Colak. "An Essentially Non-Oscillatory Spectral Deferred Correction Method for Conservation Laws." International Journal of Computational Methods 13, no. 05 (2016): 1650027. http://dx.doi.org/10.1142/s0219876216500274.

Повний текст джерела
Анотація:
We present a computational method based on the Spectral Deferred Corrections (SDC) time integration technique and the Essentially Non-Oscillatory (ENO) finite volume method for the conservation laws (one-dimensional Euler equations). The SDC technique is used to advance the solutions in time with high-order of accuracy. The ENO method is used to define high-order cell edge quantities that are then used to evaluate numerical fluxes. The coupling of the SDC method with a high-order finite volume method (Piece-wise Parabolic Method (PPM)) for solving the conservation laws is first carried out by Layton et al. in [Layton, A. T. and Minion, M. L. [2004] “Conservative multi-implicit spectral deferred correction methods for reacting gas dynamics,” J. Comput. Phys. 194(2), 697–714]. Issues about this approach have been addressed and some improvements have been added to it in [Kadioglu et al. [2012] “A gas dynamics method based on the spectral deferred corrections (SDC) time integration technique and the piecewise parabolic method (PPM),” Am. J. Comput. Math. 1–4, 303–317]. Here, we investigate the implications when the PPM method is replaced with the well-known ENO method. We note that the SDC-PPM method is fourth-order accurate in time and space. Therefore, we kept the order of accuracy of the ENO procedure as fourth-order in order to be able to make a consistent comparison between the two approaches (SDC-ENO versus SDC-PPM methods). We have tested the new SDC-ENO technique by solving several test problems involving moderate to strong shock waves and smooth/complex flow structures. Our numerical results show that we have numerically achieved the formally fourth-order convergence of the new method for smooth problems. Our numerical results also indicate that the newly proposed technique performs very well providing highly resolved shock discontinuities and fairly good contact solutions. More importantly, the discontinuities in the flow test problems are captured with essentially no-oscillations. We have numerically compared the fourth-order SDC-ENO scheme to the fourth-order SDC-PPM method for the same test problems. The results are similar for most of the test problems except in some cases the SDC-PPM method suffers from minor oscillations compared to SDC-ENO scheme being completely oscillation free.
Стилі APA, Harvard, Vancouver, ISO та ін.
7

Zhu, Jun, and Jianxian Qiu. "Runge-Kutta Discontinuous Galerkin Method Using Weno-Type Limiters: Three-Dimensional Unstructured Meshes." Communications in Computational Physics 11, no. 3 (2012): 985–1005. http://dx.doi.org/10.4208/cicp.300810.240511a.

Повний текст джерела
Анотація:
AbstractThis paper further considers weighted essentially non-oscillatory (WENO) and Hermite weighted essentially non-oscillatory (HWENO) finite volume methods as limiters for Runge-Kutta discontinuous Galerkin (RKDG) methods to solve problems involving nonlinear hyperbolic conservation laws. The application discussed here is the solution of 3-D problems on unstructured meshes. Our numerical tests again demonstrate this is a robust and high order limiting procedure, which simultaneously achieves high order accuracy and sharp non-oscillatory shock transitions.
Стилі APA, Harvard, Vancouver, ISO та ін.
8

Wang, Zhenming, Jun Zhu, Chunwu Wang, and Ning Zhao. "Finite difference alternative unequal-sized weighted essentially non-oscillatory schemes for hyperbolic conservation laws." Physics of Fluids 34, no. 11 (2022): 116108. http://dx.doi.org/10.1063/5.0123597.

Повний текст джерела
Анотація:
In this paper, two unequal-sized weighted essentially non-oscillatory (US-WENO) schemes are proposed for solving hyperbolic conservation laws. First, an alternative US-WENO (AUS-WENO) scheme based directly on the values of conserved variables at the grid points is designed. This scheme can inherit all the advantages of the original US-WENO scheme [J. Zhu and J. Qiu, “A new fifth order finite difference WENO scheme for solving hyperbolic conservation laws,” J. Comput. Phys. 318, 110–121 (2016).], such as the arbitrariness of the linear weights. Moreover, this presented AUS-WENO scheme enables any monotone fluxes applicable to this framework, whereas the original US-WENO scheme is only suitable for the more dissipative smooth flux splitting. Therefore, the method in this paper has a smaller L1 and [Formula: see text] numerical errors than the original scheme under the same conditions. Second, in order to further improve the computational efficiency of the above AUS-WENO scheme, a hybrid AUS-WENO scheme is proposed by combining a hybrid strategy. This strategy identifies the discontinuous regions directly based on the extreme points of the reconstruction polynomial corresponding to the five-point stencil, which brings the important advantage that it does not depend on the specific problem and does not contain any artificial adjustable parameters. Finally, the performance of the above two AUS-WENO schemes in terms of low dissipation, shock capture capability, discontinuity detection capability, and computational efficiency is verified by some benchmark one- and two-dimensional numerical examples.
Стилі APA, Harvard, Vancouver, ISO та ін.
9

Zhu, Jun, Xinghui Zhong, Chi-Wang Shu, and Jianxian Qiu. "Runge-Kutta Discontinuous Galerkin Method with a Simple and Compact Hermite WENO Limiter." Communications in Computational Physics 19, no. 4 (2016): 944–69. http://dx.doi.org/10.4208/cicp.070215.200715a.

Повний текст джерела
Анотація:
AbstractIn this paper, we propose a new type of weighted essentially non-oscillatory (WENO) limiter, which belongs to the class of Hermite WENO (HWENO) limiters, for the Runge-Kutta discontinuous Galerkin (RKDG) methods solving hyperbolic conservation laws. This new HWENO limiter is a modification of the simple WENO limiter proposed recently by Zhong and Shu [29]. Both limiters use information of the DG solutions only from the target cell and its immediate neighboring cells, thus maintaining the original compactness of the DG scheme. The goal of both limiters is to obtain high order accuracy and non-oscillatory properties simultaneously. The main novelty of the new HWENO limiter in this paper is to reconstruct the polynomial on the target cell in a least square fashion [8] while the simple WENO limiter [29] is to use the entire polynomial of the original DG solutions in the neighboring cells with an addition of a constant for conservation. The modification in this paper improves the robustness in the computation of problems with strong shocks or contact discontinuities, without changing the compact stencil of the DG scheme. Numerical results for both one and two dimensional equations including Euler equations of compressible gas dynamics are provided to illustrate the viability of this modified limiter.
Стилі APA, Harvard, Vancouver, ISO та ін.
10

Antona, Rubén, Renato Vacondio, Diego Avesani, Maurizio Righetti, and Massimiliano Renzi. "Towards a High Order Convergent ALE-SPH Scheme with Efficient WENO Spatial Reconstruction." Water 13, no. 17 (2021): 2432. http://dx.doi.org/10.3390/w13172432.

Повний текст джерела
Анотація:
This paper studies the convergence properties of an arbitrary Lagrangian–Eulerian (ALE) Riemann-based SPH algorithm in conjunction with a Weighted Essentially Non-Oscillatory (WENO) high-order spatial reconstruction, in the framework of the DualSPHysics open-source code. A convergence analysis is carried out for Lagrangian and Eulerian simulations and the numerical results demonstrate that, in absence of particle disorder, the overall convergence of the scheme is close to the one guaranteed by the WENO spatial reconstruction. Moreover, an alternative method for the WENO spatial reconstruction is introduced which guarantees a speed-up of 3.5, in comparison with the classical Moving Least-Squares (MLS) approach.
Стилі APA, Harvard, Vancouver, ISO та ін.
Більше джерел
Ми пропонуємо знижки на всі преміум-плани для авторів, чиї праці увійшли до тематичних добірок літератури. Зв'яжіться з нами, щоб отримати унікальний промокод!