搜索资源列表
flow.rar
- 顶盖驱动流(lid friven flow)格子Boltzmann模拟程序代码,对于开始研究格子Boltzmann方法的学者来说,非常具有学习研究价值,这是一个可以直接编译运行的VC++程序。顶盖驱动流是计算流体力学方面一个经典的问题,也是一个不可压缩流的校核算例入门!希望能够对大家有所帮助。,This is a source code of lid friven flow simulation based on Lattice Boltzmann method. It is very valu
backstepLBM
- 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 -Lattice Boltzmann method of lattice Boltzmann method is to retain the lattice gas automata method has the
pastsquare
- 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 -Lattice Boltzmann method of lattice Boltzmann method is to retain the lattice gas automata method has the
cavitylid-driven
- 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 -Lattice Boltzmann method of lattice Boltzmann method is to retain the lattice gas automata method has the
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
quk
- quk的博士论文和源代码,关于格子boltzmann方法的综合应用-quk doctoral thesis and the source code, on the comprehensive application of lattice boltzmann method
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.
Mesoscopic--cylinder
- 用介观方法格子Boltzmann计算圆柱绕流-Mesoscopic lattice Boltzmann method with calculated flow around a cylinder
Boltzmann
- 顶盖驱动流的格子Boltzmann方法模拟代码-Lid Driven Flow in the Lattice Boltzmann Method code
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 Boltzmann method by programming
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)
格子Boltzmann模拟传热
- 使用格子Boltzmann方法模拟方腔的自然对流使用C++编写