搜索资源列表
LBM_CPP
- 用C++编写的格子Boltzmann的算法程序,用于模拟流体在二维通道内的流动,用户可以自定义通道尺寸,通过此程序,用户可以深入学习格子Boltzmann算法,包括碰撞、迁移过程,边界处理以及输入输出文件的设置等。-This is a C++ programme of Lattice Boltzmann model for fluid flow in a 2D channel. The user can define the size of channel. Through this code,