搜索资源列表
ca2d
- 三阶迎风格式来求解驱动方腔流场,MARKER AND CELL 方法-third-order upwind scheme to solve - driven cavity flow, MARKER AND Cell Method
compact3
- 自己写的高精度紧致差分格式,包括 Pade格式(FST) 二阶精度中心格式(SLW) 二阶精度迎风格式(MXD) 宽网格基二阶精度中心格式(SLW) 五阶精度迎风紧致格式(MXD) 写成C++类,使用VC6.0环境,计算数据文件可用tecplot画图。 -himself wrote the compact high-precision differential format including Pade format (FST) second order accurac
PDENumricalAlgorithm[MATLAB]
- 偏微分方程数值解法的程序包,其中包括laxfriedrichs,laxwendroff和迎风格式等例程-Numerical Solution of Partial Differential Equations of the package, including laxfriedrichs. laxwendroff upwind and other routines
NnuericalMethodsforPDE
- 本程序功能为计算一阶双曲型偏微分方程的初值问题,分别采用3种格式计算:1、迎风格式 2、Lax-Friedrichs格式 3、Lax-Wendroff格式-function of the procedures for calculating an order hyperbolic partial differential equation initial value problems were used to calculate three formats : 1, 2 upwind, the
CFD2_lc_MUSCL
- 有限体积法求解一维欧拉方程,采用二阶MUSCL迎风格式,计算一维等熵喷管的流程,喷管扩张段有正激波。有助于理解和学习MUSCL格式
2d
- 用FORTRAN语言实现二维欧拉方程的求解,采用二阶MUSCL迎风格式
matlab.rar
- 本程序是使用MATLAB语言采用迎风格式解对流方程,对流方程在工程上有很广泛的应用,而迎风格式的精度比较高还包括用跳点格式解扩散方程的初值问题,所以有两个程序 ,This procedure is to use the MATLAB language solution using upwind convection equation, the convection equations in engineering, there is a wide range of application
yijieyingfeng
- 一维波动方程一阶迎风格式源程序,空间二阶精度,附带计算结果及说明-One-dimensional wave equation first order upwind source, space second-order accuracy, with results and instructions
123
- 采用迎风格式的流场计算程序,对流场初学者十分有帮助-Upwind of the flow field using computational procedures, flow field very helpful for beginners
vanleer
- 迎风格式的一般Fortran语句,用于一个方向上流动占主导的计算。-Upwind of the general Fortran statement, for a dominant flow direction calculations.
partial_differential_equation
- 求解线性双曲型偏微分方程,有迎风格式和Las-Friedrichs两种差分格式,matlab源程序-Linear hyperbolic partial differential equations, there are upwind and two Las-Friedrichs difference scheme, matlab source
exactyf
- 迎风格式求解poisson方程及方程的精确解,矩形区域,狄利克雷边界情况!-Upwind scheme for solving poisson equation and exact solutions of equations, rectangular area, Dirichlet boundary conditions!
cfd
- Fortran 有限体积法 一阶迎风格式计算欧拉方程 管流-Fortran order upwind finite volume method, the format of a pipe flow calculation of Euler equations
1-order-upstream
- 一阶迎风格式 用于计算一阶双曲型对流方程-First-order upwind scheme Used to calculate the first-order hyperbolic convection equation
PED
- 多种格式求解偏微分方程,有迎风格式,lax-wendorff格式等-A variety of formats to the solution of partial differential equations
stag
- 采用有限容积法在直角坐标结构化交错网格上求解N-S方程的程序,采用迎风格式和中心差分格式。-This package contains the code for solving Navier-Stokes equations using Cartesian grids and staggered arrangement of variables. Upwind or central differencing can be chosen for convective terms
一阶波动方程
- 此代码为一阶波动方程的迎风格式数值求解,包括详细的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.)
新型上风格式_AUSM_的性能分析及其应用_陈靓
- 研究了新型上风格式AUSM+的分辨率、效率等性能,并用它与Roe、van Leer上风格式数值模拟了前向台阶激波反射流动,通过对激波、膨胀波、接触间断及其间相互干扰的复杂波系的模拟对比,分析探讨了AUSM+格式的低数值耗散、间断高分辨率等特性。(The resolution and efficiency of the new upwind scheme AUSM+ are studied, and the flow of forward step shock wave is simulated
CFD迎风格式,LAXWendroff格式,TVD格式
- 计算流体力学使用一阶迎风格式,Lax_Wendroff格式,TVD格式求解一维标量问题。