搜索资源列表
sod-problem-by-MacCormack
- 一维 问题,即激波管问题,是一个典型的一维可压缩无黏气体动力学问题,并有 解析解。对它采用二阶精度 两步差分格式进行数值求解。-Use MacCormack difference scheme for solving a two-dimensional shock tube problem
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
- 一维欧拉方法的计算,解决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
SOD_WENO
- 用5阶weno格式求解sod激波管问题,画出了t=0.14时刻的密度,速度和压力的分布曲线-solve the problem of shock wave in tube by using the 5 order WENO format
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.)
Sod_Exact_hzw
- 一维激波管问题的精确解,可以直接用,非常经典的计算流体力学算例之一。(one dimensional problem)
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)
一维激波管
- 本程序源码为用C语言编写的一维激波管问题计算程序(1d sod shock tube problem)
liou_steffen
- 用于计算流体力学一维激波管问题计算的Fortran程序,分裂方法为AUSM(For the calculation of the 1D SOD tube problem, and the splitting method is AUSM.)
exact
- 求解sod激波管问题精确解,解出了t=0.14时刻的密度,速度和压力(get the exact solution of problem of shock wave in tube)
1-D Sod
- 通过求解黎曼问题来解决一维Sod激波管问题,没有考虑温度因素,包括对密度、速度、压强三个物理属性的计算。(Riemann solution of one dimensional 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
sod
- 计算sod激波管问题,可以自动判断和自动输出结果,只需要输入激波管问题的初始条件(The calculation of SOD shock tube)
sod
- 利用黎曼解计算sod激波管问题,输出t=0.14时的压强速度密度。(Using Riemann solution to calculate the pressure velocity density of SOD shock tube with output t = 0.14.)