搜索资源列表
Lid_driven_cavity.zip
- 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
cavity
- 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.
duct4
- 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
FD_Method_Flow_Parabolic_2D
- Finite Difference Programming for Matlab in 2D (Poisuille flow)
STOKES_FLOW
- Finite Element Programming for Matlab in 2D (Stokes flow)
air-2d
- 一个流体数值模拟程序,模拟空中或从一个钻孔运动中筛选不饱和区。三维空气流动的异常,各向异性饱和带空气流通。-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
free-boundary-problems
- 可以使用它计算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
cylinder
- 2D Navier-Stokes方程,自己编程。圆柱绕流例子,是matlab语言-2D Navier-Stokes equations, their own programming. Flow around a cylinder example is the matlab language
LBMpoiseuille
- Matlab for Lattice Boltzmann 2D D2Q9 Flow around a cyliner, using LBM
Cpp-openlb
- 格子boltzmann方法模拟2D圆柱绕流程序 C++程序d2Q9模型-Lattice boltzmann simulation program 2D flow around a cylinder model of C++ program d2Q9
FixedFormat1
- 求解2D的方腔流的fortran源代码有限差分法求解。-Solving for 2-D driven cavity flow by FDM
p-2d
- 采用SIMPLE算法,有限容积法求解二维流场,容易拓展为非结构化网格。 -SIMPLE algorithm using finite volume method for solving two-dimensional flow field, easily expanded to unstructured grid.
2D-Steger-Warming-Cylinder
- 求解二维圆柱绕流问题,涉及坐标变换,还有通量分裂,在变坐标系下直接数值模拟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
2D-compressible-flow-over-a-bump
- 2D compressible flow over a bump
2D Incompressible flow
- The code computes the 2D incompressible flow for a lid driven cavity
2D-Navier-Stokes
- Flow to compute the incompressible flow in a lid driven cavity
2D-Poisuille
- 二维Poisuille流动问题的数值解法介绍与计算程序(包含c++程序和Fortran程序)-Introduction and numerical solution of two-dimensional calculation procedure Poisuille flow problems (including c++ programs and Fortran programs)
2DFlow_FDM
- Program simulating the 2D flow of a Newtonian fluid between two parallel plates using finite diference method.
LBGK_D2Q9
- 2D flow in channel,poiseuille_channel
Lid-driven-flow---LBM
- The Lattice Boltzmann Method codes for 2D lid driven flow in a cavity.