Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (5)

Search Parameters:
Keywords = HLLC Riemann solver

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
16 pages, 3941 KiB  
Article
A Finite Volume Method for a 2D Dam-Break Simulation on a Wet Bed Using a Modified HLLC Scheme
by Mohammad Milad Salamttalab, Behnam Parmas, Hedi Mustafa Alee, Farhad Hooshyaripor, Ali Danandeh Mehr, Hamidreza Vosoughifar, Seyed Abbas Hosseini, Mohsen Maghrebi and Roohollah Noori
Water 2023, 15(21), 3841; https://doi.org/10.3390/w15213841 - 3 Nov 2023
Cited by 1 | Viewed by 1968
Abstract
This study proposes a numerical model for depth-averaged Reynolds equations (shallow-water equations) to investigate a dam-break problem, based upon a two-dimensional (2D) second-order upwind cell-centre finite volume method. The transportation terms were modelled using a modified approximate HLLC Riemann solver with the first-order [...] Read more.
This study proposes a numerical model for depth-averaged Reynolds equations (shallow-water equations) to investigate a dam-break problem, based upon a two-dimensional (2D) second-order upwind cell-centre finite volume method. The transportation terms were modelled using a modified approximate HLLC Riemann solver with the first-order accuracy. The proposed 2D model was assessed and validated through experimental data and analytical solutions for several dam-break cases on a wet and dry bed. The results showed that the error values of the model are lower than those of existing numerical methods at different points. Our findings also revealed that the dimensionless error parameters decrease as the wave propagates downstream. In general, the new model can model the dam-break problem and captures the shock wave superbly. Full article
Show Figures

Figure 1

21 pages, 15293 KiB  
Article
Numerical Simulation of Sediment Transport in Unsteady Open Channel Flow
by Jennifer G. Duan, Chunshui Yu and Yan Ding
Water 2023, 15(14), 2576; https://doi.org/10.3390/w15142576 - 14 Jul 2023
Cited by 5 | Viewed by 2809
Abstract
This paper presented a two-dimensional, well-balanced hydrodynamic and sediment transport model based on the solutions of variable-density shallow-water equations (VDSWEs) and the Exner equation for bed change for simulating sediment transport in unsteady flows. Those equations are solved in a coupled way by [...] Read more.
This paper presented a two-dimensional, well-balanced hydrodynamic and sediment transport model based on the solutions of variable-density shallow-water equations (VDSWEs) and the Exner equation for bed change for simulating sediment transport in unsteady flows. Those equations are solved in a coupled way by the first-order Godunov-type finite volume method. The Harten–Lax–van Leer–Contact (HLLC) Riemann solver is extended to find the local Riemann fluxes to maintain the exact balance between the momentum term and the bed slope term. A well-balanced scheme is superior to an unbalanced scheme to minimize numerical dispersion as demonstrated by the synthetic standing contact-discontinuity test case. Following this, the model is employed to simulate two laboratory experiments and a field case, the 1996 Lake Ha! Ha! flood event in Canada. The results of water surface elevations and bed surface profiles agree well with the measurements. The accuracy and robustness of the numerical schemes make the model a good candidate for practical engineering applications. Full article
(This article belongs to the Special Issue Sediment Transport in Open Channel Flow)
Show Figures

Figure 1

19 pages, 4497 KiB  
Article
A Hydrodynamic-Based Robust Numerical Model for Debris Hazard and Risk Assessment
by Yongde Kang, Jingming Hou, Yu Tong and Baoshan Shi
Sustainability 2021, 13(14), 7955; https://doi.org/10.3390/su13147955 - 16 Jul 2021
Cited by 5 | Viewed by 2719
Abstract
Debris flow simulations are important in practical engineering. In this study, a graphics processing unit (GPU)-based numerical model that couples hydrodynamic and morphological processes was developed to simulate debris flow, transport, and morphological changes. To accurately predict the debris flow sediment transport and [...] Read more.
Debris flow simulations are important in practical engineering. In this study, a graphics processing unit (GPU)-based numerical model that couples hydrodynamic and morphological processes was developed to simulate debris flow, transport, and morphological changes. To accurately predict the debris flow sediment transport and sediment scouring processes, a GPU-based parallel computing technique was used to accelerate the calculation. This model was created in the framework of a Godunov-type finite volume scheme and discretized into algebraic equations by the finite volume method. The mass and momentum fluxes were computed using the Harten, Lax, and van Leer Contact (HLLC) approximate Riemann solver, and the friction source terms were calculated using the proposed splitting point-implicit method. These values were evaluated using a novel 2D edge-based MUSCL scheme. The code was programmed using C++ and CUDA, which can run on GPUs to substantially accelerate the computation. After verification, the model was applied to the simulation of the debris flow process of an idealized example. The results of the new scheme better reflect the characteristics of the discontinuity of its movement and the actual law of the evolution of erosion and deposition over time. The research results provide guidance and a reference for the in-depth study of debris flow processes and disaster prevention and mitigation. Full article
Show Figures

Figure 1

31 pages, 4480 KiB  
Article
Comparison of Shallow Water Solvers: Applications for Dam-Break and Tsunami Cases with Reordering Strategy for Efficient Vectorization on Modern Hardware
by Bobby Minola Ginting and Ralf-Peter Mundani
Water 2019, 11(4), 639; https://doi.org/10.3390/w11040639 - 27 Mar 2019
Cited by 22 | Viewed by 5638
Abstract
We investigate in this paper the behaviors of the Riemann solvers (Roe and Harten-Lax-van Leer-Contact (HLLC) schemes) and the Riemann-solver-free method (central-upwind scheme) regarding their accuracy and efficiency for solving the 2D shallow water equations. Our model was devised to be spatially second-order [...] Read more.
We investigate in this paper the behaviors of the Riemann solvers (Roe and Harten-Lax-van Leer-Contact (HLLC) schemes) and the Riemann-solver-free method (central-upwind scheme) regarding their accuracy and efficiency for solving the 2D shallow water equations. Our model was devised to be spatially second-order accurate with the Monotonic Upwind Scheme for Conservation Laws (MUSCL) reconstruction for a cell-centered finite volume scheme—and be temporally fourth-order accurate using the Runge–Kutta fourth-order method. Four benchmark cases of dam-break and tsunami events dealing with highly-discontinuous flows and wet–dry problems were simulated. To this end, we applied a reordering strategy for the data structures in our code supporting efficient vectorization and memory access alignment for boosting the performance. Two main features are pointed out here. Firstly, the reordering strategy employed has enabled highly-efficient vectorization for the three solvers investigated on three modern hardware (AVX, AVX2, and AVX-512), where speed-ups of 4.5–6.5× were obtained on the AVX/AVX2 machines for eight data per vector while on the AVX-512 machine we achieved a speed-up of up to 16.7× for 16 data per vector, all with singe-core computation; with parallel simulations, speed-ups of up to 75.7–121.8× and 928.9× were obtained on AVX/AVX2 and AVX-512 machines, respectively. Secondly, we observed that the central-upwind scheme was able to outperform the HLLC and Roe schemes 1.4× and 1.25×, respectively, by exhibiting similar accuracies. This study would be useful for modelers who are interested in developing shallow water codes. Full article
Show Figures

Figure 1

24 pages, 3858 KiB  
Article
Novel Slope Source Term Treatment for Preservation of Quiescent Steady States in Shallow Water Flows
by Khawar Rehman and Yong-Sik Cho
Water 2016, 8(11), 488; https://doi.org/10.3390/w8110488 - 28 Oct 2016
Cited by 3 | Viewed by 4057
Abstract
This paper proposes a robust method for modeling shallow-water flows and near shore tsunami propagation, applicable for both simple and complex geometries with uneven beds. The novel aspect of the model includes the introduction of a new method for slope source terms treatment [...] Read more.
This paper proposes a robust method for modeling shallow-water flows and near shore tsunami propagation, applicable for both simple and complex geometries with uneven beds. The novel aspect of the model includes the introduction of a new method for slope source terms treatment to preserve quiescent equilibrium over uneven topographies, applicable to both structured and unstructured mesh systems with equal accuracy. Our model is based on the Godunov-type finite volume numerical approximation. Second-order spatial and temporal accuracy is achieved through high resolution gradient reconstruction and the predictor-corrector method, respectively. The approximate Riemann solver of Harten, Lax, and van Leer with contact wave restoration (HLLC) is used to compute fluxes. Comparisons of the model’s results with analytical, experimental, and published numerical solutions show that the proposed method is capable of accurately predicting experimental and real-time tsunami propagation/inundation, and dam-break flows over varying topographies. Full article
Show Figures

Figure 1

Back to TopTop