搜索资源列表
filmnew1
- 一个lbm程序,用来计算不同密度比的两相流动,而且两相都能算出,不可多得哦
自然对流LBM程序
- 用LBM算法编写的自然对流小程序,两端温差造成自然对流,编程语言为Visual C++
LBM二维圆柱绕流fortran代码
- LBM二维圆柱绕流fortran代码,每个程序块很清楚的,与matlab相比,具有很好的易读性-LBM-dimensional flow around a cylinder fortran code, each block is very clear, compared with matlab, with good accessibility
基于LBM圆柱绕流模拟matlab程序代码
- 基于LBM圆柱绕流模拟matlab程序代码,简单几行代码就可以实现圆柱绕流的可视化模拟,而且还是实时的,采用D2Q9模型,适合初学者学习。,Circular cylinder based on the LBM simulation matlab program code, a simple few lines of code can achieve circular cylinder visual simulation, but also real-time using D2Q9 model,
LBm-cavity
- LBM模拟方腔流,入门程序,简单易懂,适合初学者对该方法编程的一个初步认识-Lattice Boltzmann for cavity flow
LBM 多孔介质 C++程序
- 多孔介质内自然对流的LBM模拟程序,采用C++语言编写,基于Guo等人的模型开发,能够用于模拟多孔介质内的流动与传热问题。
LBM_3d_Code
- lattice boltzmann 的3d程序,附带详细的程序说明-a lattice boltzmann program
LBM_C_SINGLEPHASE_FLOW
- 实现了一个二维的LBM数值算法程序,可以作为参考,要求u/c<<1-Implements a two-dimensional LBM numerical algorithm program can serve as a reference, required u/c < < 1
LBMchengxu
- 可以用于模拟lbm方法的matlab相关程序-Lbm method can be used to simulate the procedures matlab
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
LBM_main
- Lattice Boltzmann用于模拟方腔流的程序。 生成的plt文件需用tecplot软件打开。-Lattice Boltzmann Simulation of cavity flow for the procedure.The plt files generated need the software named “tecplot” to open.
LIPDRIVE
- 采用fortran编写了关于方腔顶盖驱动流的lbm程序-Prepared using fortran on navies process flow lbm
thermal-1
- 用LBM代码编写的由于温差而产生的自然对流小程序-As with the LBM code written in natural convection resulting from temperature applet
LBM-two-phase
- 格子BLOTZMANN方法,两相流 matlab程序-Lattice BLOTZMANN method, two phase flow matlab program
lbm2d
- 基于D2Q9模型的LBM程序,用于计算方腔驱动流,对应何亚玲《格子Boltzmann方法的理论及应用》一书的源码-LBM D2Q9 model-based program used to calculate the square cavity driven flow, which corresponds He Yaling " Lattice Boltzmann Method Theory and Applications," a source book
test LBM
- LBM 的顶盖驱动流 matlab程序,自己编写的,希望跟LBM方法学习者进行交流(lid driven flow based on matlab code)
三维格子玻尔兹曼流动程序
- 此程序是用fortran语言编写的,基于格子玻尔兹曼的方法来模拟三维流动的温度场和速度场,值得学习格子的同学借鉴。
LBM 封闭腔体自然对流
- 封闭方腔自然对流格子布尔兹曼程序,在瑞利数为2000及4000时的两种算例,包括说明文字。(Closed square cavity natural convection lattice Boltzmann method)
LBM_25_LINES_AND_VIEW
- 只有24的行非常简练的LBM程序,以展示LBM方法代码的简单性,还附有一个原理演示程序。(A very simple mtlab code to show the simplicity of LBM.)
D2Q9模型顶盖驱动流C语言程序
- 《格子Boltzmann方法的理论与应用》附录里的C++程序转换为C程序,供初学LBM批评指正