搜索资源列表
四种差分方法求微分方程
- 差分法求解微分方程:古典显式法,收敛性最差;古典隐式法;Crank-Nicolson法,收敛性最好-difference method to solve the differential equation : Explicit classical method, the worst convergence; Classical implicit; Crank-Nicolson, the best convergence
Matlab 一维洪水模型(圣维南方程的离散库朗差分解法)程序
- Matlab 一维洪水模型(圣维南方程的离散库朗差分解法)程序 % 洪水模型(圣维南方程的差分求解方法); % All Right Reserved 城市公共安全应急系统中一维洪水演进及其可视化研究 ; % Modified by lilongduzhi@yahoo.com.cn hehe:)
一维流体力学差分方法
- 一维流体力学差分方法,共10章。一本关于流体力学方程差分格式的基础理论的著作。The differentce method of one-dimension fluid dynamics, 10 chapters. An excellent book introducing the basic theory of the differentce method of the fluid dynamics equations.
SPARSKIT2.tar.gz
- 这是Yousef Saad编写的矩阵运算的Fortran软件包(A basic tool-kit for sparse matrix computations (Version 2),包含常见的排序,预处理(ILU分解等),Krylov子空间迭代法,以及有限差分等方法得到的算例等。有不少很实用的子程序(比如稀疏矩阵相加、相乘等等,可以学习专家的设计哟!)。极力向学习大型线性方程组数值解的人推荐(不足之处就是Fortran实现,本人觉得还是C语言好)。,Yousef Saad This is pr
kalmandlg
- 采用卡尔曼滤波进行背景建模再作差分的方法的车辆检测程序,用到了opencv库-Kalman filter for background modeling method further differential vehicle testing procedures, use the opencv library
CPHYS
- 计算物理课件,有 有限差分方法,蒙特卡洛方法,有限元素方法,分子动力学方法-Computational Physics Courseware, a finite-difference methods, Monte Carlo methods, finite element methods, molecular dynamics method
Main
- 1、 采用原始变量法,即以速度U、V及压力P作为直接求解的变量 2、 守恒型的差分格式,离散方程系对守恒型的控制方程通过对控制容积作积分而得出的,无论网格疏密程度如何,均满足在计算区域内守恒的条件; 3、 采用区域离散化方法B,即先定控制体界面、再定节点位置 4、 采用交叉网格,速度U、V与其他变量分别存储于三套网格系统中; 5、 不同的项在空间离散化过程中去不同的型线假设,源项采用局部线性化方法;扩散——对流项采用乘方格式(但很容易转化为中心差分、迎风差分或混合格式);街面上的
HyperbolicFDM
- HyperbolicFDM,HyperbolicFDM1是两个基于有限差分方法的波动方程的MATLAB示例程序,二者方法和程序均相同,只是初始条件不同-HyperbolicFDM and HyperbolicFDM1 are two programms written by MATLAB for hyberbolic equations,two is same but the initial conditions are different.
directnumsol
- 求解抛物型方程正问题的有限差分方法程序源代码-limited difference method for parabolic equations
youxianchafen_shuzhimoni
- 地震勘探中,利用有限差分方法做波场正演模拟,模型为简单层状模型-Seismic exploration, the finite difference method to do forward modeling of wave field, the model for the simple layered model
erjiechafen
- 有限差分方法是先将计算区域网格化,再用差分近似代替微分,也说就是用某点周围各网格点来计算该点处的微分。-Finite difference method is to first calculate the regional grid, and then replace the differential difference approximation, also said that with the grid points around a point to calculate the poin
EX242
- 计算平面九桁架的时域动力响应,运用中心差分方法,状态空间法-Nine of plane truss dynamic response in time domain using the central difference method, state space method
wave-simulation-
- 此程序用来实现双相介质中波场的有限差分方法的数值模拟。-This process used to achieve the two-phase media finite difference method for wave field numerical simulation.
tools
- 用有限差分方法计算模式的使用模拟介质波导法-This function calculates the modes of a dielectric waveguide using the semivectorial finite difference method
FD
- 差分方法是求解微分方程的常用方法。本程序给出了40中差分格式的源程序。-Difference method is commonly used methods for solving differential equations. This procedure gives the difference scheme of the source 40.
有限差分正演程序
- 有限差分正演程序,是用交错网格方法编写的,加入了边界条件等因素,初学可以看一下
FDM_circular
- 使用有限差分方法解雷诺方程。每行程序都附有中文注释。帮助读者更好的理解此程序。(The Reynolds equation is solved by the finite difference method.)
有限差分法最简隐式打靶法CN法
- 科学工程计算方法中的有限差分法,最简隐式,打靶法,CN格式(Scientific engineering calculation method)
差分方法
- 利用差分方法进行污染源源强的反算,并给出位置信息。(Difference method for back calculation of source strength)
2dfdtd
- 二维空间时域有限差分方法的瞬态场计算Fortran程序实现。(Two-dimensional transient field FDTD method calculation Fortran program implementation.)