登录
首页 » Matlab » LBM入门小案例matlab格式书写

LBM入门小案例matlab格式书写

于 2022-01-27 发布 文件大小:1.35 kB
0 56
下载积分: 2 下载次数: 1

代码说明:

代码注释清晰,适合初学者学习使用 %给定初始的密度,流速,设定粒子分布函数的初始值 rho=ones(nx,ny);  %rho=1 u=zeros(nx,ny);   %x方向速度分量 v=zeros(nx,ny);   %y方向速度分量 f=zeros(nx,ny,9); %nx*ny个节点,每个节点有9个方向 for m=1:9         %粒子分布函数f(:,:,m)表示同一页的数值,f1=1/9 f2=1/9...1/36, 4/9      f(:,:,m)=w(m)*rho.*(1 ...       +3*(e(1,m)*u+e(2,m)*v)...       +9/2*(e(1,m)*u+e(2,m)*v).^2 ...       -3/2*(u.^2+v.^2));  end  ftemp=zeros(nx,ny,9);   flag=ones(nx,ny); %nx*ny的单位矩阵Flag,用于区分上下边界的位置 flag(:,1)=0;      %flag矩阵的第一列赋值为0 flag(:,ny)=0;     %矩阵的ny列赋值为0

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • TimeFrequenceMatlabCode
    《Matlab时频分析及其应用》的详细代码,包括第3至15章的源码。( Matlab time-frequency analysis and its applications, the detailed code, including the first chapter 3-15 source.)
    2008-04-22 19:51:14下载
    积分:1
  • NonlinearLoadModel2
    在MATLAB/simulink下,搭建三相四线制非线性负载。(In the MATLAB/simulink, the three-phase four-wire system to build non-linear load.)
    2011-01-16 10:12:59下载
    积分:1
  • MoM-for-microstrip
    codes for MOM of microstrip
    2013-11-04 05:49:50下载
    积分:1
  • dilation_avg
    calculate to define the relation between a reference object and another object in the image, according to the dilation of the reference object using mathematical morphology
    2010-05-18 17:47:01下载
    积分:1
  • EMD
    EARTH MOVER DISTANCE CODE
    2011-06-02 23:47:32下载
    积分:1
  • growcut
    growcut algorithm is implemented for segmentation purpose
    2013-09-19 17:52:08下载
    积分:1
  • nb-ldpcDECODE-16QAM
    非二进制软译码很实用要学非二进制LDPC的同学可以参考一下(NB-LDPC decode)
    2013-11-14 21:18:52下载
    积分:1
  • MATLAB---obtain
    这是我通过对一本书的详细研究后摘取其精华,将那些对我们最有用的内容整理出来,浓缩成10页word。吐血整理了好几天!现在拿出来贡献一下(This is after a detailed study of the book, I extract the essence, to sort out the most useful content, condensed into 10 word. The hematemesis compiled for several days! Now out to contribute)
    2012-11-20 16:26:00下载
    积分:1
  • BB
    对背包问题进行研究 用MATLAB来实现(Knapsack problem using MATLAB to realize)
    2013-05-15 22:01:14下载
    积分:1
  • TCSC
    simulink仿真,串联电容器在电力系统中的无功补偿(simulink simulation series capacitor reactive power compensation in power system)
    2021-04-21 15:08:49下载
    积分:1
  • 696518资源总数
  • 104331会员总数
  • 24今日下载