Description: 格子Boltzmann方法
格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。
特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。
这是“格子模型”的并行处理,在LINUX下调试通过-lattice Boltzmann method lattice Boltzmann method is to retain the lattice gas automata the advantages and overcome its shortcomings and develop ways. In particular, in 1992, Qian Yue Wong Chan 11 the pioneering work (proposed Computational Model), the approach to the wider application of computational fluid dynamics (single-phase flow, multiphase flow, flow in porous media, thermal convection, MHD, the reaction- diffusion, etc.). This is the "lattice model" of parallel processing, the adoption of Linux Debugging Platform: |
Size: 17408 |
Author:张翟 |
Hits:
Description: 是格子boltzmann中的一段代码,希望对做多相流的朋友有所帮助.-lattice boltzmann is the section of code, and I hope to do multiphase flow friends help. Platform: |
Size: 2048 |
Author:刘品 |
Hits:
Description: Lattice Boltzmann 程序,使用D2Q9模型,模拟流体在多孔介质中的渗流。-procedures, the use of D2Q9 model Simulation of Fluid in the porous medium flow. Platform: |
Size: 2048 |
Author:he fengjiang |
Hits:
Description: anb 版的LBM程序 This code was written to show beginners in a simple and
c short way the relevant procedures of a lattice Boltzmann solver,
c pointing on how everything works "in principle". Nearly all
c procedures could be implemented other (and better) as it is done
c here, and even the algorithms used here could be changed to
c save memory and increase performance. But the code works correct,
c and we hope it will be good starting point for the first steps
c in the lattice Boltzmann field. Good luck ! -ANB version of LBM procedures This code was written to show beginners in a simple and c short way the relevant procedures of a lattice Boltzmann solver, c pointing on how everything works Platform: |
Size: 363520 |
Author:薛峰 |
Hits:
Description: 顶盖驱动流(lid friven flow)格子Boltzmann模拟程序代码,对于开始研究格子Boltzmann方法的学者来说,非常具有学习研究价值,这是一个可以直接编译运行的VC++程序。顶盖驱动流是计算流体力学方面一个经典的问题,也是一个不可压缩流的校核算例入门!希望能够对大家有所帮助。-This is a source code of lid friven flow simulation based on Lattice Boltzmann method. It is very valueable for researcher of lattice Boltzmann method especially for beginners. This is a VC++ program source code. Cap-driven flow is a classical problem of computational fluid dynamics! I hope it will be helpful. Platform: |
Size: 2048 |
Author:andy |
Hits:
Description: Parallel LBM in C++
In which, as a counterpoint to abstract virtual generic templated meta-programming, we present a concrete code to simulate on precisely two computational nodes using a 1D lattice Boltzmann model with omega = 1 the heating of one end of a 1m copper bar for 0.1ms.
Note that this code is deliberately condensed, contains few comments, and its layout is optimised for printing out and reading. And in order to get it down to one page I ve also cut it down to one dimension so the concept of hydrodynamics, for which LBM is generally used, is rather lost.
Having said that, it s a neat bit of code. The intention in writing it was to demonstrate how to perform simple distributed memory computations using MPI. My main code uses pretty much the same method, rather better structured, and scales well up to 32 processors (maybe more - I haven t tried). -Parallel LBM in C++
In which, as a counterpoint to abstract virtual generic templated meta-programming, we present a concrete code to simulate on precisely two computational nodes using a 1D lattice Boltzmann model with omega = 1 the heating of one end of a 1m copper bar for 0.1ms.
Note that this code is deliberately condensed, contains few comments, and its layout is optimised for printing out and reading. And in order to get it down to one page I ve also cut it down to one dimension so the concept of hydrodynamics, for which LBM is generally used, is rather lost.
Having said that, it s a neat bit of code. The intention in writing it was to demonstrate how to perform simple distributed memory computations using MPI. My main code uses pretty much the same method, rather better structured, and scales well up to 32 processors (maybe more- I haven t tried).
Platform: |
Size: 1024 |
Author:lcg |
Hits: