搜索资源列表
lbm-3d
- lattice boltzmann 三维模型代码 可参考-the lattice boltzmann three-dimensional model code can reference
3D-LBM-BGK-Model-for-NS-equation
- 流体力学上的,LBM的三维模型——D3Q19模型。word文档包括原理,demo数据和程序。-Lattice Boltzmann BGK Model for NS equation。Word contains the present source code consists of input.dat and LBM_D3Q19.f
D3Q27_LBM_Dec_2nd
- LBM 三维算例 D3Q27 传热和流动必备程序,-Lattice Boltzmann method
LBM_D3Q19-3.0
- LBM Lattice Boltzmann格子波尔兹曼程序,D3Q19 三维程序,不可多得。-LBM Lattice Boltzmann Lattice Boltzmann program, D3Q19 dimensional process indeed.
3D-cubic-channel-LBM-simulation
- 三维方腔内流体流动的格子波尔茨曼方法模拟-Three-dimensional square cavity fluid flow simulation Lattice Boltzmann Method
lb3
- lbm 多孔介质的 三维计算程序,非常有用,实用的程序(Three dimensional calculation program of LB)
lbm
- lbm入门经典程序程序,值得收藏,从而可以推出三维算例(Lbm entry classic program, it is worth collecting, which can be introduced three-dimensional study)
三维格子玻尔兹曼流动程序
- 此程序是用fortran语言编写的,基于格子玻尔兹曼的方法来模拟三维流动的温度场和速度场,值得学习格子的同学借鉴。
LBM 三维算例 D3Q27 传热和流动必备程序
- LBM程序用D3Q27进行展开计算流体流动的程序(The LBM program uses D3Q27 to expand the program for calculating fluid flow)
三维LBM可压缩方腔模拟流
- 三维LBM可压缩方腔模拟流体受到作用力以后流场的变化情况(Three dimensional LBM compressible square cavity simulation flow)
multiComponent3d
- 采用格子玻尔兹曼方法对三维多相流反映的描述与求解示例(Descr iption and Solution of Three-dimensional Multiphase Flow by Lattice Boltzmann Method)
DROP
- 模拟三维液滴下落飞溅,加入扰动使用周期性边界条件(Simulate 3D drop drop splashes, add disturbances using periodic boundary conditions)
LBM3D
- LBM三维程序,有D3Q15 D3Q19模型 可以解决三维问题,适合从二维问题到三维问题的过渡
LBM
- LBM三维渗流计算,可以导出流场图和无量纲渗流系数(The flow field diagram and dimensionless seepage coefficient can be derived by LBM three-dimensional seepage calculation)
lbm
- LBM程序设计适合初学者,三维程序不可多得(LBM program design is suitable for beginners)
Lattice Boltzmann Method模拟2维接触角
- 该程序为格子玻尔兹曼方法(LBM)模拟二维的三相接触角,其中BCs.cpp文件为边界条件,Coll.cpp为碰撞算法,Steam.cpp为迁移过程,Error.cpp为计算稳态误差,force.cpp为计算作用力(采用Shan-Chen模型),Initialization.cpp为初始化(可改变初始两相形状),MacVar.cpp为计算宏观量,output.cpp为输出文件(可修改输出格式),源.cpp为控制主函数。