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

搜索资源列表

  1. 自然对流LBM程序

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

  1. LBM 多孔介质 C++程序

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

  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-02
    • 文件大小:10762
    • 提供者:yushu
  1. LidDrivenFlow_LBM_Test

    0下载:
  2. c++编写的LBM d1q3算法,用于求解顶盖速度-c++ written in LBM d1q3
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1807
    • 提供者:李刚
  1. compare

    0下载:
  2. 顶盖驱动流的LBM c++算法实现 可直接运行实现-The above that drive flow LBM c++ algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1509
    • 提供者:gaosen
  1. ANB

    0下载:
  2. LBM 算法的原程序,用来说明LBM的原理。-This program shows newcomers to the principles of lattice Boltzmann coding. This is a rhichly documented self explaining lattice Boltzmann code. The code is called anb, what simply means anb is not best.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-09
    • 文件大小:17157
    • 提供者:Cheng Huang
  1. lbm

    0下载:
  2. lbm顶盖方腔流D2Q9模拟算法,适合新手入门-lbm the top cover cavity flow the D2Q9 simulation algorithm, suitable for beginners
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:11192
    • 提供者:王灵泉
  1. rayleighbenard_squre

    0下载:
  2. 采用MATLAB语言,编写的基于格子Boltzmann算法计算rayleighbenard_squre Flow的程序代码。-rayleighbenard_squre Flow by LBM
  3. 所属分类:matlab

    • 发布日期:2015-04-13
    • 文件大小:3072
    • 提供者:caipengfei
  1. LBM_CPP

    4下载:
  2. 用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,
  3. 所属分类:Algorithm

    • 发布日期:2017-05-22
    • 文件大小:6846360
    • 提供者:Edward
  1. LBM(Red-Blue-Fluids)

    4下载:
  2. 一个基于LBM颜色模型的MATLAB算法编程,以便针对LBM颜色模型的求解。-A MATLAB programming algorithm based on LBM color model, so that for LBM color model to solve.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2492
    • 提供者:zj
  1. les-sm

    3下载:
  2. 结合格子玻尔兹曼和大涡模拟的经典算法,采用SM的大涡模型和D2Q9的LBM模型-Based on the classical algorithm of lattice Boltzmann and large eddy simulation, SM s large eddy model and D2Q9 LBM model are adopted
  3. 所属分类:Algorithm

    • 发布日期:2017-12-14
    • 文件大小:2988
    • 提供者:abin
  1. les-ir

    2下载:
  2. 结合格子玻尔兹曼和大涡模拟的经典算法,采用IR的大涡模型和D2Q9的LBM模型-Based on the classical algorithm of lattice Boltzmann and large eddy simulation, IR s large eddy model and D2Q9 LBM model are adopted
  3. 所属分类:Algorithm

    • 发布日期:2017-12-12
    • 文件大小:3555
    • 提供者:abin
  1. Poiseuille

    5下载:
  2. 用LBM算法,计算二维泊肃叶流动,滑移边界(lattics boltzmann method)
  3. 所属分类:仿真建模

    • 发布日期:2017-12-30
    • 文件大小:834560
    • 提供者:kapper
  1. LBM

    10下载:
  2. LBM算法的多松弛;LBM的D2Q9模型;LBM的D3Q15模型;LBM的两区域模型(The LBM algorithm is more relaxed; LBM's D2Q9 model; LBM's D3Q15 model; LBM's two region model.)
  3. 所属分类:matlab例程

    • 发布日期:2018-11-18
    • 文件大小:28672
    • 提供者:xihonshi777
  1. Lattice Boltzmann Method模拟2维接触角

    8下载:
  2. 该程序为格子玻尔兹曼方法(LBM)模拟二维的三相接触角,其中BCs.cpp文件为边界条件,Coll.cpp为碰撞算法,Steam.cpp为迁移过程,Error.cpp为计算稳态误差,force.cpp为计算作用力(采用Shan-Chen模型),Initialization.cpp为初始化(可改变初始两相形状),MacVar.cpp为计算宏观量,output.cpp为输出文件(可修改输出格式),源.cpp为控制主函数。
  3. 所属分类:仿真建模

搜珍网 www.dssz.com