CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - lbm程序

搜索资源列表

  1. filmnew1

    1下载:
  2. 一个lbm程序,用来计算不同密度比的两相流动,而且两相都能算出,不可多得哦
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.45kb
    • 提供者:张翟
  1. 自然对流LBM程序

    7下载:
  2. 用LBM算法编写的自然对流小程序,两端温差造成自然对流,编程语言为Visual C++
  3. 所属分类:数学计算/工程计算

  1. LBM二维圆柱绕流fortran代码

    9下载:
  2. LBM二维圆柱绕流fortran代码,每个程序块很清楚的,与matlab相比,具有很好的易读性-LBM-dimensional flow around a cylinder fortran code, each block is very clear, compared with matlab, with good accessibility
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-07-04
    • 文件大小:11kb
    • 提供者:步哇哇
  1. 基于LBM圆柱绕流模拟matlab程序代码

    3下载:
  2. 基于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,
  3. 所属分类:matlab例程

    • 发布日期:2017-03-23
    • 文件大小:1.69kb
    • 提供者:andy
  1. LBm-cavity

    5下载:
  2. LBM模拟方腔流,入门程序,简单易懂,适合初学者对该方法编程的一个初步认识-Lattice Boltzmann for cavity flow
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:3.43kb
    • 提供者:xiehaiqiong
  1. LBM 多孔介质 C++程序

    40下载:
  2. 多孔介质内自然对流的LBM模拟程序,采用C++语言编写,基于Guo等人的模型开发,能够用于模拟多孔介质内的流动与传热问题。
  3. 所属分类:数据结构常用算法

  1. LBM_3d_Code

    1下载:
  2. lattice boltzmann 的3d程序,附带详细的程序说明-a lattice boltzmann program
  3. 所属分类:Algorithm

    • 发布日期:2015-10-07
    • 文件大小:6.97mb
    • 提供者:吴锋
  1. LBM_C_SINGLEPHASE_FLOW

    0下载:
  2. 实现了一个二维的LBM数值算法程序,可以作为参考,要求u/c<<1-Implements a two-dimensional LBM numerical algorithm program can serve as a reference, required u/c < < 1
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:10.51kb
    • 提供者:yushu
  1. LBMchengxu

    0下载:
  2. 可以用于模拟lbm方法的matlab相关程序-Lbm method can be used to simulate the procedures matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:5.79kb
    • 提供者:luyong
  1. ANB

    0下载:
  2. anb 版的LBM程序 This code was written to show beginners in a simple and c short way the relevant procedures of a lattice Boltzmann solver, c pointing on how everything works "in principle". Nearly all c procedures could be implemented other (and
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:92.79kb
    • 提供者:薛峰
  1. LBM_main

    1下载:
  2. Lattice Boltzmann用于模拟方腔流的程序。 生成的plt文件需用tecplot软件打开。-Lattice Boltzmann Simulation of cavity flow for the procedure.The plt files generated need the software named “tecplot” to open.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-08-08
    • 文件大小:13kb
    • 提供者:周文宁
  1. LIPDRIVE

    4下载:
  2. 采用fortran编写了关于方腔顶盖驱动流的lbm程序-Prepared using fortran on navies process flow lbm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1.87kb
    • 提供者:不要刺激我
  1. thermal-1

    3下载:
  2. 用LBM代码编写的由于温差而产生的自然对流小程序-As with the LBM code written in natural convection resulting from temperature applet
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:2.96kb
    • 提供者:程熠
  1. LBM-two-phase

    2下载:
  2. 格子BLOTZMANN方法,两相流 matlab程序-Lattice BLOTZMANN method, two phase flow matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:14.87kb
    • 提供者:庄文彧
  1. lbm2d

    1下载:
  2. 基于D2Q9模型的LBM程序,用于计算方腔驱动流,对应何亚玲《格子Boltzmann方法的理论及应用》一书的源码-LBM D2Q9 model-based program used to calculate the square cavity driven flow, which corresponds He Yaling " Lattice Boltzmann Method Theory and Applications," a source book
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1.71kb
    • 提供者:yangliming
  1. test LBM

    1下载:
  2. LBM 的顶盖驱动流 matlab程序,自己编写的,希望跟LBM方法学习者进行交流(lid driven flow based on matlab code)
  3. 所属分类:数学计算

  1. 三维格子玻尔兹曼流动程序

    4下载:
  2. 此程序是用fortran语言编写的,基于格子玻尔兹曼的方法来模拟三维流动的温度场和速度场,值得学习格子的同学借鉴。
  3. 所属分类:数据结构常用算法

  1. LBM 封闭腔体自然对流

    14下载:
  2. 封闭方腔自然对流格子布尔兹曼程序,在瑞利数为2000及4000时的两种算例,包括说明文字。(Closed square cavity natural convection lattice Boltzmann method)
  3. 所属分类:数学计算

    • 发布日期:2019-01-02
    • 文件大小:10.58mb
    • 提供者:heliodore
  1. LBM_25_LINES_AND_VIEW

    1下载:
  2. 只有24的行非常简练的LBM程序,以展示LBM方法代码的简单性,还附有一个原理演示程序。(A very simple mtlab code to show the simplicity of LBM.)
  3. 所属分类:物理计算

    • 发布日期:2019-10-28
    • 文件大小:5.4kb
    • 提供者:悬铃神木
  1. D2Q9模型顶盖驱动流C语言程序

    1下载:
  2. 《格子Boltzmann方法的理论与应用》附录里的C++程序转换为C程序,供初学LBM批评指正
  3. 所属分类:物理计算

    • 发布日期:2019-04-01
    • 文件大小:2.33kb
    • 提供者:weijiebetter
« 12 3 »
搜珍网 www.dssz.com