搜索资源列表
sphere
- 三维格子BOLTZMANN的程序代码 采用python语言编译-Three-dimensional lattice BOLTZMANN program code using python language compiler
three-D-square-cavity-
- 用格子波尔兹曼方法计算三维顶盖驱动流,边界用非平衡外推法-Lattice Boltzmann method to calculate three-dimensional lid-driven flow, the boundary non-equilibrium extrapolation
liddriver
- 基于D2Q9的格子波尔兹曼模型模拟三维驱动流-Based on D2Q9 lattice Boltzmann model to simulate three-dimensional driven flow
lbm-3d
- lattice boltzmann 三维模型代码 可参考-the lattice boltzmann three-dimensional model code can reference
lattice-Boltzmann
- 格子boltzmann方法中对于三维方腔的模型建立以及代码程序。-Lattice boltzmann method for three-dimensional square cavity model code program.
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
D3Q19_LBM_Dec_5th
- Lattice Boltzmann Method 三维算例 D3Q27 传热和流体必须学习-Lattice Boltzmann Method D3Q19
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
CUDA.tar
- 利用格子波尔兹曼方法求解三维流体问题,利用CUDA加速迭代过程。是单个CPU运算速度的20倍。(Here we use the Lattice Boltzmann Method to solve a problem of 3D fluid dynamics with the help of CUDA. It is 20 times the speed of a single CPU operation.)
multiComponent3d
- 采用格子玻尔兹曼方法对三维多相流反映的描述与求解示例(Descr iption and Solution of Three-dimensional Multiphase Flow by Lattice Boltzmann Method)
三维多孔 zheng.cpp
- 用lattice Boltzmann method重构三维多孔介质的几何模型。(reconstruct the three dimensional porous media by lam)
Lattice Boltzmann Method模拟2维接触角
- 该程序为格子玻尔兹曼方法(LBM)模拟二维的三相接触角,其中BCs.cpp文件为边界条件,Coll.cpp为碰撞算法,Steam.cpp为迁移过程,Error.cpp为计算稳态误差,force.cpp为计算作用力(采用Shan-Chen模型),Initialization.cpp为初始化(可改变初始两相形状),MacVar.cpp为计算宏观量,output.cpp为输出文件(可修改输出格式),源.cpp为控制主函数。