搜索资源列表
CFD2_lc_MUSCL
- 有限体积法求解一维欧拉方程,采用二阶MUSCL迎风格式,计算一维等熵喷管的流程,喷管扩张段有正激波。有助于理解和学习MUSCL格式
partial_differential_equation
- 求解线性双曲型偏微分方程,有迎风格式和Las-Friedrichs两种差分格式,matlab源程序-Linear hyperbolic partial differential equations, there are upwind and two Las-Friedrichs difference scheme, matlab source
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
exactyf
- 迎风格式求解poisson方程及方程的精确解,矩形区域,狄利克雷边界情况!-Upwind scheme for solving poisson equation and exact solutions of equations, rectangular area, Dirichlet boundary conditions!
PED
- 多种格式求解偏微分方程,有迎风格式,lax-wendorff格式等-A variety of formats to the solution of partial differential equations
Hyperbolic-equation
- matlab求解变系数双曲方程,使用迎风格式-matlab solves the hypolic equation using upwind method
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.
UPW_utux0
- function [ue,un]=UPW_utux0(v,dt,t) 一个简单的双曲型偏微分方程: ut + ux = 0 初始条件为: u(x,0) = 1, x≤0 0, x>0. 边界条件为: u(-1,t)=1,u(1,t)=0. 本题要求: 使用迎风格式,选择 v=0.5, 计算并画出当dt=0.01和0.0025时, 方程在t=0.5,x在(-1,1)时的数值解和精确解 输入: v--即a*dt/dx
UPW_utux0_2
- function [ue,un]=UPW_utux0_2(v,dt,t) 一个简单的双曲型偏微分方程: ut + ux = 0 初始条件为: u(x,0) = exp[-10(4x-1)^2] 边界条件为: u(-1,t)=0,u(1,t)=0. 本题要求: 使用迎风格式,选择 v=0.5, 计算并画出当dt=0.01和0.0025时, 方程在t=0.5,x在(-1,1)时的数值解和精确解 输入: v--即a*dt/dx
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
一阶波动方程
- 此代码为一阶波动方程的迎风格式数值求解,包括详细的MATLAB的程序代码注释,以及生成图像的对比(精确解与数值解)
upwind
- 解决课本上微分方程迎风格式,编写相关matlab代码。(Differential equation upwind scheme)
CFD迎风格式,LAXWendroff格式,TVD格式
- 计算流体力学使用一阶迎风格式,Lax_Wendroff格式,TVD格式求解一维标量问题。