搜索资源列表
lbm_d2q920051201
- 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 -lattice Boltzmann method lattice Boltzmann method is to retain the lattice gas automata the advantag
LBM_Linux20051208
- 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 这是“格子模型”的并行处理,在LINUX下调试通过-lattice Boltzmann method lattice Boltzmann method is to retain the lattice
lbmval
- Lattice Boltzmann 程序,使用D2Q9模型,模拟流体在多孔介质中的渗流。-procedures, the use of D2Q9 model Simulation of Fluid in the porous medium flow.
lbm多孔渗流
- LBMVAL使用D2Q9模型,模拟流体在多孔介质中的渗流
LatticeBoltzmannModels.rar
- 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 ,Lattice Boltzmann method of lattice Boltzmann method is to retain the lattice gas automata method has the
LBM 多孔介质 C++程序
- 多孔介质内自然对流的LBM模拟程序,采用C++语言编写,基于Guo等人的模型开发,能够用于模拟多孔介质内的流动与传热问题。
backstepLBM
- 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 -Lattice Boltzmann method of lattice Boltzmann method is to retain the lattice gas automata method has the
pastsquare
- 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 -Lattice Boltzmann method of lattice Boltzmann method is to retain the lattice gas automata method has the
cavitylid-driven
- 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 -Lattice Boltzmann method of lattice Boltzmann method is to retain the lattice gas automata method has the
LBM12
- LBM使用D2Q9模型,模拟流体在多孔介质中的渗流-LBM to use D2Q9 model, simulation of fluid in porous media flow.
LBE
- Lattice Boltzmann LBE模型在二维多孔介质流体渗流中的应用,基于geometry: D2Q9, model: BGK-Simple, yet simplistic, Lattice Boltzmann (LB) MATLAB implementation. D2H9, BGK, omega = 1, laminar flow in a 2D channel used as benchmark. Requires Image Processing Toolbox.
TSP110707
- 本文首先提出了基于TSP 的多点位加工路径优化模型以最高生产效率为目标 函数并以数控中心的多孔位加工和多点位焊接两个典型的自动化加工系统为例来 验证该模型的经济性和适用性其次分别为这两个系统建立了基于TSP 的路径优 化模型模型中考虑了实际加工时的系统中约束条件的影响如数控加工中心的换 刀速度主轴移动速度和焊接机器人的工作台转动速度等提出了近似法将数 控加工中心主轴对同一个孔位n 次重复遍历如钻粗镗精镗等简化对n 个 极小间距的相邻点位的一次遍历从而建立相应的多点位数控加
bisq
- 弹性波在饱和多孔介质中传播的BISQ模型-BISQ model for elastic wave propagation in porous media
squirt
- 利用matlab计算SQUIRT模型,弹性波在饱和多孔介质中传播时,一种微观流动机制(Using the MATLAB to calculate the SQUIRT model, when the elastic wave propagates in a saturated porous medium, a microscopic flow mechanism)
三维多孔介质数值模拟代码
- fluent udf 多孔介质模型,用来解决多孔介质模拟的模型建立(Porous medium model of fluent udf)
lattice boltzmann method for single phase flow
- 本程序系对格子Boltzmann方法中经典的D2Q9模型进行编程求解。该程序模拟了单相流体在单通道中的流动情况,在流动通道中可以添加不渗透固体,从而用于模拟流体扰流的情况。进一步可以增加不渗透固体的数量,达到模拟流体在多孔介质中的二维流动。该程序适用于初学者对LBM方法编程求解的理解,经二次开发后可以用于油气勘探开发领域。(This program solves the classical D2Q9 model of lattice Boltzmann method by programming
Random Four-parameter Method
- 基于matlab软件,采用随机四参数法生长法构建不同类型的多孔介质模型(Production of Porous Media Model by Random Four-parameter Method)
三维多孔 zheng.cpp
- 用lattice Boltzmann method重构三维多孔介质的几何模型。(reconstruct the three dimensional porous media by lam)
porous_2D
- 绘制2D多孔介质模型,用来解决多孔介质模拟的模型建立(Draw 2D porous media model to solve the model establishment of porous media simulation)
四参数随机生长法生成多孔介质代码
- 可快速构建模型,速度极快欢迎大家尝试。。。。。。。。(Rapid model building)