搜索资源列表
CFD.rar
- 计算流体力学基本思想 Matlab实例分析 CFD实例分析,CFD Lax schemes for Euler Equation
lax
- unsteady open channel flow lax scheme matlab code
FLCIR
- 用Lax-Friedrichs及Courant-Isaacson-Rees格式求解一阶双曲型方程。-With the Lax-Friedrichs and the Courant-Isaacson-Rees format for solving first order hyperbolic equation.
1D-Eurler-Solver-Clean-SOD
- Attempted 1D Euler Solver. Local Lax Friedrich scheme with MINMOD/SUPERBEE/MC flux limiter scheme. I m able to successfully apply the flux limiter, but for some reason, I still get some bizarre oscillations that do not amplify but causes unphysical r
PDE-scheme
- Partial differential equations Scheme -LAX Scheme
rectpuse_laxwendroff_onestep.m.tar
- Lax Wendroff method for Pulse propagation
CFD
- 使用upwind,Lax-Wenfroff以及Crank-Niclson方法实现扩散对流方程数值求解-Upwind, Lax-Wenfroff and the Crank-Niclson method to achieve the diffusion convection equation numerical solution
PED
- 多种格式求解偏微分方程,有迎风格式,lax-wendorff格式等-A variety of formats to the solution of partial differential equations
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.
lax
- matlab lax格式求解激波管一位欧拉方程-matlab lax format a Euler equation solving shock tube
peHypb2FL
- 用拉克斯-弗里德里希斯格式解二维对流方程的初值问题-With Lax- Friedrich Sigma type solution of two-dimensional convection equation initial value problem
LaxFriedrichsOfFirstOrderHyperbolic
- 本程序功能为计算一阶双曲型偏微分方程的初值问题,采用Lax-Friedrichs格式计算。-The program features to calculate the first order hyperbolic partial differential equations of the initial value problem, calculated using the Lax-Friedrichs format.
LW_utux0
- function [ue,un]=LW_utux0(v,dt,t) 一个简单的双曲型偏微分方程: ut + ux = 0 初始条件为: u(x,0) = 1, x≤0 = 0, x>0. 边界条件为: u(-1,t)=1,u(1,t)=0. 本题要求: 使用Lax-Windroff method,选择 v=0.5, 计算并画出当dt=0.01和0.0025时, 方程在t=0.5,x在(-1,1)时的数值解和精确解 输入:
LW_utux0_2
- function [ue,un]=LW_utux0_2(v,dt,t) 一个简单的双曲型偏微分方程: ut + ux = 0 初始条件为: u(x,0) = exp[-10(4x-1)^2] 边界条件为: u(-1,t)=0,u(1,t)=0. 本题要求: 使用Lax-Windroff格式,选择 v=0.5, 计算并画出当dt=0.01和0.0025时, 方程在t=0.5,x在(-1,1)时的数值解和精确解 输入: v--即a
LW_utux0_3
- function un=LW_utux0_3(dx,t) Burgers equation: ut + (1/2*u^2)x = 0 初始条件为: u(x,0) = exp[-10(4x-1)^2] 边界条件为: u(0,t)=0,u(1,t)=0 本题要求: 使用Lax-Windroff格式,选择 dx=0.01, 计算并画出当 t=0.15,和t=0.3时的数值解 输入: dx--数值格式的x轴上的分割 r--r=d
Chapter 10
- Godunov and lax wendroff code to schock tube problem
LAXWendroffrev1
- Lax wendrdoff scheme for burgers equation
双曲型方程LaxWendroff的差分格式程序(Matlab)
- 双曲型方程Lax-Wendroff的差分格式程序(Matlab),非常好的例子,具体算例,有理论分析,解题过程分析,Matlab代码,注释清晰明了,有计算结果输出和图形显示,按照Word文档说明,很快就能学会,操作简单明了,非常适合新手学习。(Lax-Wendroff hyperbolic equation difference scheme (Matlab) program, a very good example, specific examples, theoretical analysi
lax (2)
- 计算流体力学里一维激波管中的LAX格式求解欧拉方程(Solving the Euler equations in the one-dimensional shock tube by the LAX scheme in computational fluid dynamics)
LAX
- 一维激波管内空气的流动与传热数值模拟,控制方程欧拉方程,lax程序,采用matlab进行编程(a simulation example of lax scheme)
