搜索资源列表
1D-Eurler-Solver-Clean-SOD
- Attempted 1D Euler Solver. Local Lax Friedrich scheme with MINMOD/SUPERBEE/MC flux limiter scheme. I m able to successfully apply the flux limiter, but for some reason, I still get some bizarre oscillations that do not amplify but causes unphysical r
1d-sod-no-debug
- 理想气体状态方程的一维波前追踪程序,能够精确捕捉界面,求解黎曼问题-ideal gas equation of state one-dimensional front tracking algorithm
eno3
- 三阶精度ENO 求解SOD问题 采用C++ 类 自动释放 tecplot 给出结果-The third-order accuracy of ENO solving SOD the problem C++ class release tecplot automatically gives results
EULER_FVM_1D
- Euler Ideal Fluid System 1D with Finite Volume Method with 3 test problems. 1) Sod Shock Tube Riemann Problem 2) Woodward Collela Blast Wave 3) Two Shock Interaction
Sod
- 利用5阶WENO有限差分法求解一维Euler方程组,给出求解Sod型激波管问题的详细程序。-The use of 5-order WENO finite difference method for solving one-dimensional Euler equations given type of shock tube problem solving Sod detailed procedures.
oned_euler_v1
- 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,
oned_euler
- 一维欧拉方法的计算,解决Sod s激波管问题,使用李曼近似解-A method of calculating Viola, Sod' s shock tube problem solving, using Lehman approximate solution
CODES
- CFD,一维Euler方程,Roe格式,三阶Runge-Kutta。可求解激波管问题等。-CFD,1 dimentional Euler equations, Roe scheme,3rd order Runge Kutta. used to solve SOD problem
Lax_bassi_rebay
- 间断有限元方法( Runge–Kutta discontinuous Galerkin )求解N-S方程 算例为一维sod问题 流通量为BR1-Discontinuous Finite Element Method (Runge-Kutta discontinuous Galerkin) N-S equation solving a one-dimensional example problem sod Liquidity is BR1
K-T1
- 此程序是中心格式,称作K-T格式(Kurganov-Tadmor)用于解决流体力学中一维激波管问题,例如sod问题等等。-CFD,central scheme(K-T格式),1-D shock-tube problem,sod problem
weno5
- weno5求解sod激波管问题,是初学计算流编程时做作业的题目,供参考-sod shock problem solve by weno5 for reference
vanleer
- 流体力学sod激波管问题的vanleer分裂,适合初学者使用。-Fluid mechanics sod shock tube problem vanleer division, suitable for beginners use.
Numericalsolve_sod
- % 数值求解Sod激波管问题 % 采用Steger-Warming分裂 % 时间推进格式为3阶Runge-Kutta方法(A numerical solution for the Sod shock tube by using the method of Steger-Warming flux vector splitting.)
WENO-master
- sod 激波管问题的简单实现,包括weno3和weno5,makefile可正常运行,方便使用(Sod shock tube simple implementation of the problem, including weno3 and weno5, makefile can be normal operation, easy to use)
WenOOF-master
- 面向对象fortran写的一维流体力学代码,结构清晰,方便实现,欢迎下载(object-oriented FORTRAN written one-dimensional fluid mechanics code, clear structure, easy to implement, please download)
一维激波管
- 本程序源码为用C语言编写的一维激波管问题计算程序(1d sod shock tube problem)
SOD
- 采用matlab计算一维SOD激波管问题程序,采用了有限差分格式(One dimensional SOD shock tube problem is calculated by MATLAB, and the finite difference scheme is adopted.)
sod
- sod激波管问题,x<0:(u,ρ,p)=(0,1,1);x≥0:(u,ρ,p)=(0,0.125,0.1),画出t=0.14时刻的u,ρ,p曲线.(The Sod shock tube problem, named after Gary A. Sod, is a common test for the accuracy of computational fluid codes, like Riemann solvers, and was heavily investigated by S
sod
- 计算sod激波管问题,可以自动判断和自动输出结果,只需要输入激波管问题的初始条件(The calculation of SOD shock tube)
sod
- 使用Sterger_warming 格式计算一维激波管,适合计算流体力学入门(steger_warming method was been used for 1D sod tube)