搜索资源列表
使用TVD格式求解流体力学中的激波管问题
- 使用TVD格式求解流体力学中的激波管问题,TVD format used for solving fluid dynamics in the shock tube problem
CFD
- 本程序源码为二维激波管求解欧拉方程,采用Fortran语言编写-The program source code for the two-dimensional shock tube solution Euler equations, using the Fortran language
1D-Euler-Code-Ver.1
- 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
Euler_DG_Quadrilateral_2D
- 自己写了一个二维Euler方程的间断有限元程序 上次发了一个三角形单元的程序 因为不是曲边单元 所以在圆柱后面容易形成涡 现在把程序改为曲边四边形单元了 没有涡出现 单元是8节点四边形单元 节点编号顺序是 1 5 2 6 3 7 4 8 也就是四个角点依次 是1 2 3 4 然后是边的中点编号 5 6 7 8. 时间推进采用 Runge-Kutta 方法 数值通量采用全局Lax-Friedrichs通量 仍然不能捕捉激波 因为
Macc
- 求解一维Euler方程,计算一维激波管问题maccormack-Solving one-dimensional Euler equations to calculate the one-dimensional shock tube problem
RK
- 求解一维Euler方程,计算一维激波管问题,时间项RK,空间使用steger_warming分裂方式-Solving one-dimensional Euler equations, to calculate the one-dimensional shock tube problem, the time RK, space using two separatist
RK-vl
- 求解一维Euler方程,计算一维激波管问题,时间采用RK,空间采用VL分解-Solving one-dimensional Euler equations to calculate the one-dimensional shock tube problem, time using the RK space VL decomposition
NND
- 求解一维Euler方程,计算一维激波管问题,NND格式-Solving one-dimensional Euler equations to calculate the one-dimensional shock tube problem, NND format
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
Eular-yiweijiboguan
- 基于欧拉方程的一维激波管程序,基于欧拉方程的一维激波管程序-Based on the euler equation of one dimensional shock tube program ,Based on the euler equation of one dimensional shock tube program.
FCT-1w
- lax-wendoff格式求解一维欧拉方程组,从而求解一维激波问题-The Lax-wendoff formats for solving one-dimensional Euler equations, thus solving the problem of one-dimensional shock
shock-handin
- 求解一维欧拉方程组的一个实验报告,里头包括了Lax-Wendroff格式,三阶迎风格式矢通量分裂法及。报告包括源代码和算法步骤分析及计算结果-Solving one-dimensional Euler equations of a lab report, including inside the Lax-Wendroff format, the third-order upwind scheme flux vector splitting method and its results
1D-Euler
- 用于求解一维气体动力学的欧拉方程代码,采用戈东诺夫格式,显式推进,可仿真非定常激波管-For solving one-dimensional Euler equations of gas dynamics code, using Godunov format, explicit advance, can simulate unsteady shock tube
Sod_exact
- 求解一维Euler方程,计算一维激波管问题,无时间项,空间使用Riemann间断解。-Solving one-dimensional Euler equations to calculate the one-dimensional shock tube problem, time entries RK, space usage Riemann discontinuous solutions.
Euler-Riemann
- 一维黎曼激波管问题 NND格式 欧拉方程-One dimension Riemann Shock-wave tube problem . NND scheme Eular Equation
lax
- matlab lax格式求解激波管一位欧拉方程-matlab lax format a Euler equation solving shock tube
AUSM
- 一个矩形计算域中有一个圆形区域,圆形区域内的充满高压气体,计算域其他地方压强较低,当薄膜破裂,将会形成激波(欧拉方程编写)-A rectangular computational domain of a circular area, circular area filled with high-pressure gas within the computational domain elsewhere low pressure, when the film rupture, will form
euler.f90
- 求解欧拉方程一维激波管问题,quick格式和123阶迎风格式-Solving Euler Square One- dimensional shock tube problem, quick format, and 123 order upwind scheme
1D_Euler_many_schemes
- 一、通过数值求解Euler方程,模拟一维激波管算例,lax shock tube算例,interaction blast wave算例,Shu-orsher算例,low density算例。 二、其中采用的数值格式有:一阶迎风格式, 三阶迎风格式, 2、3、4阶MUSCL格式, 3、5、7阶WENO格式。(First, by numerical solution of the Euler equation, the simulation of one-dimensional shock t
1D Euler
- 本程序用于求解一维无粘可压缩欧拉方程(激波管问题) 运用Dummy Cell处理边界条件; 通量计算方式: AUSM Scheme; 重构方法:MUSCL方法 限制器:Van Albada限制器 时间离散:四步Runge-Kutta方法(his program is used to solve one dimensional inviscid compressible Euler equation (shock tube problem) Application