Welcome![Sign In][Sign Up]
Location:
Search - riemann solver

Search list

[Internet-Networkmac

Description: 一维激波管问题计算程序,MacCormack算法-one-dimention Riemann problem solver
Platform: | Size: 3072 | Author: Fang Xiaojian | Hits:

[Mathimatics-Numerical algorithmsHW_WAFI

Description: Toro的一维浅水程序采用waf+hll, 模拟圆形溃坝-Program name: HW-WAFI File name: hw_wafi.f Purpose: To solve the time-dependent non-linear one dimensional shallow water equations with geometric source terms due to cylindrical symmetry by the Weighted Average Flux (WAF) Method using the HLL approximate Riemann solver, with choice of six limiter functions. The source terms are treated by the standard splitting scheme.
Platform: | Size: 5120 | Author: 周润发 | Hits:

[AlgorithmHW_WAFH

Description: Toro的waf加hll求解器的一位非线性浅水程序-Program name: HW-WAFH File name: hw_wafh.f Purpose: To solve the time-dependent one dimensional non-linear shallow water equations by The Weighted Average Flux (WAF) Method using the HLL approximate Riemann solver, with choice of six limiter functions
Platform: | Size: 5120 | Author: 周润发 | Hits:

[AlgorithmHW_MUSH

Description: 做浅水计算的都知道TORO什么概念, 这是他老先生的muscl-hancock加h-Program name: HW-MUSH File name: hw_mush.f Purpose: To solve the time-dependent non-linear one dimensional shallow water equations by the MUSCL-Hancock method in conjunction with the HLL approximate Riemann solver
Platform: | Size: 5120 | Author: 周润发 | Hits:

[source in ebookhyper_eul

Description: Toro的经典书 "Riemann Solvers and Numerical Methods for Fluid Dynamics" 中的算例程序。该程序求解二维笛卡尔网格下的理想气体欧拉方程程序。采用TVD格式与HLLC的近似黎曼解相结合,二维处理采用维数分裂,求解扩张一维问题。6种通量限制器可供选择。- to solve the two-dimensional Euler equations for an ideal gas on a Cartesian quadrilateral domain using the TVD WAF method in conjunction with the HLLC approximate Riemann solver and dimensional splitting. A selection of 6 limiter functions is available
Platform: | Size: 9216 | Author: GSD | Hits:

[AlgorithmRiemann_exact_lixl_v1.0

Description: 流体力学的黎曼求解器。给出精确的NS方程的黎曼解-Fluid Riemann solver. Give an accurate solution of NS equations of the Riemann
Platform: | Size: 3072 | Author: q | Hits:

[AlgorithmA-solver-for-1-D-RIEMANN-problem

Description: 分别采用Roe格式和AUSM格式求解一维黎曼问题,并将计算结果与解析解进行比较,发现这两种计算格式都能获得高的计算精度。-Roe scheme were used in this procedure and AUSM format to solve a 1-D RIEMANN problem, and numerical results were compared with the analytical solution, the results can be seen from these two formats have a solution with high accuracy.
Platform: | Size: 109568 | Author: 倪奇峰 | Hits:

[Other1D-Euler-Code-Ver.1

Description: Here is a 1D Euler code (1D shock tube code) for solving Sod s shock tube problem, using Roe s Approximate Riemann solver, minmod limiter, and 2-stage Runge-Kutta time-stepping. Learn how a second-order non-oscillatory Euler code is written, or just run it to see how it is capable of computing discontinuous solutions. Incorporate various flux subroutines given below to explore other methods.
Platform: | Size: 6144 | Author: cdp | Hits:

[Windows Developexact

Description: 黎曼精确解求解程序,里面包括各个具体的细和过程,比toro书里面的容易理解-Riemann solver exact solution, which includes the fine and process easy to understand than the the toro book inside
Platform: | Size: 3072 | Author: 黄立鹤 | Hits:

[SCMRiemann-contact

Description: 这是一维欧拉方程(带接触间断)的黎曼解法器的源代码,绝对不错哦!-codes for 1 dimensional EULER equation with contact discontinutity for Riemann solver
Platform: | Size: 7168 | Author: lancy | Hits:

[matlabRiemann-solver

Description: 2D Advection Equation Riemann solver
Platform: | Size: 1024 | Author: kok | Hits:

[matlabflimiter

Description: flimiter for 2D Advection Equation Riemann solver
Platform: | Size: 1024 | Author: kok | Hits:

[source in ebook2dShallowwaterequationRiemannsolver

Description: 用MATLAB编写的基于有限体积法求解二维浅水方程边界数值通量的Riemann求解器(HLL格式),可处理干河床问题,适用于规则网格及不规则网格,只需提供边界左右两侧的水深和流速以及外法线矢量-Written using MATLAB numerical flux based on the finite volume method for solving the two-dimensional shallow water equations boundary Riemann solver (HLL format), can handle the dry riverbed problem, applicable to a regular grid and irregular grid, just on both sides of the border around water depth and flow rate as well as outside the normal vector
Platform: | Size: 2048 | Author: songyang | Hits:

[OtherToro.Riemann-solvers

Description: 计算流体力学大牛Toro的书,介绍黎曼求解器的,适合于有一定CFD基础的同学学习参考!目前只有前6章内容-CFD Daniel Toro' s book about Riemann solver, suitable for a certain basis for the students to learn CFD reference! At present, only the first six chapters
Platform: | Size: 4228096 | Author: | Hits:

[AlgorithmBurgers_equation

Description: Burger Equation with Riemann Solver in 2D case
Platform: | Size: 3072 | Author: suncochung | Hits:

[Mathimatics-Numerical algorithmsoned_euler_v1

Description: Here is a 1D Euler code (1D shock tube code) for solving Sod s shock tube problem, using Roe s Approximate Riemann solver, minmod limiter, and 2- stage Runge-Kutta time-stepping. Learn how a second-order non-oscillatory Euler code is written, or just run it to see how it is capable of computing discontinuous solutions. Incorporate various flux subroutines given below to explore other methods.
Platform: | Size: 6144 | Author: ARP | Hits:

[Mathimatics-Numerical algorithmsvkt_airfoil_v3

Description: Karman-Trefftz airfoil is an intriguing airfoil for which a complete set of exact solutions can be computed. This solution has been used by many people to verify the accuracy of their inviscid code (incompressible limit). If you have not, use this code now to generate a (quadrilateral or triangular) grid, run your code on it, compute the error, and verify the accuracy of your code. Me? I have used it for my third-order multigrid Cauchy-Riemann solver
Platform: | Size: 6144 | Author: ARP | Hits:

[Algorithmexact-Riemann--solver

Description: 给出了利用理想气体状态方程和实际气体状态方程的一维欧拉方程的精确黎曼求解器-Gives the exact Riemann solver use the ideal gas equation of state and the equation of state of a real gas Euler equations
Platform: | Size: 1288192 | Author: shenwenfeng | Hits:

[AlgorithmRiemann-solver

Description: 程序是关于计算两相黎曼问题的一个求解器。可以直接设置。-The code is a solver about the two-phase Riemann problem. the user can use it directly.
Platform: | Size: 2048 | Author: | Hits:

[Algorithmriemann solver

Description: 精确黎曼求解器; 精确黎曼求解器:hll、hllc方法;(Accurate Riemann solver; Accurate Riemann Solver: HLL, HLLC method;)
Platform: | Size: 7168 | Author: waiwai17 | Hits:
« 12 »

CodeBus www.codebus.net