搜索资源列表
Lattice Boltzmann Method 模拟单相流体
- Lattice Boltzmann Method 模拟单相流体,LBM simulation for single phase flow
D2Q9.rar
- 晶格波尔兹曼方法,D2Q9的Matlab程序.,Lattice Boltzmann method, D2Q9 procedures
lbm.rar
- 格子波尔兹曼方法d2q9模型算例c++源代码,Lattice Boltzmann model d2q9 Ways example c++ source code
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
D2Q9
- lattice boltzmann code
LBisoLims
- matlab for Lattice Boltzmann
LBM_3d_Code
- lattice boltzmann 的3d程序,附带详细的程序说明-a lattice boltzmann program
ParallelLBM
- 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
Lattice-Boltzmann
- 格子波尔兹曼方法的matlab程序,用于多空介质流体的计算-Lattice Boltzmann method matlab program for the calculation of long and short Fluid
xuyousheng
- 这是我学生利用Lattice Boltzmann method 做的三个工作,可以用来模拟多孔介质渗流问题-This is my students to use the Lattice Boltzmann method to do the three work, can be used to simulate the problem in Porous Media
apitest
- Free Surface Fluid Simulation with the Lattice Boltzmann Method
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
ANB
- 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
Three-Dimensional-Lattice-Boltzmann-Model-for-Hig
- Three-Dimensional Lattice Boltzmann Model for High-Speed Compressible Flows
Introduction-to-Lattice-Boltzmann-Methods-GLY-583
- Introduction to Lattice Boltzmann Methods
lattice boltzmann method for single phase flow
- 本程序系对格子Boltzmann方法中经典的D2Q9模型进行编程求解。该程序模拟了单相流体在单通道中的流动情况,在流动通道中可以添加不渗透固体,从而用于模拟流体扰流的情况。进一步可以增加不渗透固体的数量,达到模拟流体在多孔介质中的二维流动。该程序适用于初学者对LBM方法编程求解的理解,经二次开发后可以用于油气勘探开发领域。(This program solves the classical D2Q9 model of lattice Boltzmann method by programming