搜索资源列表
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
Boltzmann
- 顶盖驱动流(lid friven flow)格子Boltzmann模拟程序代码-Lid-driven flow (lid friven flow) lattice Boltzmann simulation code
LBM_D2Q9_poiseuille
- 格子boltzmann二维D2Q9模型模拟poiseuille flow-lattice boltzmann method with d2q9 model to simulate poiseuille flow
Lattice-Boltzmann
- 格子波尔兹曼方法的matlab程序,用于多空介质流体的计算-Lattice Boltzmann method matlab program for the calculation of long and short Fluid
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
mplabs-1.1.tar
- 多相流程序。能解决各种多相流问题,基于格子Boltzmann,用Fortran开发的。-Multiphase flow processes. Can solve a variety of multi-phase flow problem, Lattice Boltzmann, with Fortran development.
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
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)
lattice boltzmann method for single phase flow
- 本程序系对格子Boltzmann方法中经典的D2Q9模型进行编程求解。该程序模拟了单相流体在单通道中的流动情况,在流动通道中可以添加不渗透固体,从而用于模拟流体扰流的情况。进一步可以增加不渗透固体的数量,达到模拟流体在多孔介质中的二维流动。该程序适用于初学者对LBM方法编程求解的理解,经二次开发后可以用于油气勘探开发领域。(This program solves the classical D2Q9 model of lattice Boltzmann method by programming
cwde-piece
- 是格子boltzmann中的一段代码,希望对做多相流的朋友有所帮助(Is a piece of code in a lattice boltzmann, hoping to be helpful to friends who do polyphase flow)
二维周期性边界流动
- 格子Boltzmann方法,二维周期性边界流动的c++代码(Lattice Boltzmann Method, C++ Code for Two-Dimensional Periodic Boundary Flow)
Rayleigh-Benard对流格子Boltzmann代码
- Rayleigh-Benard对流格子Boltzmann代码(Rayleigh Benard convection lattice Boltzmann code)
格子Boltzmann模拟传热
- 使用格子Boltzmann方法模拟方腔的自然对流使用C++编写