搜索资源列表
一阶迎风格式求解一阶双曲型方程
- 用FORTRAN语言编制求解一阶双曲型方程,采用一阶迎风格式
yijieyingfeng
- 一维波动方程一阶迎风格式源程序,空间二阶精度,附带计算结果及说明-One-dimensional wave equation first order upwind source, space second-order accuracy, with results and instructions
NHT1d
- 采用以下四种格式:中心差分、一阶迎风、混合格式和QUICK格式对一维稳态无源项的对流-扩散方程进行求解-The following four formats: central difference, the first order upwind, QUICK format mixed formats and one-dimensional steady-state passive entry of convection- diffusion equations were solved
cfd
- Fortran 有限体积法 一阶迎风格式计算欧拉方程 管流-Fortran order upwind finite volume method, the format of a pipe flow calculation of Euler equations
123
- 一阶迎风 roe格式 fortran 程序开发-First order upwind roe format fortran program development
upwind1D
- 用一阶迎风差分格式计算一维激波管问题的Fortran语言算法-Order upwind difference scheme with a one-dimensional shock tube problem of calculating the Fortran language algorithm
fvm_upwind_MAC_couette
- 二维Couette流动是一个不可压缩黏性流动的典型流动,并有解析解,可以用来检验数值算法计算精度和可靠性。对它采用有限体积算法一阶迎风型离散格式进行数值求解。同时,为了初学者入门和练习方便,这里给出了用Fortran77语言编写的计算二维不可压缩黏性流体Couette流动问题计算程序,供大家学习参考。——计算流体力学教程-Couette flow of two-dimensional incompressible viscous flow is a typical flow, and analy
1-order-upstream
- 一阶迎风格式 用于计算一阶双曲型对流方程-First-order upwind scheme Used to calculate the first-order hyperbolic convection equation
FVM
- FVM求解方腔流 交错网格、一阶迎风、QUICK格式等-cavity flow、first order upwind、QUICK
steady-state-equation
- 一维稳态对流扩散方程,边界x=0,x=L,采用中心差分,一阶迎风,混合格式和Quick格式对P=1,5,10作图-One-dimensional steady-state convection-diffusion equation, boundary x = 0 and x = L, the center differential, a first-order upwind, mixed formats and Quick Format P = 1,5,10 mapping
CFD_matlab
- 基于matlab的,关于lax-wendroff,lax-friedrichs,一阶迎风格式,一阶warming-beam格式的计算流入门简单算例-simple examples of lax-wendroff, lax-friedrichs, first-order upwind, first-order warming-beam based on MATLAB.
5CFDprogram
- 压缩包中包含五个CFD基础程序,其中MacCormack1DSolveRiemann.for是一维欧拉方程求解(黎曼问题),UpwindTVD_1D.for是一维可压粘性N-S方程求解,MAC-Chorin2D.for是利用MAC算法和Chorin压力迭代解法求解 二维不可压缩黏性平板间Poisuille流动问题,Lax-Webdroff2D.for是利用Lax-Webdroff差分格式求解二维平面激波反射问题,fvm_upwind_MAC_couette.for是以一阶迎风型离散格式和Ch
NHT_52
- 本程序实现了一维稳态无源项的对流-扩散方程的数值解法,采用的离散格式包括中心差分,一阶迎风,混合格式与QUICK格式。并画出其与精确解的比较。-This program implements a one-dimensional steady-state convection passive items- diffusion equations numerical solution, a discrete format used include center differential, the f
couette
- 以一阶迎风型离散格式和Chorin压力迭代求解二维Coutte流动问题-Discrete first order upwind scheme and Chorin pressure iterative solver dimensional flow problem Coutte
一阶波动方程
- 此代码为一阶波动方程的迎风格式数值求解,包括详细的MATLAB的程序代码注释,以及生成图像的对比(精确解与数值解)
4
- 使用一阶迎风格式与QUICK高阶格式(+LU分解)计算对流扩散方程。TXT文件为结果,QUICK格式效果更好。(Convection diffusion equations are computed using first order upwind schemes and QUICK higher order schemes (+LU decomposition). The TXT file is the result, and the QUICK format works better.)
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
Roe
- Fortran语言解决一维激波管问题,本程序为一阶迎风Roe格式(Fortran language to solve one-dimensional shock tube problem, this program is the first order upwind Roe format)
一阶波动方程迎风法
- 一阶波动方程迎风法,用于matlab编程案例,在给定初值和边界条件的情况下
CFD迎风格式,LAXWendroff格式,TVD格式
- 计算流体力学使用一阶迎风格式,Lax_Wendroff格式,TVD格式求解一维标量问题。