Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - finite volume
Search - finite volume - List
非常经典的讲有限元方法的书籍.
Date : 2010-09-26 Size : 10.85mb User : china2008jason

一个基于有限体积法的斜水跃水流动画模拟,使用OPengl工具,非常逼真。动画连续,对流体力学感兴趣的朋友一定有用哦!-a finite volume method based on the jump ramp water flow simulation animation, the use of tools OPengl, very lifelike. Animation for the hydrodynamics of friends interested in a certain useful!
Date : 2025-07-11 Size : 2.17mb User : 童话

Finite Volume Methods for Hyperbolic Problems。一本关于应用有限体积法求解双曲型微分方程的书,很不错的:)-Finite Volume Methods for Hyperbolic Prob lems. One for the application of the finite volume method for solving differential equations, the book is very good :)
Date : 2025-07-11 Size : 10.85mb User : 骆绎

// TetGen computes Delaunay tetrahedralizations, constrained Delaunay tetra- // // hedralizations, and quality Delaunay tetrahedral meshes. The latter are // // nicely graded and whose tetrahedra have radius-edge ratio bounded. Such // // meshes are suitable for finite element and finite volume methods. -//TetGen computes Delaunay tetrahedralizations, constrained Delaunay tetra-////hedralizations, and quality Delaunay tetrahedral meshes. The latter are//// nicely graded and whose tetrahedra have radius-edge ratio bounded. Such//// meshes are suitable for finite element and finite volume methods.
Date : 2025-07-11 Size : 248kb User : tangdading

DL : 2
有限体积法求解一维欧拉方程,有助于理解近似黎曼解的概念-Finite volume method for solving one-dimensional Euler equations, contribute to an understanding of the concept of approximate Riemann solutions
Date : 2025-07-11 Size : 2kb User : 李超

DL : 0
Finite Volume Poisson PDE Solver
Date : 2025-07-11 Size : 161kb User : 邵业

DL : 0
关于有限容积法,由西安交通大学陶文铨院士课题组的基本程序(FORTRAN)-On the finite volume method, from Xi
Date : 2025-07-11 Size : 33kb User : 吴学红

Finite volume methods for hyperbolic problems -Finite volume methods for hyperbolic problems
Date : 2025-07-11 Size : 411kb User : 魏红波

计算传热学分析,包括直角坐标中用有限容积法生成的二维对流扩散方程的求解程序;直角坐标中同位网格上二维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
Date : 2025-07-11 Size : 49kb User : 黄永光

采用有限容积法在直角坐标同位网格上求解三维稳态NAVIER-STOKES方程的程序-Finite volume method in rectangular coordinates with the grid on solving three-dimensional steady-state NAVIER-STOKES equations procedures
Date : 2025-07-11 Size : 18kb User : 黄永光

路面太阳能集热系统传热分析与模型建立 有限容积法数值计算分析-Twodimensional heat conduction Finite Volume Method Line by Line TDMA with SOR
Date : 2025-07-11 Size : 115kb User : 张昭

计算浅水动力学--有限体积法的应用是计算流体力学大师谭维炎的经典著作,是学习有限体积法的一本好书-Calculation of shallow water dynamics- finite-volume method is the application of computational fluid dynamics of the classics master Dr. Yan is the finite volume method to study a good book
Date : 2025-07-11 Size : 4.89mb User : hry

DL : 0
finite volume method code for ten cases!
Date : 2025-07-11 Size : 311kb User : 吴学红

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.
Date : 2025-07-11 Size : 10kb User : payam

二维、非结构网格、有限体积法求解浅水方程代码,带算例。不可多得的源代码。-source code for two dimensional Finite Volume Solver for Nonlinear shallow water equations, with examples included
Date : 2025-07-11 Size : 766kb User : laofang

Computational_Fluid_Dynamics:principles and applications 非常经典的计算流体力学书,以有限体积法为基础,介绍了结构体,非结构体网格的各种通量计算方法,及显隐式时间步长,湍流模型,边界条件,加速收敛,网格生成等等基本计算流体力学理论,是一本不可多得的有限体积法CFD书-Computational_Fluid_Dynamics:principles and applications classic books about CFD, based on Finite Volume Method
Date : 2025-07-11 Size : 7.01mb User : sif

Sixpack is a library of solvers that may be used to solve structured finite volume and finite difference discretisations of PDE s. The solvers include static methods like Jacobi s Method, SOR, SSOR, RBSOR, incomplete factorisation methods like ILU, ILDL, SIP, MSI, Krylov space methods like CG and, BiCGSTAB (with a variety of preconditioners), and a multigrid solver using Jacobi, ILU, ILDL and SIP for smoothing. In addition there is a block tridiagonal solver for when you want to try a direct method.
Date : 2025-07-11 Size : 212kb User : Feiyu Lu

DL : 0
This code incorporates the Finite Volume Method using SIMPLE algorithm on colocated body-fitted grids.
Date : 2025-07-11 Size : 13kb User : souheil

圆柱绕流的数值模拟(基于有限体积法),Fortran程序-Numerical simulation of flow around a cylinder (based on the finite volume method), Fortran program
Date : 2025-07-11 Size : 45kb User : 钱云

这是化学/石油工程师的有限体积(玩具)工具箱。 现在,它可以解决一个瞬变对流扩散方程的变速场/扩散系数。 离散化方案 包括: ?? * 中心差异扩散项 ?? * 中央差分对流项 ?? * 逆风对流期 ?? * TVD对流项与各种流量限制器 ?? * 瞬态项 ?? * Dirichlet,Neumann,Robin和周期性边界条件(This is a finite volume (toy) toolbox for chemical/petroleum engineers. Right now, it can solve a transient convection-diffusion equation with variable velocity field/diffusion coefficients. The discretization schemes include: * central difference diffusion term * central difference convection term * upwind convection term * TVD convection term with various flux limiters * transient term * Dirichlet, Neumann, Robin, and periodic boundary conditions)
Date : 2025-07-11 Size : 1.53mb User : SONNY_YANG
« 12 3 4 5 6 7 8 9 10 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.