MUSCL-THINC-BVD and WENO5-THINC-BVD solvers
The present implementation serves the purpose of comparing and summarizing the main hybrid algorithms reported in:[1] Deng, Xi, Bin Xie, and Feng Xiao. "Some practical versions of boundary variation diminishing (BVD) algorithm." arXiv preprint arXiv:1708.01148 (2017) and [2] Deng, Xi, et al. "High fidelity discontinuity-resolving reconstruction for compressible multiphase flows with moving interfaces." Journal of Computational Physics (2018). Where WENO5 and MUSCL methods are hybridized with the THINC reconstruction by means of the Boundary Value Diminishing (BVD) algorithm. As always, these snippets are written so that they are readable rather than fully optimized codes.
Zitieren als
Manuel A. Diaz (2025). MUSCL-THINC-BVD and WENO5-THINC-BVD solvers (https://www.mathworks.com/matlabcentral/fileexchange/67813-muscl-thinc-bvd-and-weno5-thinc-bvd-solvers), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
Tags
Quellenangaben
Inspiriert von: wme7/ApproximateRiemannSolvers, Weighted Essentially Non-Oscillatory (WENO) Scheme
Inspiriert: 1-d MUSCL Solver for the Shallow Water Equations
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Xmethod-THINC-BVD/MUSCL-THINC-BVD/
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.0.0.0 | Many bugs have been fixed. I extend my gratitude an anonymous postdoc for his insight on the finite-volume philosophy. Updated description and corrected title name. |