搜索资源列表
lbm_d2q920051201
- 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 -lattice Boltzmann method lattice Boltzmann method is to retain the lat
LBM_Linux20051208
- 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 这是“格子模型”的并行处理,在LINUX下调试通过-lattice Boltzmann method lattice Boltzmann me
LB2D_Prime
- 基于格子Boltzmann方法开源可视化软件的源代码 具有很高的实用价值。对学习LBM方法及其软件开发非常游泳 -Lattice Boltzmann method based on open-source visualization software
backstepLBM
- 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 -Lattice Boltzmann method of lattice Boltzmann method is to retain the lattic
pastsquare
- 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 -Lattice Boltzmann method of lattice Boltzmann method is to retain the lattic
cavitylid-driven
- 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 -Lattice Boltzmann method of lattice Boltzmann method is to retain the lattic
LatticeBoltzmannModels
- 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 -Lattice Boltzmann method of lattice Boltzmann method is to retain the lattic
flow
- 顶盖驱动流(lid friven flow)格子Boltzmann模拟程序代码,对于开始研究格子Boltzmann方法的学者来说,非常具有学习研究价值,这是一个可以直接编译运行的VC++程序。顶盖驱动流是计算流体力学方面一个经典的问题,也是一个不可压缩流的校核算例入门!希望能够对大家有所帮助。-This is a source code of lid friven flow simulation based on Lattice Bol
Poiseuille01
- 伯肃叶流动用格子boltzmann方法去扩展新的研究方法-Peter Stephen leaf lattice boltzmann method flow go with the expansion of new research methods
pio-fortran
- 伯肃叶流动用格子boltzmann方法去扩展新的研究方法-Peter Stephen leaf lattice boltzmann method flow go with the expansion of new research methods
Poi-mat
- 在大多数中研究伯肃叶流动用格子boltzmann方法去扩展值得实践新的研究方法-In most studies of leaf movement of Peter Stephen lattice boltzmann method used should be to expand the practice of new research methods
c-bgk
- 格子boltzmann方法模拟2维圆柱绕流程序D2Q9模型C语言-Lattice boltzmann simulation of 2D flow around a cylinder model of C language program D2Q9
Segregation
- 用LBM方法模拟的两相流运动,希望能帮助大家了解应用格子Boltzmann方法-The two-phase flow simulation by LBM and want to help you understand the application of lattice Boltzmann method
Porous_Medium_Flows
- 多孔介质内流动的格子Boltzmann方法源代码-lattice boltzmann method to simulate fluid flow in porous medium.
Poiseuille周期+非平衡外推
- 格子BOLTZMANN方法模拟泊肃叶流,周期和非平衡外推边界(The lattice BOLTZMANN method is used to simulate the flow and periodic and non-equilibrium extrapolation boundary of the flow)
C++LBM顶盖驱动流
- fortran语言,,顶盖驱动流,格子Boltzmann方法(fortran code lattice Boltzmann method D2G9)
格子Boltzmann方法理论及应用
- 格子Boltzmann方法书籍,介绍格子Boltzmann方法的理论,以及相关代码。(Lattice Boltzmann method books, introduce the theory of lattice Boltzmann method, and related code.)
lattice boltzmann method for single phase flow
- 本程序系对格子Boltzmann方法中经典的D2Q9模型进行编程求解。该程序模拟了单相流体在单通道中的流动情况,在流动通道中可以添加不渗透固体,从而用于模拟流体扰流的情况。进一步可以增加不渗透固体的数量,达到模拟流体在多孔介质中的二维流动。该程序适用于初学者对LBM方法编程求解的理解,经二次开发后可以用于油气勘探开发领域。(This program solves the classical D2Q9 model of lattice B
SC+EDM
- 利用格子——Boltzmann方法,伪式模型, 编程实现液滴演变(Using lattice-Boltzmann method, pseudo-model and programming to realize droplet evolution)
二维周期性边界流动
- 格子Boltzmann方法,二维周期性边界流动的c++代码(Lattice Boltzmann Method, C++ Code for Two-Dimensional Periodic Boundary Flow)