• 大小: 28KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-09
  • 语言: Matlab
  • 标签: LBM模拟  matlab  D3Q19  lbm  

资源简介

国外经典LBM D2Q9 D3Q19模型的matlab程序,亲测可用。可用于渗流场和热传递模拟。自己根据需要修改模型。引用时记得注明出处。版权问题概不负责。

资源截图

代码片段和文件信息

% 2D Lattice Boltzmann (BGK) model of a fluid.
%  c4  c3   c2    D2Q9 model. At each timestep particle densities propagate
%    \  |  /      outwards in the directions indicated in the figure. An
%  c5 -c9 - c1    equivalent ‘equilibrium‘ density is found and the densities
%    /  |  \      relax towards that state in a proportion governed by omega.
%  c6  c7   c8
%                  Iain Haslam April 2006.
% http://www.exolete.com/lbm/
% Validation
% The flow profile in a fully saturated channel is calculated using the LBM and 
% compared with the analytical solution to demonstrate that the method works as advertised.

% Note that providing ten digits of accuracy when solving engineering problems 
%rather than the mathematics for which TDAs were proposed is generally ne

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1381  2016-06-08 15:12  savevtkvector.m

     文件      20599  2016-06-08 15:01  lbm3dvectors.png

     文件       4006  2016-06-08 15:00  LBMval.m

     文件       2948  2016-06-08 15:38  Porous_Medium_Flows.asv

     文件       3041  2016-06-08 15:50  Porous_Medium_Flows.m

     文件       1346  2016-06-08 14:37  Porous_Medium_Flows.rar

     文件       4673  2016-06-08 14:45  Porous_Medium_Flows_3D.m

     文件       1079  2016-06-08 15:12  savevtk.m

----------- ---------  ---------- -----  ----

                39073                    8


评论

共有 条评论