搜索资源列表
LBM
- 使用格子玻尔兹曼方法实现的基于图像界面的图像边缘检测算法-a matlab code for lattice boltzmann method based image edge detection
function-RbmX
- 人工智能深度学习中限制玻尔兹曼机源代码,matlab程序-Artificial Intelligence depth study limitations Boltzmann machine source code, matlab program
LBM-flow-around-circular-cylinder-
- 基于matlab语言的格子玻尔兹曼方法的圆柱绕流程序,直接在matlab里运行就可以得到相应的结果了-Based on the matlab language Lattice Boltzmann flow around a circular cylinder procedures run directly in matlab can get the corresponding results of the
Lid-driven-cavity
- 采用格子玻尔兹曼方法模拟方腔顶盖驱动流,在MATLAB平台编译程序,在进行迷你计算。-Lid Driven Flow by LBM
CDBN-master
- 实现了卷积受限玻尔兹曼机(深度学习的一个重要算法),包括C++和matlab版本-Restricted Boltzmann realized convolution machine (depth study of an important algorithm), including C++ and matlab version
rbmtrain
- 受限玻尔兹曼机的训练程序,开发环境是MATLAB,受限玻尔兹曼机是深度学习理论中非常有用的一个预训练环节-Restricted Boltzmann machine training procedures, development environment is matlab, restricted Boltzmann machine is the depth of learning theory are very useful in a
MATLAB
- matlab 格子玻尔兹曼D2Q9 百度文库下载的 能用行 扰流模型-lattice boltzmann
code_DBM
- matlab版本的深层受限玻尔兹曼机,是对RBM的改进-matlab version of Deep Restricted Boltzmann Machine
cylinder
- 一则matlab语言下的二维格子玻尔兹曼方法算例,圆柱绕流运动(A two-dimensional lattice Boltzmann method in MATLAB language is used to illustrate the flow around a cylinder)
LBM_ jet
- 基于lbm方法的一个射流程序,用matlab编写,简单易懂,帮助理解晶格玻尔兹曼方法(LBM-Rough jet model)
MATLAB for 玻尔兹曼法
- lbm入门,适合刚进行LBM学习的新手;希望各位进行交流。我也是刚学习LBM,还有很多地方不懂(LBM entry, suitable for new LBM learning newcomers; hope that you can communicate. I've just learned LBM, and there's a lot of things that I don't understand)
格子玻尔兹曼流线绘制MTALAB
- 格子波尔兹曼方法流线绘制,对圆柱扰流进行更改即可用于其他几何模型。(LBM streamlines in cylinder or block)
Untitled
- 使用matlab编程实现格子玻尔兹曼,模拟液固耦合(Using MATLAB programming to implement lattice Boltzmann to simulate liquid-solid coupling)
MRT_D2Q9_3rd
- MRT 带作用力的形式 格子玻尔兹曼方法 多松弛格式 顶盖驱动(mrt with force)
MATLAB
- 一种双相流的LBM(Iilb,d2Q9)方法 根据d2q9格式,Matlab代码使用格子玻尔兹曼(LB)方法模拟二维不混溶流体(蓝色和红色流体)的两相流。(mplements Immiscible Lattice Boltzmann (ILB, D2Q9) method for two phase flows he MatLab code uses lattice Boltzmann (LB) method to simulate t
LBM matlab
- 相关的格子玻尔兹曼的matlab应用编程,下载即可运行,包括圆柱绕流,泊肃叶流等等(Matlab application program of lattice Boltzmann can be downloaded and run, including cylindrical flow, Poiseuille flow and so on.)
testcouette
- 在matlab环境下的格子玻尔兹曼方法进行库特流的流体仿真(The lattice Boltzmann method in Matlab environment for the fluid simulation of Kuyt flow)
格子玻尔兹曼圆柱绕流
- 利用matlab软件编写的格子玻尔兹曼方法模拟的圆柱绕流问题,并实现了可视化(The flow around the cylinder is simulated by lattice Boltzmann method compiled by MATLAB software, and the visualization is realized)
Two phase flow - basic Shan-Chen model
- 通过格子玻尔兹曼方法模拟Shan-Chen模型的两相流(Two phase flow simulation of Shan Chen model by lattice Boltzmann method)
基于LBM的圆柱绕流 matlab
- 基于格子玻尔兹曼方法的圆柱绕流的流场仿真,在matlab中进行编程。