搜索资源列表
D2Q9_part_c
- 有关格子Boltzmann中d2q9的源代码.-the lattice Boltzmann d2q9 which the source code.
D2Q9.rar
- 晶格波尔兹曼方法,D2Q9的Matlab程序.,Lattice Boltzmann method, D2Q9 procedures
lbm.rar
- 格子波尔兹曼方法d2q9模型算例c++源代码,Lattice Boltzmann model d2q9 Ways example c++ source code
LBM_D2Q9_poiseuille
- 格子boltzmann二维D2Q9模型模拟poiseuille flow-lattice boltzmann method with d2q9 model to simulate poiseuille flow
D2Q9
- lattice boltzmann code
LB2D_Prime.tar
- LBM 的2D D2Q9的源码,佛罗里达大学Sukop等人关于Lattice Boltzmann method的书的配套软件。-A open source LBM code of D2Q9, accompanied with the book "Lattice Boltzmann modeling" adaptered by Prof. Sukop of Florida International University.
anb
- LBM Fortran code D2Q9 Model -LBM Fortran code D2Q9 Model
LBE
- Lattice Boltzmann LBE模型在二维多孔介质流体渗流中的应用,基于geometry: D2Q9, model: BGK-Simple, yet simplistic, Lattice Boltzmann (LB) MATLAB implementation. D2H9, BGK, omega = 1, laminar flow in a 2D channel used as benchmark. Requires Image Processing Toolbox.
Cbgk
- lattice boltzmann d2q9程序-lattice boltzmann d2q9
lbe
- lattice boltzmann d2q9 简单举例-lattice boltzmann d2q9
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
LBGK_D2Q9_permeability_Low_Porosity
- Gianni Schena July 2005, schena@units.it Lattice Boltzmann LBE, geometry: D2Q9, model: BGK Application to permeability in porous media (low porosity)- Gianni Schena July 2005, schena@units.it Lattice Boltzmann LBE, geometry: D2Q9, model:
LBMpoiseuille
- Matlab for Lattice Boltzmann 2D D2Q9 Flow around a cyliner, using LBM
D2Q9-LBGK
- D2Q9 latice boltzmann code for poiseullie flow
F90-bgk
- 格子boltzmann方法模拟2D圆柱绕流程序 fortran程序d2Q9模型-Lattice boltzmann simulation of flow around 2D cylinder model program fortran program d2Q9
lattice-Boltzmann--D2Q9
- 格子boltzmann方法中对于顶盖驱动的程序代码,里面有详细的程序注释。-Lattice boltzmann method for the lid-driven program code, there is a detailed program notes.
MRT-D2Q9
- 适合入门者使用的Boltzmann方法的程序,简单易懂-lattice Boltzmann D2Q9
boltzmann
- 实现采用单弛豫时间,D2Q9速度配置,完成圆形绕流计算。(The single relaxation time, D2Q9 speed to complete the calculation of the flow around a circular configuration.)
D2Q9模型顶盖驱动流C语言程序
- 《格子Boltzmann方法的理论与应用》附录里的C++程序转换为C程序,供初学LBM批评指正
lattice boltzmann method for single phase flow
- 本程序系对格子Boltzmann方法中经典的D2Q9模型进行编程求解。该程序模拟了单相流体在单通道中的流动情况,在流动通道中可以添加不渗透固体,从而用于模拟流体扰流的情况。进一步可以增加不渗透固体的数量,达到模拟流体在多孔介质中的二维流动。该程序适用于初学者对LBM方法编程求解的理解,经二次开发后可以用于油气勘探开发领域。(This program solves the classical D2Q9 model of lattice Boltzmann method by programming