Cxb1993 / CPC2017_WENO
WENO格式(Weighted Essentially Non-Oscillatory schemes) 是基于ENO格式(Essentially Non-Oscillatory schemes)发展而来的一种求解双曲守恒律组的高精度高分辨率广义Godunov格式,适合于求解高密度比流体界面不稳定等具有强间断又具有大面复杂流动结构的问题。本程序由中科院力学所李新亮老师团队开发的OpenCFD程序精简而来,在此对李老师团队致以诚挚的谢意。 程序包含4个源文件:main.f90, Interfaces.f90, Weno.f90,parameters.f90。 其中main.f90是程序主要框架;Weno.f90为程序主要算法实现;Interfaces.f90 中为通信函数和IO函数的封装…
☆18Updated 7 years ago
Related projects ⓘ
Alternatives and complementary repositories for CPC2017_WENO
- 2 Dimensional Euler/Naviers-Stokes Equations solver☆17Updated 6 years ago
- Implementing the discontinuous Galerkin method in CUDA☆11Updated 11 years ago
- Simple (and not-so-simple) CFD solvers written in Fortran with Python plotting routines☆15Updated 5 years ago
- Particle-Resolved Uncontaminated-fluid Immersed Boundary Method in 3D Pseudo-Spectral Implementation☆13Updated 9 years ago
- 🦙 MPI-parallelized C++ framework to simulate compressible multiphase flow physics☆16Updated 2 years ago
- Coding practice of Anderson's CFD book.☆21Updated 5 years ago
- direct numerical simulation☆18Updated 9 years ago
- [Forked from @lainme] Codes for solving gas flow problems based on the Unified Gas-Kinetic Scheme☆11Updated 11 years ago
- Three-Dimensional Mixed-Element Unstructured Finite-Volume Solver for Compressible Euler/Navier-Stokes Equations☆22Updated 8 years ago
- Massively-parallelised Navier-Stokes solver with an immersed boundary method for moving bodies☆12Updated 3 months ago
- ☆14Updated last year
- Unstructured 2D multiphase solver with immersed boundary methods.☆26Updated last year
- OpenFOAM library for fully coupled particle laden flows with arbitrarily shaped solids☆25Updated 7 months ago
- Collection of small and experimental codes☆27Updated 2 weeks ago
- Adaptive Mesh Refinement (AMR) technique utilized with the Lattice-Boltzmann Method (LBM) for numerical simulation of multiphase flows. O…☆51Updated 6 years ago
- 3D Overset Finite Volume CFD Code☆13Updated 9 years ago
- As the field of Computational Fluid Dynamics (CFD) progresses, the fluid flows are more and more analysed by using simulations with the h…☆28Updated last year
- My Cpp, python and fortran practice files☆22Updated 8 years ago
- 3d Finite Volume Method based coded with hybrid OpenMP/MPI☆27Updated 3 years ago
- Two dimensional high-order spectral element method fluid dynamics solver☆50Updated 7 years ago
- CFD solver for turbulent non-premixed flames based on the steady laminar flamelet model☆24Updated 5 years ago
- Repository for programmes used in the publication "High Accuracy Benchmark Problems for Allen-Cahn and Cahn-Hilliard Dynamics"☆11Updated last year
- Multiphase flow codes developed in various stages at UC Irvine and UDel (includes DNS, LBM and LES solvers)☆11Updated 5 years ago
- 2D & 3D Matlab codes for the Immersed Boundary Method☆31Updated 5 years ago
- Completely Validated Unstructured 2D Compressible Euler Solver - CFD☆16Updated 8 years ago
- A parallel lattice Boltzmann-immersed boundary-finite element (LIFE) solver for fluid-structure interaction.☆38Updated 2 years ago
- Flow Physics and Aeroacoustics Toolbox with Python☆28Updated 4 years ago
- C++ code for solving Incompressible Navier-Stokes☆16Updated 10 years ago