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

搜索资源列表

  1. Lid_driven_cavity.zip

    0下载:
  2. This program incorporates the FV method for solving the Navier-Stokes equations using 2D, Cartesian grids and the staggered arrangement of variables. Variables are stored as 2D arrays. SIMPLE method is used for pressure calculation. UDS and CDS are i
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:18.98kb
    • 提供者:Maged
  1. cavity

    0下载:
  2. this program solves the steady-state navier-stokes eqn in 2d for the flow in a driven cavity problem. the function solved for is the streamfunction. the velocity may be obtained by differentiating the streamfunction.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:41.05kb
    • 提供者:Maged
  1. duct4

    0下载:
  2. duct.f computes a fully developed viscous laminar flow in a rectangular channel of aspect ratio b/a (=bar). solve the equation: d^2u/dx^2 + d^2u/dy^2 = -1, -a<x<a, -b<y<b method of discretisation: 3-point centered differences
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-11-23
    • 文件大小:2.49kb
    • 提供者:Barboy
  1. FD_Method_Flow_Parabolic_2D

    0下载:
  2. Finite Difference Programming for Matlab in 2D (Poisuille flow)
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.27kb
    • 提供者:katakgoreng
  1. STOKES_FLOW

    0下载:
  2. Finite Element Programming for Matlab in 2D (Stokes flow)
  3. 所属分类:matlab

    • 发布日期:2016-05-12
    • 文件大小:9.32kb
    • 提供者:katakgoreng
  1. air-2d

    0下载:
  2. 一个流体数值模拟程序,模拟空中或从一个钻孔运动中筛选不饱和区。三维空气流动的异常,各向异性饱和带空气流通。-A fluid numerical simulation program to simulate the air or from a drilling campaign in the filter is not saturated zone. The abnormal three-dimensional air flow, anisotropy saturated with air cir
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:40.14kb
    • 提供者:杨曦
  1. free-boundary-problems

    0下载:
  2. 可以使用它计算free surface flow The program is a 2D solver for the incompressible, transient Navier-StokesK[ equations including the temperature equation and free boundary problems-The program is a 2D solver for the incompressible, transient Navier-Sto
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:27.12kb
    • 提供者:枫过留痕
  1. cylinder

    0下载:
  2. 2D Navier-Stokes方程,自己编程。圆柱绕流例子,是matlab语言-2D Navier-Stokes equations, their own programming. Flow around a cylinder example is the matlab language
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:80kb
    • 提供者:薛永飞
  1. LBMpoiseuille

    1下载:
  2. Matlab for Lattice Boltzmann 2D D2Q9 Flow around a cyliner, using LBM
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1.64kb
    • 提供者:yyy
  1. Cpp-openlb

    2下载:
  2. 格子boltzmann方法模拟2D圆柱绕流程序 C++程序d2Q9模型-Lattice boltzmann simulation program 2D flow around a cylinder model of C++ program d2Q9
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:3.96kb
    • 提供者:x.f.shi
  1. FixedFormat1

    1下载:
  2. 求解2D的方腔流的fortran源代码有限差分法求解。-Solving for 2-D driven cavity flow by FDM
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:2.22kb
    • 提供者:hugh
  1. p-2d

    2下载:
  2. 采用SIMPLE算法,有限容积法求解二维流场,容易拓展为非结构化网格。 -SIMPLE algorithm using finite volume method for solving two-dimensional flow field, easily expanded to unstructured grid.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:9.77kb
    • 提供者:春哥
  1. 2D-Steger-Warming-Cylinder

    3下载:
  2. 求解二维圆柱绕流问题,涉及坐标变换,还有通量分裂,在变坐标系下直接数值模拟ns方程二维情况-Solving two-dimensional circular cylinder flow problem, involving the coordinate transformation, flux splitting, direct numerical simulation ns Fang Cheng Erwei situation in the change of coordinate syste
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:8.69kb
    • 提供者:Livingston
  1. 2D-compressible-flow-over-a-bump

    1下载:
  2. 2D compressible flow over a bump
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-02
    • 文件大小:854.56kb
    • 提供者:h13ce
  1. 2D Incompressible flow

    1下载:
  2. The code computes the 2D incompressible flow for a lid driven cavity
  3. 所属分类:压缩解压

  1. 2D-Navier-Stokes

    1下载:
  2. Flow to compute the incompressible flow in a lid driven cavity
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.86kb
    • 提供者:Nikhil
  1. 2D-Poisuille

    0下载:
  2. 二维Poisuille流动问题的数值解法介绍与计算程序(包含c++程序和Fortran程序)-Introduction and numerical solution of two-dimensional calculation procedure Poisuille flow problems (including c++ programs and Fortran programs)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:228.71kb
    • 提供者:bomber
  1. 2DFlow_FDM

    0下载:
  2. Program simulating the 2D flow of a Newtonian fluid between two parallel plates using finite diference method.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.7kb
    • 提供者:Joã o M??rcio
  1. LBGK_D2Q9

    0下载:
  2. 2D flow in channel,poiseuille_channel
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:5.78kb
    • 提供者:nkaid
  1. Lid-driven-flow---LBM

    0下载:
  2. The Lattice Boltzmann Method codes for 2D lid driven flow in a cavity.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1.75kb
    • 提供者:Samarian
« 12 3 »
搜珍网 www.dssz.com