搜索资源列表
基于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,
anb
- LBM Fortran code D2Q9 Model -LBM Fortran code D2Q9 Model
LBM12
- LBM使用D2Q9模型,模拟流体在多孔介质中的渗流-LBM to use D2Q9 model, simulation of fluid in porous media flow.
LBGK_D2Q9_poiseuille_channel2D
- Gianni Schena July 2005, schena@units.it Lattice Boltzmann LBE, geometry: D2Q9, model: BGK Application to permeability in porous media - Gianni Schena July 2005, schena@units.it Lattice Boltzmann LBE, geometry: D2Q9, model: BGK Appli
LBMpoiseuille
- Matlab for Lattice Boltzmann 2D D2Q9 Flow around a cyliner, using LBM
D2Q9
- 格子LBM计算典型参考,不错的介观计算方法-LBM calculation of the typical reference grid, a good mesoscopic method
LBM--Advection-Diffusion-D2Q9
- ! LBM - Advection - Diffusion D2Q9
lbm
- lbm顶盖方腔流D2Q9模拟算法,适合新手入门-lbm the top cover cavity flow the D2Q9 simulation algorithm, suitable for beginners
LBM D2Q9 RK Model
- code for Lattice Boltzmann Method for fluid flow in MATLAB
advectionadiffusion-D2Q9
- Fortran语言编写,LBM方法下计算对流扩散问题的教学代码,D2Q9模型-Fortran language, the calculation method for convection-diffusion problems under LBM teaching the code, D2Q9 model
lidDriven-D2Q9-stokes
- 用LBM方法模拟D2Q9模型下的顶盖驱动方腔问题,以stokes方程为控制方程-With lid driven cavity problem LBM SIMULATION D2Q9 model to stokes equation equation
LBM-code-of-D2Q9
- 使用LBM方法D2Q9模型的针对扩散问题的算例-LBM code of D2Q9 for diffusion problem
Lid_Driven_Cavity
- 空腔顶盖驱动流,二维九速度模型,LBM方法。-The lid driven flow in cavity, written in matlab language(D2Q9, LBM solver).
flow-past-a-cylinderical-obstacle.
- LBM方法2维9速度模型,求解管道圆柱扰流问题。-Channel flow past a cylinderical obstacle(D2Q9, LBM method).
les-sm
- 结合格子玻尔兹曼和大涡模拟的经典算法,采用SM的大涡模型和D2Q9的LBM模型-Based on the classical algorithm of lattice Boltzmann and large eddy simulation, SM s large eddy model and D2Q9 LBM model are adopted
les-ir
- 结合格子玻尔兹曼和大涡模拟的经典算法,采用IR的大涡模型和D2Q9的LBM模型-Based on the classical algorithm of lattice Boltzmann and large eddy simulation, IR s large eddy model and D2Q9 LBM model are adopted
Couette
- LBM for Couette flow d2q9
LBM
- LBM D2Q9 用格子玻尔兹曼法模拟流体留过圆管(LBM D2Q9 Flow around a cyliner, using LBM)
LBM
- LBM算法的多松弛;LBM的D2Q9模型;LBM的D3Q15模型;LBM的两区域模型(The LBM algorithm is more relaxed; LBM's D2Q9 model; LBM's D3Q15 model; LBM's two region model.)
D2Q9模型顶盖驱动流C语言程序
- 《格子Boltzmann方法的理论与应用》附录里的C++程序转换为C程序,供初学LBM批评指正