搜索资源列表
sod激波管程序
- 这是计算sod激波管的很好的例子
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.
SOD_WENO
- 用5阶weno格式求解sod激波管问题,画出了t=0.14时刻的密度,速度和压力的分布曲线-solve the problem of shock wave in tube by using the 5 order WENO format
weno5
- weno5求解sod激波管问题,是初学计算流编程时做作业的题目,供参考-sod shock problem solve by weno5 for reference
sod
- 哈工大计算流体力学大作业,一维sod激波管数值求解matlab程序-HIT CFD large operations, a sod-dimensional shock tube numerical solution matlab program
vanleer
- 流体力学sod激波管问题的vanleer分裂,适合初学者使用。-Fluid mechanics sod shock tube problem vanleer division, suitable for beginners use.
sod
- 计算空气动力学sod激波管压力密度速度计算程序,使用了Van Leer方法、Roe方法做通量分解,WENO格式修正数据。-Pressure, density, velocity of shock tube(sod), calculated by CFD method Van Leer , Roe with format WENO
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.)
sod
- 使用Sterger_warming 格式计算一维激波管,适合计算流体力学入门(steger_warming method was been used for 1D sod tube)