搜索资源列表
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
linearized.m
- 计算线化气动方程,使用upwind格式和Lax-Wendroff格式-compute linearized gas dynamics equations
CFD-various-difference-schemes
- CFD各种差分格式,ENO/Lax-Friedriches/Beam-Worming/Lax实例-CFD various difference schemes, ENO/Lax-Friedriches/Beam-Worming/Lax examples
inviscid_eqution
- 求解粘性Burger方程和非粘性Burger方程的各种差分格式,包括BTCS格式的显式计算 BTCS格式的隐式计算 滞后非线性项 向前时间步长线性化 牛顿迭代法线性化 Lax-Wendroff格式 通量分裂格式显试计算 通量分裂格式隐式计算 CN格式隐式计算 等格式。-Solution of viscous Burger equation and non-viscous Burger differential equations of various for
transport
- 迎风差分格式、lax-Wendroff差分格式等样例,还附有图形等-Upwind difference scheme, lax-Wendroff difference scheme, such as sample, but also with graphics, etc.
Main
- 计算流体力学代码,可用于二维不可压缩流场计算,代码采用simple算法-Computational fluid dynamics code, can be used for two-dimensional incompressible flow field, the code using simple algorithm
lax.for
- 包括初始条件和边界条件的lax格式求解一维激波管问题。-lax scheme for one-dimensional shock tube problem solving
fd1d_burgers_lax
- FD1D_BURGERS_LAX is a FORTRAN90 program which solves the nonviscous time-dependent Burgers equation using finite differences and the Lax-Wendroff method. The function u(x,t) is to be solved for in the 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
Lax-C
- 用Lax格式求解一维激波管问题的C语言算法-Solving one-dimensional format with the Lax shock tube problem of C language algorithm
Lax-Wendroff
- 一维波动方程lax-wendroff格式源程序,空间二阶精度,附带计算结果及说明-One-dimensional wave equation lax-wendroff format, source, space second-order accuracy, with results and instructions
rectpuse_laxwendroff_onestep.m.tar
- Lax Wendroff method for Pulse propagation
lax-wendroff-shock-compute
- 利用Lax-Wendroff差分格式求解二维平面激波反射问题-Lax-Wendroff difference format for solving two-dimensional plane shock wave reflection
lax-wendroff
- 二维Fortran编写的激波在壁面反射程序。采用lax wendroff二阶精度编写-shock reflection on a rigid wall
lax-wendroff
- lax-wendroff求前台阶超声速流动-lax-wendroff format
Lax-wendroff
- 利用Lax-wendroff两步差分格式求解一维激波管问题Fortran语言-Use a two-step Lax-wendroff Difference Scheme for Solving the one-dimensional shock tube problem Fortran language
双曲型方程LaxWendroff的差分格式程序(Matlab)
- 双曲型方程Lax-Wendroff的差分格式程序(Matlab),非常好的例子,具体算例,有理论分析,解题过程分析,Matlab代码,注释清晰明了,有计算结果输出和图形显示,按照Word文档说明,很快就能学会,操作简单明了,非常适合新手学习。(Lax-Wendroff hyperbolic equation difference scheme (Matlab) program, a very good example, specific examples, theoretical analysi
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
两步wendroff求解一维激波管问题
- 用C++编写程序,采用两步wendroff法,求解一维激波管问题的源码。