搜索资源列表
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
Riemann
- burgers方程的数值解,包括L-W格式,L-F格式,Upwind格式,以类组织,VC6.0环境-burgers numerical solution of equations, including L-W format, L-F format, Upwind format, category, environment VC6.0
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
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
linearized.m
- 计算线化气动方程,使用upwind格式和Lax-Wendroff格式-compute linearized gas dynamics equations
PRG_english
- The 2D CFD Program NaSt2D The program is a 2D solver for the incompressible, transient Navier-Stokes equations including the temperature equation and free boundary problems. It uses finite differences for discretization on a structured equidist
123
- 采用迎风格式的流场计算程序,对流场初学者十分有帮助-Upwind of the flow field using computational procedures, flow field very helpful for beginners
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
upwind
- 此算法描写了如何在计算机上表达迎风方案,注意怎样表示差分。-This algorithm describes how the expression of the wind on the computer program, pay attention to how that difference.
UPWIND.C
- Upwind Method for Solving the Riemann Problem of Gas Dynamics.
123
- 一阶迎风 roe格式 fortran 程序开发-First order upwind roe format fortran program development
upwind_ENO3
- upwind ENO numerical method
UPWIND
- fortran code for LINEAR_WAVE PROPAGATION by upwind method.-fortran code for LINEAR_WAVE PROPAGATION by upwind method.
upwind
- 迎风格式有限元求解二维不可压缩流,值得学习和借鉴其中的许多内容-upwind finite element method solve incompressible fluent flow
upwind
- Method upwind for equation of advection 1d in Matlab
mit18086_fd_transport_limiter
- Lax-Wendroff-upwind求解u_t+cu_x=0(Solves u_t+cu_x=0 by finite difference methods. Of interest are discontinuous initial conditions. The methods of choice are upwind, Lax-Friedrichs and Lax-Wendroff as linear methods, and as a nonlinear method Lax-Wendr
upwind
- 解决课本上微分方程迎风格式,编写相关matlab代码。(Differential equation upwind scheme)