CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Navier Stokes
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Navier Stokes - List
[
Algorithm
]
n-s
DL : 0
四阶龙格库塔法求解流体力学-- 关于N-S方程的串行求解源程序-four bands Runge Kutta method hydrodynamics-- on the Navier-Stokes equations to solve the serial source
Update
: 2025-02-17
Size
: 4kb
Publisher
:
朱天山
[
Algorithm
]
nso
DL : 1
对二维粘性不可压N-S方程求解,生成O型网格-right 2D viscous incompressible Navier-Stokes equations are solved, Generation O Grid
Update
: 2025-02-17
Size
: 4kb
Publisher
:
黄科峰
[
Other
]
duns-src-2[1].7
DL : 0
大型CFD源程序DUNS,求威望 介绍: Diagonalized ADI Navier-Stokes (DUNS) Code The DUNS code is a 2d/3d, structured, multi-block, multi-species, unsteady or steady, Navier Stokes fluid dynamics code with the q-omega turbulence model. It is configurable on several different levels allowing you to make the code as general or as efficient as you desire. It has been developed on Linux, Cray, RISC6000 and to a lesser extent SGI and HP architectures. It is written in FORTRAN-77 and C. It has been used primarily as a research code, and because of that, the coding can be at times rather undocumented and unclear.-Large-scale CFD source DUNS, seeking prestige Introduction: Diagonalized ADI Navier-Stokes (DUNS) CodeThe DUNS code is a 2d/3d, structured, multi-block, multi-species, unsteady or steady, Navier Stokes fluid dynamics code with the q- omega turbulence model. It is configurable on several different levels allowing you to make the codeas general or as efficient as you desire. It has been developed on Linux, Cray, RISC6000 and to a lesser extent SGI and HP architectures. It is written in FORTRAN-77 and C. It has been used primarily as a researchcode, and because of that, the coding can be at times rather undocumentedand unclear.
Update
: 2025-02-17
Size
: 1.05mb
Publisher
:
胡小三
[
Documents
]
navier-stokes-solver
DL : 0
this a Navier-Stokes equations solver. It support grids contains of multiple connected rectangles. So you can simulate viscous flows in any complicated tubes
Update
: 2025-02-17
Size
: 56kb
Publisher
:
burdzito
[
Multimedia Develop
]
2dc
DL : 0
计算传热学分析,包括直角坐标中用有限容积法生成的二维对流扩散方程的求解程序;直角坐标中同位网格上二维NAVIER-STOKES方程求解程序;及计算结果的后处理程序;-Calculation of heat transfer analysis, including the rectangular coordinates using finite volume method to generate two-dimensional convection-diffusion equation solver rectangular coordinates with the grid on two-dimensional NAVIER-STOKES equations procedures and calculate the results after the treatment procedures
Update
: 2025-02-17
Size
: 49kb
Publisher
:
黄永光
[
Multimedia Develop
]
3dc
DL : 0
采用有限容积法在直角坐标同位网格上求解三维稳态NAVIER-STOKES方程的程序-Finite volume method in rectangular coordinates with the grid on solving three-dimensional steady-state NAVIER-STOKES equations procedures
Update
: 2025-02-17
Size
: 18kb
Publisher
:
黄永光
[
Mathimatics-Numerical algorithms
]
Lid_driven_cavity
DL : 0
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 implemented for the discretization of convective terms, CDS is used for the diffusive terms. The boundary conditions are set for the lid-driven cavity flow. Only steady flows are considered.
Update
: 2025-02-17
Size
: 19kb
Publisher
:
Maged
[
Mathimatics-Numerical algorithms
]
PRG_english
DL : 0
The 2D CFD Program NaSt2D The program is a 2D solver for the incompressible, transient Navier-Stokes equations including the temperature equation and free boundary problems. It uses finite differences for discretization on a structured equidistant staggered grid, central and upwind (donor-cell) discretization of the convective parts and an explicit time stepping scheme. The free boundary value problems are treated with the MAC technique. - The 2D CFD Program NaSt2D The program is a 2D solver for the incompressible, transient Navier-Stokes equations including the temperature equation and free boundary problems. It uses finite differences for discretization on a structured equidistant staggered grid, central and upwind (donor-cell) discretization of the convective parts and an explicit time stepping scheme. The free boundary value problems are treated with the MAC technique.
Update
: 2025-02-17
Size
: 28kb
Publisher
:
Maged
[
Mathimatics-Numerical algorithms
]
cavity
DL : 0
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.
Update
: 2025-02-17
Size
: 41kb
Publisher
:
Maged
[
Algorithm
]
kmkns-0.1
DL : 0
A Navier-Stokes Solver for Single- and Two-Phase Flow
Update
: 2025-02-17
Size
: 198kb
Publisher
:
Ender Demirel
[
Multimedia Develop
]
navier-stokes
DL : 0
关于Navier-Stokes方程的离散详细说明,比较难得-Navier-Stokes equations on the discrete detailed description of the more
Update
: 2025-02-17
Size
: 365kb
Publisher
:
sun
[
Game Engine
]
Real_Time_Fluid_Dynamics_for_Games.
DL : 0
这篇论文介绍了一种简单快速的动态流体的解决方案应用于游戏引擎。-In this paper we present a simple and rapid implementation of a fluid dynamics solver for game engines. Our tools can greatly enhance games by providing realistic fluid-like effects such as swirling smoke past a moving character. The potential applications are endless. Our algorithms are based on the physical equations of fluid flow, namely the Navier-Stokes equations. These equations are notoriously hard to solve when strict physical accuracy is of prime importance. Our solvers on the other hand are geared towards visual quality. Our emphasis is on stability and speed, which means that our simulations can be advanced with arbitrary time steps. We also demonstrate that our solvers are easy to code by providing a complete C code implementation in this paper. Our algorithms run in real-time for reasonable grid sizes in both two and three dimensions on standard PC hardware, as demonstrated during the presentation of this paper at the conference.
Update
: 2025-02-17
Size
: 942kb
Publisher
:
li
[
source in ebook
]
flow3
DL : 0
使用f90格式,使用限元法求解二维稳态的不可压缩N-S方程。里面有文件说明用法。-a program which uses the finite element method to solve the steady incompressible Navier Stokes equations in 2D
Update
: 2025-02-17
Size
: 111kb
Publisher
:
maxwang
[
Multimedia Develop
]
Aitch
DL : 0
AITCH是一个FORTRAN90程序解决H形区域的流场计算。 更具体地说, AITCH旨在模拟不可压缩非稳态的二维下的Navier Stokes方程。 这项计划只是初步素描如何划分区域的方式,你可按照自己的内容需要进行修改,以产生有限元解决方案。-AITCH is a FORTRAN90 program which solves for flow in an H-shaped region. More specifically, AITCH is intended to model the geometry needed for a time-dependent flow of an incompressible fluid in a 2D region, under the Navier Stokes equations. This program is simply an initial sketch of how to divide up the the region in a way that makes it possible to generate a consistent account of the nodes and elements needed to implement a finite element representation of the solution.
Update
: 2025-02-17
Size
: 40kb
Publisher
:
maxwang
[
matlab
]
Navier-Stokes
DL : 0
Solution of the Navier-Stokes equation by means of trianglar finite elements.
Update
: 2025-02-17
Size
: 2.7mb
Publisher
:
Mick
[
Algorithm
]
pcol
DL : 0
A code which employs the SIMPLE-based pressure-correction method for solving the Navier-Stokes equations using Finite Volume method, Cartesian grid, and a colocated arrangement of variables.
Update
: 2025-02-17
Size
: 10kb
Publisher
:
payam
[
Algorithm
]
pcol_f
DL : 0
This code solves the 2D Navier-Stokes equations Cartesian grid and colocated variable arrangement
Update
: 2025-02-17
Size
: 11kb
Publisher
:
souheil
[
matlab
]
2d-navier-equation
DL : 0
2 D Navier Stokes Equation
Update
: 2025-02-17
Size
: 2kb
Publisher
:
adilaksu
[
matlab
]
2D Steady Navier-Stokes
DL : 0
steady state navier stokes
Update
: 2025-02-17
Size
: 22kb
Publisher
:
psz
[
Algorithm
]
Navier Stokes
DL : 0
Navier stokes tutorial, discretization and formulation in 2Dimension and 3Dimension
Update
: 2025-02-17
Size
: 147kb
Publisher
:
nkaid
«
1
2
3
4
5
6
7
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.