CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - LBM,

搜索资源列表

  1. Poiseuille

    8下载:
  2. poiseuille的LBM模拟,C++,三种边界处理方法。周期、反弹、曲线。-LBM simulation poiseuille s, C++, three border approach. Cycle, rebound, curve.
  3. 所属分类:MPI

    • 发布日期:2016-05-26
    • 文件大小:7168
    • 提供者:周旋
  1. squareflowOK

    3下载:
  2. 用LBM模拟方腔流,C++语言,运用曲线边界条件。-LBM simulation with cavity flow, the use of curve boundary conditions.
  3. 所属分类:MPI

    • 发布日期:2017-05-13
    • 文件大小:3050223
    • 提供者:周旋
  1. lbm1

    1下载:
  2. 运用LBM解得一个浓度方程的小程序,非常有用!解对流扩散方程,可以直接带入自己的!-Use LBM of or concentration of a small program, very useful!Convection diffusion equation, the solution can be directly into your own!
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:711
    • 提供者:liangjj
  1. 1

    0下载:
  2. 用C++编程的泊肃叶流动,适合初学者入门,对LBM有一个认识和了解,强烈推荐-poseuille flow coded by C++,its useful for begginners who want to study flowing phenomenon with the tool of LBM
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:1916
    • 提供者:qfxyrkzn
  1. LBM_D2Q9_RK_MRT-EE_MODEL

    2下载:
  2. LBM两相流模拟simulation,采用着色模型。-LBM two-phase flow simulations using colored model.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-30
    • 文件大小:13941
    • 提供者:许雄文
  1. anb

    1下载:
  2. 方形障碍物的绕流LBM初级程序,对于刚开始学习LBM模拟的人是一个很好的入门程序。-Lattice Boltzmann method program for flow past rectangle obstacle. It is useful for the people who prepares to study LBM.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-15
    • 文件大小:7088
    • 提供者:Hawlin Ye
  1. Poiseuille_BB_solution

    0下载:
  2. LBM用于Poiseuille流初学者程序,直接反弹格式-LBM Poiseuille
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:1603
    • 提供者:项创
  1. Iain-Haslam

    14下载:
  2. 国外经典LBM D2Q9 D3Q19模型的matlab程序,亲测可用。可用于渗流场和热传递模拟。自己根据需要修改模型。引用时记得注明出处。版权问题概不负责。-Foreign LBM D2Q9 D3Q19 model matlab procedures, pro-test available. It can be used for seepage and heat transfer simulation. Make changes to the model as needed. Remember
  3. 所属分类:source in ebook

    • 发布日期:2017-05-04
    • 文件大小:28863
    • 提供者:
  1. OpenLB

    1下载:
  2. C++实现LBM的一个实例,详细源码提供,供参考。-An instance of a C++ implementation LBM, provide detailed source for information.
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:205183
    • 提供者:xiangchen
  1. lid-driven-flow

    1下载:
  2. 用MRT-LBM计算顶盖驱动流的程序,比LBGK方法更加稳定。-Codes for lid-driven flow with MRT-LBM, which is more stable than LBGK.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:1974
    • 提供者:赵东阳
  1. Droplet

    3下载:
  2. 本次代码采用D2Q9模型,使用介观方法LBM模拟液滴的过程-The code takes D2Q9 model, using the method of mesoscopic LBM simulation process droplets
  3. 所属分类:source in ebook

    • 发布日期:2017-05-04
    • 文件大小:3728
    • 提供者:liang
  1. CPPLBM

    0下载:
  2. 运用C++语言,针对顶盖驱动流的LBM求解方法进行了编程,让用户能够针对顶盖驱动流这类问题利用LBM求解分析实际案例。-Using c++ language, in view of the lid driven flow LBM method for programming, let users can according to this kind of problem using lid driven flow LBM solving actual case analysis.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:18502
    • 提供者:zj
  1. 123

    3下载:
  2. 格子Boltzmann方法(Lattice Boltzmann Method, LBM)是近年来得到迅速发展并具有广阔应用前景的数值模拟方法。与基于连续介质假设的传统流体力学计算方法不同,LBM是从介观层次的流体粒子出发,基于动理学模型,假设这些流体粒子按规定的格线方向进行迁移碰撞相互作用,经过演化计算后得出符合物理规律的数值结果。与其它传统数值方法相比,LBM在复杂边界及几何条件、多相流模拟等方面具有明显的优势。并且LBM具有算法简单,容易编程实现的特点,非常适用于大规模并行计算。-Latti
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1493
    • 提供者:fyh
  1. Couette_flow

    2下载:
  2. 求解二维Couette流动的LBM方法,速度模型是D2Q9-Two dimensional LBM solver dealing with Couette flow, the mode is D2Q9.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:864
    • 提供者:Bian Qingyong
  1. Cylinder_around_flow

    1下载:
  2. 二维圆柱扰流问题LBM方法,采用Matlab语言编写。-The LBM method to solve the cylinder flow(2D),written in the language of Matlab.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1005
    • 提供者:Bian Qingyong
  1. Lid_Driven_Cavity

    0下载:
  2. 空腔顶盖驱动流,二维九速度模型,LBM方法。-The lid driven flow in cavity, written in matlab language(D2Q9, LBM solver).
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1236
    • 提供者:Bian Qingyong
  1. flow-past-a-cylinderical-obstacle.

    1下载:
  2. LBM方法2维9速度模型,求解管道圆柱扰流问题。-Channel flow past a cylinderical obstacle(D2Q9, LBM method).
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1373
    • 提供者:Bian Qingyong
  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-13
    • 文件大小:3555
    • 提供者:abin
  1. Cylinder_around_flow

    0下载:
  2. matlab模拟圆柱绕流,基于lBM方法模拟-matlab lbm cyclinder flow modeling
  3. 所属分类:Other systems

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:wen
« 1 2 ... 7 8 9 10 11 1213 »
搜珍网 www.dssz.com